summaryrefslogtreecommitdiff
path: root/.gitmodules
blob: 3a3f50fccf1daaa13e8d4ff45723d2ffe076d931 (plain)
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
58
59
60
61
62
63
[submodule "hw/mcu/nordic/nrfx"]
	path = hw/mcu/nordic/nrfx
	url = https://github.com/NordicSemiconductor/nrfx.git
[submodule "tools/uf2"]
	path = tools/uf2
	url = https://github.com/microsoft/uf2.git
[submodule "hw/mcu/st/st_driver"]
	path = hw/mcu/st/st_driver
	url = https://github.com/hathach/st_driver.git
[submodule "hw/mcu/sony/cxd56/spresense-exported-sdk"]
	path = hw/mcu/sony/cxd56/spresense-exported-sdk
	url = https://github.com/sonydevworld/spresense-exported-sdk.git
[submodule "hw/mcu/ti"]
	path = hw/mcu/ti
	url = https://github.com/hathach/ti_driver.git
[submodule "hw/mcu/nxp"]
	path = hw/mcu/nxp
	url = https://github.com/hathach/nxp_driver.git
[submodule "hw/mcu/microchip"]
	path = hw/mcu/microchip
	url = https://github.com/hathach/microchip_driver.git
[submodule "hw/mcu/nuvoton"]
	path = hw/mcu/nuvoton
	url = https://github.com/majbthrd/nuc_driver.git
[submodule "lib/lwip"]
	path = lib/lwip
	url = https://git.savannah.nongnu.org/git/lwip.git
[submodule "lib/FreeRTOS"]
	path = lib/FreeRTOS
	url = https://github.com/FreeRTOS/FreeRTOS.git
[submodule "lib/CMSIS_4"]
	path = lib/CMSIS_4
	url = https://github.com/ARM-software/CMSIS.git
[submodule "hw/mcu/st/cmsis_device_f4"]
	path = hw/mcu/st/cmsis_device_f4
	url = https://github.com/STMicroelectronics/cmsis_device_f4.git
[submodule "hw/mcu/st/stm32f4xx_hal_driver"]
	path = hw/mcu/st/stm32f4xx_hal_driver
	url = https://github.com/STMicroelectronics/stm32f4xx_hal_driver.git
[submodule "hw/mcu/st/cmsis_device_f0"]
	path = hw/mcu/st/cmsis_device_f0
	url = https://github.com/STMicroelectronics/cmsis_device_f0.git
[submodule "hw/mcu/st/stm32f0xx_hal_driver"]
	path = hw/mcu/st/stm32f0xx_hal_driver
	url = https://github.com/STMicroelectronics/stm32f0xx_hal_driver.git
[submodule "hw/mcu/st/cmsis_device_f1"]
	path = hw/mcu/st/cmsis_device_f1
	url = https://github.com/STMicroelectronics/cmsis_device_f1.git
[submodule "hw/mcu/st/stm32f1xx_hal_driver"]
	path = hw/mcu/st/stm32f1xx_hal_driver
	url = https://github.com/STMicroelectronics/stm32f1xx_hal_driver.git
[submodule "hw/mcu/st/cmsis_device_f2"]
	path = hw/mcu/st/cmsis_device_f2
	url = https://github.com/STMicroelectronics/cmsis_device_f2.git
[submodule "hw/mcu/st/stm32f2xx_hal_driver"]
	path = hw/mcu/st/stm32f2xx_hal_driver
	url = https://github.com/STMicroelectronics/stm32f2xx_hal_driver.git
[submodule "hw/mcu/st/cmsis_device_f3"]
	path = hw/mcu/st/cmsis_device_f3
	url = https://github.com/STMicroelectronics/cmsis_device_f3.git
[submodule "hw/mcu/st/stm32f3xx_hal_driver"]
	path = hw/mcu/st/stm32f3xx_hal_driver
	url = https://github.com/STMicroelectronics/stm32f3xx_hal_driver.git