Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 550 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 550 Bytes

CubeMX to QBS

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 :

  1. Create and configure project in STM32CubeMX application.
  2. Generate source code for "Other toolchain (GPDSC)"
  3. Run : "python cubemx2qbs.py |your_project|.gpdsc" This comand will generate file |your_project|.qbs
  4. Open QBS project file in QtCreator and start writing your app!