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?