diff options
| author | hathach <[email protected]> | 2019-11-24 21:22:42 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-11-24 21:22:42 +0700 |
| commit | 24b2cea139238df8daf278abc9777b95ab60bc16 (patch) | |
| tree | 1836dfe07b2938099cdbf912ff545f5ec114c11c /.gitmodules | |
| parent | 3d748e6e2eb9561ce27d5239f97aeb1d0d45f1e2 (diff) | |
| parent | 64b05a1d5f312e754bba79f9b38ac5e9ca281a66 (diff) | |
Merge branch 'master' into port-samg55
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 9afa0d195..c7b396187 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,9 +7,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 [submodule "hw/mcu/st/st_driver"] path = hw/mcu/st/st_driver url = https://github.com/hathach/st_driver.git @@ -19,3 +16,6 @@ [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 |
