summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorhathach <[email protected]>2020-03-22 17:19:57 +0700
committerhathach <[email protected]>2020-03-22 17:19:57 +0700
commit4f871063fd33db2b55c6f78130c723a8854e0b11 (patch)
treeddc78bd68c16a0895e0a7b4f9d1aff6380a20484 /.gitmodules
parent1ab3a1035c997e66b2014e8edfb92e10202cd988 (diff)
parente47f9921570c75afd3288407601897c5b283f043 (diff)
Merge branch 'master' into cr1901-msp430f5529
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules21
1 files changed, 15 insertions, 6 deletions
diff --git a/.gitmodules b/.gitmodules
index 9afa0d195..0f9ad34c7 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,15 +1,9 @@
[submodule "hw/mcu/nordic/nrfx"]
path = hw/mcu/nordic/nrfx
url = https://github.com/NordicSemiconductor/nrfx.git
-[submodule "hw/mcu/microchip/samd/asf4"]
- path = hw/mcu/microchip/samd/asf4
- url = https://github.com/adafruit/asf4.git
[submodule "tools/uf2"]
path = tools/uf2
url = https://github.com/microsoft/uf2.git
-[submodule "hw/mcu/nxp/lpc_driver"]
- path = hw/mcu/nxp/lpc_driver
- url = https://github.com/hathach/lpc_driver.git
[submodule "hw/mcu/st/st_driver"]
path = hw/mcu/st/st_driver
url = https://github.com/hathach/st_driver.git
@@ -19,3 +13,18 @@
[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