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


Linux Version : Hangs on Build Setting

This is not new. I have the same configuration on the linux side and I have timed how long is takes to get to the settings. 4 minutes. If there is no project and i create a new project that is just a C - Hello world with Linux GCC it does the same thing. My java is :
OpenJDK Runtime Environment (IcedTea 2.6.6) (7u101-2.6.6-0ubuntu0.14.04.1)
OpenJDK 64-Bit Server VM (build 24.95-b01, mixed mode)

I typically go to settings to fix an include path or set the optimization. So my work around is to open (in the project root) the .cproject file (xml) and edit/add/delete the includes and any other setting I need. Then restart eclipse.

My eclipse MARS.2 version does not hang on the Project>C/C++Build>Settings on the same machine. However I have not yet set that up for STM32.