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.

TMS570LC4357: Add POSIX to TI FreeRTOS

Part Number: TMS570LC4357
Other Parts Discussed in Thread: HALCOGEN

I am trying to give Halcogen generated TI FreeRTOS POSIX so that I can link to a static lib that requires it. Looking at the AWS FreeRTOS POSIX demo code, there is not a simple way to add POSIX support. So I'm looking to either:
1. Add POSIX support using some implementation that is compatible with FreeRTOS v9.0, OR

2. Update the Halcogen-generated FreeRTOS V9.0 to Amazon FreeRTOS POSIX V1.1.0 so that POSIX will be compatible.

Is there an implementation that would work to satisfy 1?
If not, how might I go about satisfying 2?