ARM-software / CMSIS-FreeRTOS

FreeRTOS adaptation for CMSIS-RTOS Version 2

Home Page:https://arm-software.github.io/CMSIS-FreeRTOS/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there plan for implement memory pool functions?

swordligit opened this issue · comments

Hi,
it would be good to have them implemented eventually but it is not scheduled. Unfortunately there is no proper native support for memory pools in FreeRTOS otherwise this would be already done.
Memory pool functions are something that we could consider implementing in the future.

Is it possible to port the RTX's pool implementation? Anyway, thanks for your information.