diff options
| author | Ha Thach <[email protected]> | 2019-12-24 21:11:40 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-12-24 21:11:40 +0700 |
| commit | 21cc8237e1130c489bc4ef3b7dea1c41eef25d56 (patch) | |
| tree | de9ef9a7d0bff897e84ec46853f21170900d250e /.gitmodules | |
| parent | a601f59df5e61801cbbe87467c70a48b740d4bfd (diff) | |
| parent | bbada1d3e6dba5b339c7cd4129e5df7b3203c11b (diff) | |
Merge pull request #243 from hathach/port-samg55
merge WIP branch for samd dcd fix
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 |
