SDK supports RTOS Abstraction Layer, it seems that if i use SDK, then i must use abstraction API instead of the RTOS API, such as use task_create() instead of xTaskCreate() in freeRTOS, is it?
But I still want to use freeRTOS API in KDS, can KDS supports freeRTOS awareness now?