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.

CC3200的SDK中oslib

Other Parts Discussed in Thread: CC3200

CC3200的SDK中oslib文件夹中有一个osi.h , osi_freertos.c, osi_tios.c

其中osi.h中提到:

// osi.h
//
// MACRO and Function prototypes for TI-RTOS and Free-RTOS API calls

请问SDK中用的操作系统是 Free-RTOS还是 TI-RTOS?

为什么搞两个?