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
I created a project for using the STM32F746 DISCOVERY board with LwIP utility (see image 1
and 2
). As soon as the project was created i tried to build it but ended up not beeing able to do so and getting the following error(see image 3
):