forked from wasp-os/wasp-os
-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitmodules
30 lines (30 loc) · 1.07 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[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
[submodule "wasp/drivers/flash"]
path = wasp/drivers/flash
url = https://github.com/daniel-thompson/micropython-eeprom
[submodule "tools/pynus"]
path = tools/pynus
url = https://github.com/daniel-thompson/pynus
[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
[submodule "reloader"]
path = reloader
url = https://github.com/daniel-thompson/wasp-reloader
[submodule "wasp/modules/bma42x-upy"]
path = wasp/modules/bma42x-upy
url = https://github.com/daniel-thompson/bma42x-upy