Does SYS/BIOS set any variables when it is included into a project?
For example, I'm looking for the equivalent of
__cplusplus (set when using c++)
RTOS_FREERTOS (when using FREE RTOS)
etc.
Thanks,
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Does SYS/BIOS set any variables when it is included into a project?
For example, I'm looking for the equivalent of
__cplusplus (set when using c++)
RTOS_FREERTOS (when using FREE RTOS)
etc.
Thanks,
No.
The TI compiler has some #defines for different architectures, but we do not have a symbol for SYSBIOS. You will have to define one on your own and pass it on the command line with -D.
-Karl-