Hi,
Is there a possibility to get standard include guards for the resulting header files that is created by parsing the app.cfg java script file for all bios specific elements?
I create global defines by using "Program.global." which are used in the app.cfg to control the creation of bios elements and in the code to include and exclude code using preprocessor conditionals #if (Program.global.foo == 1) #endif.
I got a waring from PC-lint that the app_p28FP.h is repeatedly included but does not have a standard include guard
I use:
CCS6.1.3
SYS/Bios 6.45.1.29
XDCtools 3.32.0.06
TI28335 controller