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


System Workbench for STM32 failed to run on Mac OS X

Hi Francisco,

The JRE is part of the full installer, it is not downloaded by the upgrade mecanism.
To make my own test I just installed SW on my Macbook (El Capitan 10.11.6) from the 2.3 installer picked there:
http://www.openstm32.org/Downloading%2Bthe%2BSystem%2BWorkbench%2Bfor%2BSTM32%2Binstaller#Mac_OS_XQuestion

All is working like a charm, the embedded JRE is successfully in use. As visible in the Installation Details > Configuration tab:

-vm
/Users/me/Applications/SystemWorkbench.app/Contents/MacOS/jre/Contents/Home/lib/jli/libjli.dylib


I didn’t change any configuration file.
The Info.plist part configuring the JRE to use looks like:

< key>Eclipse< /key>
    < array>
      [...]
      < string>-vm< /string>  < string>jre/Contents/Home/lib/jli/libjli.dylib< /string>
    < /array>

I voluntary inserted spaces into xml tags to force display into the Forum.

Note that this path is relative to SystemWorkbench.app/Contents/MacOS/, hence make sure that this is valid on your side.

Hope this help.

Julien