summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorhathach <[email protected]>2019-03-19 22:40:28 -0700
committerGitHub <[email protected]>2019-03-19 22:40:28 -0700
commit0de884da760b64a7b774a630d00db4939d109ad2 (patch)
tree81ccf5e14cd32ca2d7895dc042c688b3473aa5eb /.gitmodules
parent70bdd2384af7ae88366a9132f713db8d48284b81 (diff)
parent6787fbeff09472dbc7f4ec1aecb62c7896313de5 (diff)
Merge pull request #43 from hathach/develop
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