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


You are viewing a reply to Linux and External Tools  
France

Hi Kevin,

As Indicated on page About System Workbench for STM32 the source code for the version of OpenOCD we ship with System Workbench for STM32 has to be a patched version, as the standard version do not support all recent STM32 chips; this source code can be accessed by cloning our source base from the GIT server listed on this page.

ST people push their changes to the official development base but, as you know, getting them through takes some time so, as we want to provide support for th enew chips as soon as they are available, we need to integrate these patches ourselves and provide a custom OpenOCD version.

Bernard (Ac6)