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


build a stm32 project ends up "Nothing to build for project XXX" after recent eclipse update on MacOS

on Dec 07 2016, update eclipse which updates System Workbench for STM32, ends up build an existing project to “Nothing to build”. This is only see on MacOS. It is fine on Ubuntu.

There also see a message from terminal in which starts eclipe “Managed Build system manifest file error: Option fr.ac6.managedbuild.option.gnu.cross.floatabi.355306396 uses a null category that is invalid in its context. The option was ignored.”

I didn’t try any new created project. It is bad as the onging project suddenly can’t build.

-NBlue