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


CubeMX Import and HAL driver as a library for workspace

Hello, I’v used to use NXP uC and on LPCXpresso I create a project, add LPCOpen driver library and they were shared for all projects on workspace.
I’m working with system workbench, stm32f411 uC and CubeMX. My problem is that each project I import into the workspace contain a copy of HAL driver, so my disk folder is 70mb for each project!
Is there a way to add just one copy of hal driver and then link that to each project?

Thank!