After upgrading to STM32CubeIDE 1.6.1, "Generate Code" from within the IDE causes massive changes to .ico file. Several sections are moved arround in the file. This makes it impossible to cleanly track and identify relevant changes in source control.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-04-19 2:07 PM
Even when making minimal changes (e.g. set some value from 1 to 2), this results into a big changeset with many changed lines of the .ico file.
Labels:
- Labels:
-
STM32CubeIDE
-
STM32CubeMX
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-04-22 11:27 PM
Hello. I store the contents of * .ioc files alphabetically in Git. It looks like it's just a list of key-value pairs, because the code generation works fine.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-05-03 7:36 AM
Doing this has pretty much increased my work load for the time being. Note only are there massive changes to the IOC file, there are massive changes to MANY files through out my project.
