STM32CubeMX: how to disable project saving on code generation?
Hello,
I use STM32CubeMX in a shared project and different developers use different tools to work with its output. So e. g. I want code generation with a makefile output while others use the STM32CubeIDE.
Currently every time when I click "generate code" the project is saved and its .ioc file is overwritten. This is annoying since after I push commits, the next person has to change it again (and adding it to the .gitignore would mean I have to remember including it again when I make actually meaningful changes in the project file). Code generation is not needed a lot after everything has been set up, but nonetheless this is annoying since quickly trying out some stuff without remembering to revert everything manually is not possible. How do I turn this off? I only want to save the project when I explicitly ask CubeMX to do so.
