diff options
| author | hathach <[email protected]> | 2018-11-13 11:42:19 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-11-13 11:42:19 +0700 |
| commit | b6bd5458d2446e42191cd51887af948a4a677324 (patch) | |
| tree | f9a5f3978e998f78d271e5ba52f6ac24f5b2c9f1 /.gitmodules | |
| parent | cb9bcce6a21c28e8bf0fa4259ebbb55614f05aca (diff) | |
add samd asf4 submodule repo from Adafruit
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index bdfc08ddc..e569dc9c2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +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 = [email protected]:adafruit/asf4.git |
