Hello,
I'd like to switch from CCSv5 and TI compiler to CCSv6 and GCC. I run TI-RTOS on Tiva C boards (TM4C123GH6PM and TM4C1294NCPDT). Because I have few peripheral devices connected to MCUs (over SPI) I have modified "board-specific" files.
I tried to create new project using creator in CCSv6. I observed that only "driver" project templates for TI-RTOS creates board-specific files. The problem is that those "driver" templates are not available for GCC tolchain.
How can I create TI-RTOS project using GCC and configure MCUs pinouts? Are board-specific obsolete in new TI-RTOS?