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


Search text in header files

I try to search text through the whole project including the “Include path” which has all the header file.
But when creating the “Working Set” for the project, “Includes” folder is not part of the project for searching.

In Project Explorer, “Includes” does show up with all the header files.
How could I add header files within search list ?

This is my problem too... I also checked the index settings in Prefrence -> C/C++ -> Editor -> Indexer, but the problem remains.