21 lines
378 B
YAML
21 lines
378 B
YAML
manifest:
|
|
self:
|
|
west-commands: scripts/west-commands.yml
|
|
|
|
remotes:
|
|
- name: zephyrproject-rtos
|
|
url-base: https://github.com/zephyrproject-rtos
|
|
|
|
projects:
|
|
- name: zephyr
|
|
remote: zephyrproject-rtos
|
|
revision: main
|
|
import: true
|
|
|
|
- name: vnd7050aj
|
|
path: modules/vnd7050aj
|
|
url: .
|
|
revision: HEAD
|
|
|
|
group-filter: [-tools]
|