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


How to disable SVN integration

After upgrading to the newest STM32 Workbench version I see that it shows SVN information in the Project Explorer. Since I prefer to work with SVN using another programs, like Tortise SVN, I want to disable this Eclipse - SVN integration. How can I do this?

My working environment:
Windows 10 x64
System Workbench for STM32 version 1.14.1.201707031232 (From Eclipse - About box).

Hi AlexF,

AFAIK the SVN integration within Eclipse was compliant with Tortoise SVN (few years that I’ve not worked in this configuration), is-it no longer true?

Anyway you can disable the feature on a specific project, from the contextual menu Team > Disconnect.
Or uninstall the SVN plugins from System Workbench (see attached screenshot).

jLn_38, thank you.