diff options
| author | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-04-20 14:04:06 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-04-20 14:04:06 -0700 |
| commit | 98667b1af87f71baa12a3bbde75cc3a28eb4513c (patch) | |
| tree | 64bedc4c4c6d9351954d9236381f569e6cd73afe /.gitmodules | |
| parent | a9d25bfae4ac3e4625cec738e3b2dd52976fb464 (diff) | |
Turn on build saving and uf2 creation.
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 5430d248d..21af5f0a6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -14,3 +14,6 @@ [submodule "freetouch2"] path = atmel-samd/freetouch url = https://github.com/adafruit/Adafruit_FreeTouch.git +[submodule "tools/uf2"] + path = tools/uf2 + url = https://github.com/Microsoft/uf2.git |
