2023-05-10 02:25 AM
I'm writing initialisation script.
Project repo is cloned into my empty workspace.
At the moment the user must initialy run STM32CubeIDE
This action is what I need to implent in my initialisation script.
What would be apropriate command for it?
Solved! Go to Solution.
2023-05-10 02:46 AM
See the file headless-build.bat in the CubeIDE installation (or .sh on Linux)
Parameters are described here: https://gnu-mcu-eclipse.github.io/advanced/headless-builds/
2023-05-10 02:46 AM
See the file headless-build.bat in the CubeIDE installation (or .sh on Linux)
Parameters are described here: https://gnu-mcu-eclipse.github.io/advanced/headless-builds/