Tasks v/s Threads

TI provide a POSIX threading wrapper on top of FreeRTOS. The implementation of the POSIX thread create API just creates a FreeRTOS task. FreeRTOS applications can be thought of as consisting of threads that all run in the same processes as there is not native concept of processes in FreeRTOS - hence to avoid confusion we avoid the term “thread” and instead just say “task”.