-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
57 lines (57 loc) · 2.28 KB
/
.gitmodules
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
[submodule "adaptabuild"]
path = adaptabuild
url = https://github.com/rhempel/adaptabuild.git
[submodule "src/cmsis_device_f0"]
path = src/third_party/cmsis_device_f0
url = https://github.com/rhempel/cmsis_device_f0.git
[submodule "src/src/cmsis_device_f0"]
path = src/src/cmsis_device_f0
url = https://github.com/rhempel/cmsis_device_f0.git
[submodule "src/umm_libc"]
path = src/third_party/umm_libc
url = https://github.com/rhempel/umm_libc.git
[submodule "src/stm32f0xx_hal_driver"]
path = src/third_party/stm32f0xx_hal_driver
url = https://github.com/rhempel/stm32f0xx_hal_driver.git
[submodule "src/cmsis_core"]
path = src/third_party/cmsis_core
url = https://github.com/rhempel/cmsis_core
[submodule "src/umm_malloc"]
path = src/third_party/umm_malloc
url = https://github.com/rhempel/umm_malloc.git
[submodule "src/stm32h7xx_hal_driver"]
path = src/third_party/stm32h7xx_hal_driver
url = https://github.com/rhempel/stm32h7xx_hal_driver.git
[submodule "src/cmsis_device_h7"]
path = src/third_party/cmsis_device_h7
url = https://github.com/rhempel/cmsis_device_h7.git
[submodule "src/cmsis_device_l4"]
path = src/third_party/cmsis_device_l4
url = https://github.com/rhempel/cmsis_device_l4.git
[submodule "src/stm32l4xx_hal_driver"]
path = src/third_party/stm32l4xx_hal_driver
url = https://github.com/rhempel/stm32l4xx_hal_driver.git
[submodule "src/voyager-bootloader"]
path = src/third_party/voyager-bootloader
url = https://github.com/rhempel/voyager-bootloader.git
[submodule "src/cmsis_device_g0"]
path = src/third_party/cmsis_device_g0
url = https://github.com/STMicroelectronics/cmsis_device_g0.git
[submodule "src/stm32g0xx_hal_driver"]
path = src/third_party/stm32g0xx_hal_driver
url = https://github.com/STMicroelectronics/stm32g0xx_hal_driver.git
[submodule "src/nanopb"]
path = src/third_party/nanopb
url = https://github.com/rhempel/nanopb.git
[submodule "src/CANopenNode"]
path = src/third_party/CANopenNode
url = https://github.com/rhempel/CANopenNode.git
[submodule "src/pico-sdk"]
path = src/third_party/pico-sdk
url = https://github.com/rhempel/pico-sdk.git
[submodule "src/nrfx"]
path = src/third_party/nrfx
url = https://github.com/rhempel/nrfx.git
[submodule "src/third_party/stm32-svd"]
path = src/third_party/stm32-svd
url = https://github.com/svcguy/stm32-svd.git