Open
Description
FreeRTOS-Plus-POSIX uses the static versions of semaphore/mutex API functions. These functions only are available if configSUPPORT_STATIC_ALLOCATION is 1. At a minimum this should be listed as a dependency, but ideally this library would work with dynamic allocation as well, as there is a bit of overhead required to use static allocation.
If there is a straightforward way of converting this to use the dynamic versions of the API functions, I'd appreciate learning about that.
Metadata
Metadata
Assignees
Labels
No labels