Building offline with Qt Creator IDE

28 Feb 2019

At this link you can find tep by step instructions how to create, build and debug MBED applications offline using the Qt Creator IDE and the GNU Arm Embedded Toolchain. Rather than having a separate instance of MBED OS for each project a single repository is shared by all of them.

/media/uploads/hudakz/qtcreator_demo.png

05 Mar 2019
  • To support more targets Mbed CLI is now harnessed as the backend engine rather than QtCreators's Qbs project manager.
  • Enables to build Mbed 2 (aka Mbed Classic) or Mbed 5 (aka Mbed OS) applications.
  • Works on Linux and MS Windows.