diff options
| author | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-10-24 22:39:08 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-10-24 22:39:08 -0700 |
| commit | 2c26f3542916ca4e4a7df2b230819333b096eab0 (patch) | |
| tree | fe9372a02ae8f2b25170a97e5cb53ac6926726a3 /.gitmodules | |
| parent | 73c15dcf8b1b927757a595a867334b38355ddb8f (diff) | |
Re-add atmel submodules.
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 5bb9f4c8c..adf0c871a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -30,3 +30,10 @@ path = lib/stm32lib url = https://github.com/micropython/stm32lib branch = work-F4-1.13.1+F7-1.5.0+L4-1.3.0 +[submodule "freetouch2"] + path = ports/atmel-samd/freetouch + url = https://github.com/adafruit/Adafruit_FreeTouch.git +[submodule "atmel-samd/asf4"] + path = ports/atmel-samd/asf4 + url = https://github.com/adafruit/asf4.git + branch = circuitpython |
