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


Ubuntu gksudo deprecated - graphical install does not work

I found a solution however.
If no gksudo, it ought to be created gksudo.
It ought to be created gksudo, with alias in shell, instead of shell alias.
I created executable gksudo in /usr/bin with following context:
pkexec env DISPLAY=:0 XAUTHORITY=/run/user/1000/gdm/Xauthority DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus $1 $2 $3 $4 $5 $6 $7 $8 $9 $10
After I simply ran installer as it actually is gksudo.
However it later came troubles with compliance that replacement does not understand option -D, the same, I afraid, would be with offered shell alias.