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’m using Systems workbench (latest version) and am trying to run client and server communications. I’ve got two Nucleo-F746ZG boards connected at the same time. One needs to run client side and the oither server side. How do I select during debugging which board gets the firmware downloaded? Presently I just unplug one, run the debugger and then connect the other one back.