-
Notifications
You must be signed in to change notification settings - Fork 134
/
.gitmodules
51 lines (51 loc) · 1.83 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
[submodule "ext/st/stm32"]
path = ext/st/stm32
url = https://github.com/modm-io/cmsis-header-stm32.git
[submodule "ext/modm-devices"]
path = ext/modm-devices
url = https://github.com/modm-io/modm-devices.git
[submodule "ext/ros/ros-lib"]
path = ext/ros/ros-lib
url = https://github.com/modm-io/ros-lib
[submodule "ext/arm/cmsis"]
path = ext/arm/cmsis
url = https://github.com/modm-ext/cmsis-core-partial.git
[submodule "ext/gcc/libstdc++"]
path = ext/gcc/libstdc++
url = https://github.com/modm-io/avr-libstdcpp.git
[submodule "ext/aws/freertos"]
path = ext/aws/freertos
url = https://github.com/modm-ext/freertos-partial.git
[submodule "ext/adamgreen/crashcatcher"]
path = ext/adamgreen/crashcatcher
url = https://github.com/modm-ext/CrashCatcher-partial.git
[submodule "ext/microchip/sam"]
path = ext/microchip/sam
url = https://github.com/modm-io/cmsis-header-sam.git
[submodule "ext/hathach/tinyusb"]
path = ext/hathach/tinyusb
url = https://github.com/modm-ext/tinyusb-partial.git
[submodule "ext/chan/fatfs"]
path = ext/chan/fatfs
url = https://github.com/modm-ext/fatfs-partial.git
[submodule "ext/lvgl/lvgl"]
path = ext/lvgl/lvgl
url = https://github.com/modm-ext/lvgl-partial.git
[submodule "ext/etlcpp/etl"]
path = ext/etlcpp/etl
url = https://github.com/modm-ext/etl-partial.git
[submodule "ext/rp/pico-sdk"]
path = ext/rp/pico-sdk
url = https://github.com/modm-ext/pico-sdk-partial.git
[submodule "ext/eyalroz/printf"]
path = ext/eyalroz/printf
url = https://github.com/modm-ext/printf-partial.git
[submodule "ext/nanopb/nanopb"]
path = ext/nanopb/nanopb
url = https://github.com/modm-ext/nanopb-partial.git
[submodule "ext/arm/cmsis-dsp"]
path = ext/arm/cmsis-dsp
url = https://github.com/modm-ext/cmsis-dsp-partial.git
[submodule "ext/nlohmann/json"]
path = ext/nlohmann/json
url = https://github.com/modm-ext/json-partial.git