Welcome to DaVinci Samples, an open-source repository designed to help developers understand and adopt DaVinci Configurator Classic Version 6 workflows more easily.
This repository provides sample resources to help you integrate DaVinci Configurator Classic Version 6 workflows:
- Ready-Set-Go-Scripts demonstrating how DaVinci Configurator Classic Version 6 integrates into typical MICROSAR projects.
- davinci-workspace-setup: Create a new DaVinci Project and link additional workspaces. Execute project import and update.
Always required:
- Activated DaVinci Configurator Classic Version 6 License
- A valid MICROSAR BSW package
If using scripts:
- DaVinci Developer Classic (Release 4.17 SP2 or newer)
- DaVinci Team (Release 6.2 or newer)
-
Clone the repository:
git clone https://github.com/vectorgrp/davinci-samples.git
-
Explore the samples:
- Navigate to the folder that matches your use case.
-
Follow the instructions in each folder’s README to get started.
davinci-samples/
├─ ready-set-go-scripts/ # Ready-to-use scripts for quick workflow setup
├─ .editorconfig # Editor configuration for consistent coding styles across IDEs
├─ .gitignore # Specifies files and directories to be ignored by Git
├─ LICENSE # License information
├─ README.md # Main documentation for the repository
└─ SECURITY.md # Security policy
Check the repository folders for step-by-step guides and explanations.