-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdfetch.yaml
More file actions
36 lines (30 loc) · 908 Bytes
/
dfetch.yaml
File metadata and controls
36 lines (30 loc) · 908 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
manifest:
version: 0.0
remotes:
- name: zephyrproject-rtos
url-base: https://github.com/zephyrproject-rtos
projects:
- name: zephyr
repo-path: zephyr.git
dst: zephyr
branch: main
ignore:
- .github
- samples
- tests
# - name: application
# dst: application
# branch: main
# repo-path: example-application.git
- name: cmsis_6 # required by the ARM port for Cortex-M
repo-path: CMSIS_6.git
revision: 30a859f44ef8ab4dc8f84b03ed586fd16ccf9d74
dst: modules/hal/cmsis_6
- name: hal_nordic # required by the custom_plank board (Nordic based)
repo-path: hal_nordic.git
revision: 4dea410729da817a464f778533eb721473262e5b
dst: modules/hal/nordic
- name: hal_stm32 # required by the nucleo_f302r8 board (STM32 based)
revision: 57803da28e985e1cbc32a7ea993578f7267d0935
repo-path: hal_stm32.git
dst: modules/hal/stm32