diff options
| author | hathach <[email protected]> | 2019-03-19 22:40:28 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-03-19 22:40:28 -0700 |
| commit | 0de884da760b64a7b774a630d00db4939d109ad2 (patch) | |
| tree | 81ccf5e14cd32ca2d7895dc042c688b3473aa5eb /.gitmodules | |
| parent | 70bdd2384af7ae88366a9132f713db8d48284b81 (diff) | |
| parent | 6787fbeff09472dbc7f4ec1aecb62c7896313de5 (diff) | |
Merge pull request #43 from hathach/develop
move lpcopen to its own repo (submodule)
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
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 |
