diff options
| author | hathach <[email protected]> | 2018-11-14 00:22:49 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-11-14 00:22:49 +0700 |
| commit | 4b1f4c7b6f01a4a0a2da6218958f381674e7f52c (patch) | |
| tree | e3c51eebe001df791c73be74857c3b3c63f56e5d /.gitmodules | |
| parent | e8246dd367526e4495955b2ee0749892c4da2ab5 (diff) | |
add Adafruit samd-peripherals as submodule.
clean up board
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index e569dc9c2..30abb53e8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,4 +3,7 @@ url = https://github.com/NordicSemiconductor/nrfx.git [submodule "hw/mcu/microchip/samd/asf4"] path = hw/mcu/microchip/samd/asf4 - url = [email protected]:adafruit/asf4.git + url = https://github.com/adafruit/asf4.git +[submodule "hw/mcu/microchip/samd/samd-peripherals"] + path = hw/mcu/microchip/samd/samd-peripherals + url = https://github.com/adafruit/samd-peripherals.git |
