Small Python script for converting GPDSC project description files generated by CubeMX software to QBS projects for using with ARMGCC compiler
Currently supports STM32F0, STM32F1, STM32F2, STM32F4 and STM32F7 processor families
How to Use :
- Create and configure project in STM32CubeMX application.
- Generate source code for "Other toolchain (GPDSC)"
- Run : "python cubemx2qbs.py |your_project|.gpdsc" This comand will generate file |your_project|.qbs
- Open QBS project file in QtCreator and start writing your app!