Loading...
 

Zephyr project on STM32

   Zephyr Workbench, a VSCode extension to manage Zephyr on STM32.
It enables users to easily create, develop, and debug Zephyr applications.
Main features:
  • Install host dependencies.
  • Import toolchain and SDK.
  • Create, configure, build and manage apps.
  • Debug STM32.
You can directly download it from the VSCode marketplace
For more details, visit the Zephyr Workbench

System Workbench for STM32


Debugging, Step-over (F6) is sometimes slow

More info...
The ‘slow stepping’ functions are in-lined which can be seen in the Disassembly window. This inlining can be turned off by setting Optimization to None (-O0). That’s the work-around and now my question is this: is there a way to configure either gdb or Eclipse to step-over inlined functions and be quick about it?