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.

No TI-RTOS project template with board-specific files for GCC toolchain in CCSv6

Other Parts Discussed in Thread: TM4C123GH6PM, TM4C1294NCPDT

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?