Bug: CMSIS RTOS v2 missing memory pool functions
When CubeMX project is generated with FreeRTOS enabled and using CMSIS RTOS v2, function definitions for memory pool functionality are declared in 'cmsis_rtos2.h' file but their implementations are completely missing from 'cmsis_rtos2.c' or anywhere else in the project. Naturally this results in build failing with "undefined reference to 'X' " error report.
I'm using CubeMX v5.2.0 and STM32F4 series package v1.24.1 in Atollic TrueStudio.