No implementation for CMSIS-RTOSv2 Memory Pools From CubeMX
I'm using CMSIS-RTOSv2 middleware which I configure through CubeMX. The files generated by CubeMX are somewhat different from the ones from official CMSIS-RTOSv2 github repository where latter has all implementations for memory pool functions and my project, whose code is generated through CubeMX, doesn't have them. Upon inspection of "cmsis_os2.h" header file I found that declarations for memory pool functions are provided but no implementations are given inside "cmsis_os2.c" file. I have CubeMX updated to latest version.
Any ideas why are memory pool functions in CMSIS-RTOSv2 literally cut out of implementation file?
