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


builtin lib make executable file bigger

France

Hi Hung,

If these functions are included in your executable it’s because some other function that you call need them; it’s not always simple to know which is the responsible function but you should be able by carefully looking at the content of the map file; currently I regretfully can’t help you more. There’s quite a lot of functions in the C library that need malloc for example and I don’t know which one you called...

Bernard