summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorDaniel Thompson <daniel@redfelineninja.org.uk>2020-04-26 18:18:17 (GMT)
committerDaniel Thompson <daniel@redfelineninja.org.uk>2020-04-26 18:18:17 (GMT)
commit17a8cfc34638d14167d33c1f2b094813446e5c5b (patch)
tree877ced3a16dbc2be70173dd048a9a2ec7954d2e9 /.gitmodules
parent5ce0d4cd6fdc71d8db83f3e8869d5db226922db3 (diff)
tools: ota-dfu: Include a Linux-native OTA DFU tool
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index cc94518..20c2c34 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -19,3 +19,6 @@
[submodule "tools/micropython-font-to-py"]
path = tools/micropython-font-to-py
url = https://github.com/peterhinch/micropython-font-to-py
+[submodule "tools/ota-dfu"]
+ path = tools/ota-dfu
+ url = https://github.com/daniel-thompson/ota-dfu-python