What freeRTOS kernel is planned for STM32cubeMX?
I am working on a project using the STM32L476, freeRTOS, and am generating code using STM32CubeMX. My team has been happy to use freeRTOS kernel v9, which has been included with STM32CubeMX so far.
However, I recently updated to STM32CubeMX version 4.27.0 and regenerated our project code. To my surprise, the project now says freeRTOS kernel v10.0.1. Curiously, the generated kernel files seem unchanged from version 9.
So what is the roadmap for freeRTOS in STM32CubeMX? And is it a bug that the kernel is listed as v10, or that the v9 kernel is still generated?
Thanks,
Adam J.