summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorhathach <[email protected]>2019-03-20 12:37:25 +0700
committerhathach <[email protected]>2019-03-20 12:37:25 +0700
commit6787fbeff09472dbc7f4ec1aecb62c7896313de5 (patch)
tree81ccf5e14cd32ca2d7895dc042c688b3473aa5eb /.gitmodules
parentf2f3f5a7723fc10b2dda84d31d1325c30960816b (diff)
move lpcopen to its own repo (submodule)
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 23b4cc668..cce8f7c35 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -10,3 +10,6 @@
[submodule "hw/mcu/st/stm32lib"]
path = hw/mcu/st/stm32lib
url = https://github.com/micropython/stm32lib.git
+[submodule "hw/mcu/nxp/lpcopen"]
+ path = hw/mcu/nxp/lpcopen
+ url = https://github.com/hathach/lpcopen.git