Skip to content

ivandzen/CubeMX2QBS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

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!

About

Small Python script for converting GPDSC project description files generated by CubeMX software to QBS projects for using with ARMGCC compiler

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages