Question
stm32cubeIDE project configuration using CLI
Hi.
I'm aware that there's a cli tool called STM32CubeCLT which is used for building programs for stm32 MCUs.
But, is there any way that we can ask stm32cubeIDE to perform the following steps?
- install/remove a certain cmsis-pack
- configure a certain project to use certain components from installed packs
- generate code
- ( The rest of the steps including building can be done through STM32CubeCLT)
To give a bit of context:
We're making cmsis pack to deliver software components to stm32cubeIDE and we'd like to automate the process of testing each pack in our CI/CD.
