Question
upgrading FreeRTOS in CubeMXIDE
FreeRTOS is currently at 11.0. The version in CubeMXIDE is 10.3.1. There are some good features in 11.0 I'd like to use, so the following questions:
- 11.0 is supposed to be a drop in replacement for 10.6.1 I'd do a download, unzip the files, and just replace the project directories, except that:
- I think any changes to the IOC file will regenerate FreeRTOS from the repository, which ruins the idea. IOC settings are not set in stone and are likely to change during project development
- Is there a good way to upgrade 10.3.1 to 11.0? I'm using an L562 CPU.
- Is there any way to upgrade FreeRTOS?
- Do I have to:
- arrange a project with FreeRTOS
- update the directory manually
- somehow remove the FreeRTOS selection from the IOC file
- somehow hope that the configuration software will not remove all the FreeRTOS files (It does).
- regenerate everything, and put the FreeRTOS calls in the user sections.....
Any suggestions?
