QtCreator is the IDE of the Qt-Project. While the main focus is C++ based Qt development it has all usefull features for editing and navigation through
large codebases. Like a code model for refactoring and autocompletion. As a lot of embedded development is done in C/C++ the only part missing for small µController support has been filled by the baremetal plugin for QtCreator. This enables QtCreator to talk to hardware debuggers with support for the gdb protocol.
OpenOCD is a main development focus and it has now gained support for pipelining mode.
Besides giving an short overview over QtCreator the improvments made for embedded development will be shown.
Fast Restart - issues a hardware reset right away without reflashing
OpenOCD pipelining support - one click debugging
*CMake build support (hopefully)