STMicroelectronics / STM32CubeF7

STM32Cube MCU Full Package for the STM32F7 series - (HAL + LL Drivers, CMSIS Core, CMSIS Device, MW libraries plus a set of Projects running on all boards provided by ST (Nucleo, Evaluation and Discovery Kits))
Other
320 stars 191 forks source link

FreeRTOS: No Memory Pool API Support #104

Open lgacnik opened 9 months ago

lgacnik commented 9 months ago

CMSIS RTOS v2 files do not provide support for "Memory Pool" functions. Their declaration is provided inside cmsis_os2.h but no definition is provided inside cmsis_os2.c source file. Additionally, files freertos_mpool.h and freertos_os2.h are missing from path Middlewares\Third_Party\FreeRTOS\Source\CMSIS_RTOS_V2 when compared to STM32CubeF4 firmware.

I suppose there is a reason Memory Pool API isn't provided for STM32F7 MCUs? Is support for Memory Pool API planned anytime in the future?