| #ifdef for .cfg files? [message #677492] |
Wed, 08 June 2011 12:49  |
Brian Cruickshank Messages: 19 Registered: September 2009 |
Junior Member |
|
|
Is there any way to conditionally enable entries in a .cfg file? e.g. something along the lines of the following would be useful:
#ifdef ENABLE_LOAD_MONITORING
Load = xdc.useModule('ti.sysbios.utils.Load');
Load.taskEnabled = true;
Load.hwiEnabled = false;
#endif
with ENABLE_LOAD_MONITORING defined in e.g. the build settings or some external file.
Regards,
Brian
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.01523 seconds