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


You are viewing a reply to uses VFP register arguments  

Re: uses VFP register arguments

France

Hi Dennis,

There is currently a limitation in the FPU support in the IDE; you should, in the library and application project, add “-mfpu=fpv4-sp-d16 -mfloat-abi=hard” in the Miscellaneous Settings of the C and C++ compilers.

In the next release, that should be available before the end of February, the proper FPU mode will be automatically selected whenever the targetted MCU has an FPU.

Bernard