diff options
| author | hathach <[email protected]> | 2019-12-24 21:13:05 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-12-24 21:13:05 +0700 |
| commit | 2caa1ac07804bef581cd30e6fc5057a6515fb094 (patch) | |
| tree | e25eb313d1c0b5219c7f24fe4fded4178969ed2f /.gitmodules | |
| parent | a1c94067f778dc6f055c132ca18c870a107910be (diff) | |
| parent | 21cc8237e1130c489bc4ef3b7dea1c41eef25d56 (diff) | |
Merge branch 'master' into develop
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index c7b396187..83db9dfff 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,6 @@ [submodule "hw/mcu/nordic/nrfx"] path = hw/mcu/nordic/nrfx url = https://github.com/NordicSemiconductor/nrfx.git -[submodule "hw/mcu/microchip/samd/asf4"] - path = hw/mcu/microchip/samd/asf4 - url = https://github.com/adafruit/asf4.git [submodule "tools/uf2"] path = tools/uf2 url = https://github.com/microsoft/uf2.git @@ -19,3 +16,6 @@ [submodule "hw/mcu/nxp"] path = hw/mcu/nxp url = https://github.com/hathach/nxp_driver.git +[submodule "hw/mcu/microchip"] + path = hw/mcu/microchip + url = https://github.com/hathach/microchip_driver.git |
