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
i have a project with a makefile. All wark fine but i’m not able to debug the mcu. I can generate the .elf file and download but not run the debug, the st link is detected but i don’t have the debug button enabled
.
Where i wrong? Attached the images