diff options
| author | Daniel Thompson <daniel.thompson@linaro.org> | 2020-01-14 21:32:59 (GMT) |
|---|---|---|
| committer | Daniel Thompson <daniel.thompson@linaro.org> | 2020-01-14 21:32:59 (GMT) |
| commit | 88e736c9e91d02178a11a15ff572cab99c910ad1 (patch) | |
| tree | f7af8f634d41768f9750b5054bd8c10af57e9478 /.gitmodules | |
Initial revision
This is a just a rather hacky combined build environment.
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..4471178 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,12 @@ +[submodule "bootloader"] + path = bootloader + url = https://github.com/daniel-thompson/wasp-bootloader +[submodule "micropython"] + path = micropython + url = https://github.com/daniel-thompson/micropython +[submodule "tools/intelhex"] + path = tools/intelhex + url = https://github.com/python-intelhex/intelhex +[submodule "tools/nrfutil"] + path = tools/nrfutil + url = https://github.com/adafruit/Adafruit_nRF52_nrfutil.git |
