| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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:
Always required:
If using scripts:
If using pipelines (if using Bazel):
If using EcuC as Code:
Clone the repository:
git clone https://github.com/vectorgrp/davinci-samples.gitExplore the samples:
Follow the instructions in each folder’s README to get started.
davinci-samples/
├─ build-starter/ # Bazel-based project setup example
├─ ready-set-go-scripts/ # Ready-to-use scripts for quick workflow setup
├─ .bazelrc # Bazel configuration file defining build options and settings
├─ .editorconfig # Editor configuration for consistent coding styles across IDEs
├─ .gitignore # Specifies files and directories to be ignored by Git
├─ LICENSE # License information
├─ MODULE.bazel # Bazel module definition for dependency management
├─ MODULE.bazel.lock # Lock file for Bazel module dependencies to ensure reproducible builds
├─ README.md # Main documentation for the repository
└─ SECURITY.md # Security policy
Check the repository folders for step-by-step guides and explanations.
| Back | FazBrowse Home | New Git URL |