Question
STM32CubeMX 5.2.0 has broken the build when it uses FreeRTOS v10 - where do I log the defect?
Create a project thus:
- Use the board selector to select STM32F779I-EVAL board and Start Project
- Under Middlewares enable FreeRTOS with CMSIS_V1 (note this package uses FreeRTOS.v10)
- Fill out details in Project Manager. Use one of the script IDEs e.g Makefile
- Generate code
- View the Makefile and discover cmsis_os.c and cmsis_os.h is missing from the build.
Some smarter IDEs are finding another cmsis_os.h in Drivers\CMSIS\RTOS\Template, but it's out of date (it's for FreeRTOS v9 - so actually another bug). That confused me a bit, before I got to the root cause (item 4 above).
Where do I log this defect so it can be fixed?
Cheers
