Solved
STM32CubeIDE 1.10.1 compiles files twice
I noticed a problem with STM32CubeIDE 1.10.1:
When build, a second time, the same files as before get compiled again.
All my projects were migrated from 1.9.
Steps to reproduce:
- Modify a file
- Run the build, it compiles that file
- Run the build, it compiles that file again
- Run the build, it finally does not compile that file
Thank you