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


where are the 'inc' directories & can the target be Reset

Hi... I guess I’m asking these questions to be able to use the environment for being able to prove a concept for a real product development.
I do appreciate the examples for being able to see how the peripherals are driven.
Its a starting point, and then usually want to push the code in the direction for a product concept.
So haveing made some incremental Code modifications to a project, now I would like to be able to snapshot it and do a backup. In the past this has been the most effective way of maintaining stability and moving a project forward.
The purpose is if the stability is lost, having a previous snapshot to restore to an empty directory and do a code compare.

I try File-export - general file - archive - specify the extensions I’m interested in
Problems were encountered during export:
Error exporting STM32F429I-Discovery/Middlewares/STemWin/Config/LCDConf.c: File not found: ..\uPF329discoA\V1.9.0F249disco\Projects\STM32F429I-Discovery\Demonstrations\Config\LCDConf.c.
File not found: C:\Users\neilh77\sw\uPF329discoA\V1.9.0F249disco\Projects\STM32F429I-Discovery\Demonstrations\Config\LCDConf.c.

So looks like this must be a turd left somewhere, there is no file in this directory “LCDConf.c” but there is “GUIConf.c”
So any suggestions for a stability snapshot/backup appreciated.