diff options
| author | hathach <[email protected]> | 2019-08-31 23:20:18 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-08-31 23:20:18 +0700 |
| commit | c782cc54298547f7f8aa3aedb7226538b018fec4 (patch) | |
| tree | 09a6a946aa167b1cd949c65903c5dd60e4611d92 /.gitmodules | |
| parent | 237c7018d97d7036453e1158665be88ca1a3938e (diff) | |
add lpc_driver submobule
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 5ea220b54..9c70debf8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,6 @@ [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 |
