POSIX APIs
POSIX APIs Introduce
At present, the posix interface used by platform Armino only support the FreeRTOS V10.4, which is disabled by default
Use after opening macro definition CONFIG_FREERTOS_POSIX
Note
When using the posix function of FreeRTOS, you need to reference the FreeRTOS_POSIX.h header file before referencing the posix-related header files;
Related configurations can be customized in components/bk_rtos/freertos/posix/freertos_impl/include/portable/bk/FreeRTOS_POSIX_portable.h.