Skip to main content
DrDro
Associate III
May 10, 2023
Solved

How to replace GUI action with command line?

  • May 10, 2023
  • 1 reply
  • 886 views

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?

This topic has been closed for replies.
Best answer by Pavel A.

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/

1 reply

Pavel A.
Pavel A.Best answer
May 10, 2023

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/