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


bug report - OSX/Windows compatibility

Hello Kirill,

Do you mean you copied/pasted the project from OSX to Windows?
On my side, I did the following steps without any issue :
- Generate a project from CubeMX on OSX;
- Import this project in SW4STM32 on OSX;
- Compile it (without error) in SWSTM32 on OSX;
- Right-click on the project >> Export > General >> Archive File ;
- Copy the archve (zip) in Windows and uncompress it;
- Import the project in SW4STM32 on Windows;
- Compile it (without error) in SWSTM32 on Windows;

So the Import/Export feature to transfer project through OSs is fully functional.
Cheers
Vetch