How to replace GUI action with command line?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-05-10 2:25 AM
I'm writing initialisation script.
Project repo is cloned into my empty workspace.
At the moment the user must initialy run STM32CubeIDE
- select empty workspace
- Call File > Open Projects from File System ... >
- select Folder and confirm
This action is what I need to implent in my initialisation script.
What would be apropriate command for it?
Solved! Go to Solution.
- Labels:
-
STM32CubeIDE
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-05-10 2: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/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-05-10 2: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/
