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


Syntax error about "__weak","__attribute__((weak))"

Thanks skoehler, for that ranty suggestion. That solved it for me! :-)
I don’t understand what you mean about the CDT Indexer POV but getting rid of the quotes made the warnings go away and those functions became available in the project.

http://www.openstm32.org/forumthread2733#threadId6864|Question
Every f***ing time I regenerate the sources of my project with CubeMX, I have to remove those quotes. They don’t belong there and certainly result in invalid syntax (from the CDT Indexer point of view).