Hi,
getting_started_with_wlan_station in CC3200 SDK can be built with either gcc or CCS. When I build with gcc it uses FreeRTOS (CFLAGS+=-DUSE_FREERTOS), when I build with CCS it uses TI RTOS. I would like to build this example from CCS with FreeRTOS.
a) Is it possible to build the example in CCS with FreeRTOS support?
b) If yes, What changes are required?