Initial commit

This commit is contained in:
Daniel Bauer
2025-05-25 16:12:04 +02:00
committed by GitHub
commit cfbdb4baab
12 changed files with 62 additions and 0 deletions

11
west.yml Normal file
View File

@@ -0,0 +1,11 @@
manifest:
remotes:
- name: remote-name
url-base: https://github.com/remote-name
projects:
# Together with the above defined remote, this refers to a module located at
# https://github.com/remote-name/repository-name
- name: repository-name
remote: remote-name
# This points to a west manifest file in the remote module for further imports
import: west.yml