Hello,
I'm trying to minimize my firmware size while using the TI-RTOS and wanted to know of all sections of the hardware description files are required. All of the TI-RTOS examples I've looked at have code for:
- Board_initGeneral
- Board_initGPIO
- Board_initI2C
- Board_initSDSPI
- Board_initSPI
- Board_initUART
- Board_initUSB
- Board_initWatchdog
- Board_initWiFi
Each area contains the actual initialization function, but also has some DATA_SECTION pragmas. If I'm not using say the Wifi or Watchdog, can I delete all of the code from the .c and .h files relevant to it?
Thank you!
Regards,
Blair