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 delay before build  

delay before build

Hi,

I had the same problem. I figured out, that I had included a folder that contained some source code and some documentation files as well. I think it was a case of CMSIS folder. Even though I have excluded the documentation files from the build, there was still some delay, before the compilation actually started. When I included just folders that contains source code alone (didn’t use exclude filter), the delay was gone.

Regards,
Jan