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 : Ac6 on desktop (IDE) vs Ac6 on build machine (no IDE)

Hi,

On first launch in GUI mode, It installs (extracts) the toolchain and the debugger. This cannot be done on headless (no-GUI) mode. To solve this, you can manually install the toolchain by extracting the archive /var/lib/Ac6/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/st-gnu-arm-gcc[...].tar.z2 into to the /var/lib/Ac6/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/tools/ directory then rename the dir st-gnu-arm[...] into “compiler”

The toolchain folder tree should be:

/var/lib/Ac6/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.17.0.201812190825/
  tools/
    compiler/
        arm-none-eabi/
        bin/
        lib/
        share/


Regards.