Does freertos v10.1.1 support posix API

Hi, forum
I found posix api related porting info from the link:

but I cannot find the requirement of the FreeRTOS kernel version, our platform is using the FreeRTOS v10.1.1, does this version can support posix API?

The +POSIX library will work with V10.1.1 as far as it will work with the latest version of FreeRTOS - but note this is still a labs project and may remain so for some time, and POSIX does not map to FreeRTOS class operating systems well. It may be ok for use when integrating a library that expects a POSIX API, but I would not recommend writing the whole application through the POSIX API.

Hi, Richard,
thanks for your comment. I got it, thanks