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


Second “Check for update” to do for 2.0 version

Hello Christelle,

I tryed to update following the “Check for update”

The system complains with:
Cannot complete the install because one or more required items could not be found.
Software being installed: OpenSTM32 Remote debugging support 2.0.1.201705161428 (fr.ac6.feature.mcu.debug.feature.group 2.0.1.201705161428)
Missing requirement: Ac6 C/C++ Debugging Tools for MCU 2.0.0.201705161428 (fr.ac6.mcu.debug 2.0.0.201705161428) requires ‘bundle org.eclipse.cdt.dsf.gdb 4.8.0’ but it could not be found
Cannot satisfy dependency:
From: OpenSTM32 Remote debugging support 2.0.1.201705161428 (fr.ac6.feature.mcu.debug.feature.group 2.0.1.201705161428)
To: fr.ac6.mcu.debug 2.0.0.201705161428

by unselecting the “OpenSTM32 Remote debugging support” I was able to update the other items.

Thanks for help

Hi Guy,

What are your Eclipse’s version and CDT’s Version ?
You can find this info
Help > About Eclipse for Eclipse’s version
Help > About Eclipse click on “Installation Details” button and verify in the Plug-ins tab the version of org.eclipse.cdt and org.eclipse.cdt.dsf.gdb

Note : to use the 2.0 you must have minimal version of Mars 2 and CDT 8.8.1

Christelle