Hi folks,
Got the provisioning_ap example building successfully in my workspace, and modified it so that it would use TI-RTOS instead of FreeRTOS by going into the predefined symbols and replacing USE_FREERTOS with USE_TIRTOS, and also verifying that the linker includes do have TI-RTOS references rather than FreeRTOS references. I also re-built the project with these settings, and also right-clicked on the project, then selected Index => Rebuild for good measure. With all that in place, when I ctrl+click on VStartSimpleLinkSpawnTask in the line:
lRetVal = VStartSimpleLinkSpawnTask(SPAWN_TASK_PRIORITY);
I get taken to osi_freertos.c rather than osi_tirtos.c. What have I missed? Screen shots of my project properties below in case they can help.