| Summary: | cannot set 'fxn' field in ti.sysbios.family.c64p.EventCombiner array | ||
|---|---|---|---|
| Product: | [Technology] RTSC | Reporter: | Karl Wechsler <karl> |
| Component: | Tools | Assignee: | Jon Rowlands <rowlands> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P1 | CC: | amitm, d-russo |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | 3.21 | ||
|
Description
Karl Wechsler
Can't address properly in 3.20.01 timeframe, recommitting to 3.21 . Fixed around xdcconfig-h05, works in XDCtools 3.21.00.37-eng
Arrays elements are now editable. User can now add EventCombiner module,
navigate to specific entries in the events config param, and change their
values. Results in the following script, for example:
var EventCombiner = xdc.useModule('ti.sysbios.family.c64p.EventCombiner');
EventCombiner.events[0].arg = 5;
EventCombiner.events[0].fxn = "&myFunc";
The restriction remains that the GUI can't add or delete items to an
array. The events array is fixed-length anyway.
Verified. Created a project in CCS4.20 using XDCtools 3.20.00.48-eng and SYS/BIOS 6.30.02.42 for the C6747 device from the BIOS clock template. Launched XGCONF and added the 'ti.sysbios.family.c64p.EventCombiner' module. Able to edit the various fields of the 'events' array of the module. Verified the generated script code by inspection. Shipped in XDCtools 3.21 |