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 Menu is Unresponsive  

Menu is Unresponsive

Hi jjp72,
I’ve noticed something similar on my Ubuntu 16.04, either nothing happen or dialogs were displayed after a huge delay...
Knowing that past versions of Eclipse had issues with GTK3 I’ve put the following lines to my eclipse.ini (before the -vmargs) to resolve this weird behavior.

--launcher.GTK_version
2

This should also work by defining the variable SWT_GTK3=0 in System Workbench environment.

Yeah, I sure wish Atollic would defuse that landmine for all of us Linux users.