2025-11-17 8:04 AM - edited 2025-11-17 8:05 AM
Hello,
I have a small problem here. When I run a clean in git, the directories .vscode, .settings, and build are deleted. If the project needs to be rebuilt, the Setup STM32Cude project function has to be executed manually, and the board/device has to be specified manually again. This is very error-prone.
Is there a way to start this project setup from CMake or from CMakePresets.json?
For example, if no compiler was found?
In CMake, the correct settings are already known.