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


Add *.dll library file to project

France

Hi Kasia,

What do you mean exactly by “close a c-library”?

If you have the C source code you may try to compile it; however if it is dependent on Windows, you may not be able to compile it as it may depend on OS-provided features. Then you can create a static library and use it in other projects, or just integrate the source code in those.

If you only have the object code (*.dll) there is regretfully no way to use it.

Bernard (Ac6)