1
0
Fork 0

use spacecruft mirrors for git submodules

jebbatime
jebba 2021-06-12 12:05:56 -06:00
parent 968c0da215
commit 36076a129a
1 changed files with 20 additions and 10 deletions

30
.gitmodules vendored
View File

@ -1,30 +1,40 @@
[submodule "bootloader"] [submodule "bootloader"]
path = bootloader path = bootloader
url = https://github.com/daniel-thompson/wasp-bootloader # url = https://github.com/daniel-thompson/wasp-bootloader
url = https://mirrors.spacecruft.org/daniel-thompson/wasp-bootloader
[submodule "micropython"] [submodule "micropython"]
path = micropython path = micropython
url = https://github.com/daniel-thompson/micropython # url = https://github.com/daniel-thompson/micropython
url = https://mirrors.spacecruft.org/daniel-thompson/micropython
[submodule "tools/intelhex"] [submodule "tools/intelhex"]
path = tools/intelhex path = tools/intelhex
url = https://github.com/python-intelhex/intelhex # url = https://github.com/python-intelhex/intelhex
url = https://mirrors.spacecruft.org/python-intelhex/intelhex
[submodule "tools/nrfutil"] [submodule "tools/nrfutil"]
path = tools/nrfutil path = tools/nrfutil
url = https://github.com/adafruit/Adafruit_nRF52_nrfutil.git # url = https://github.com/adafruit/Adafruit_nRF52_nrfutil.git
url = https://mirrors.spacecruft.org/adafruit/Adafruit_nRF52_nrfutil
[submodule "wasp/drivers/flash"] [submodule "wasp/drivers/flash"]
path = wasp/drivers/flash path = wasp/drivers/flash
url = https://github.com/daniel-thompson/micropython-eeprom # url = https://github.com/daniel-thompson/micropython-eeprom
url = https://mirrors.spacecruft.org/daniel-thompson/micropython-eeprom
[submodule "tools/pynus"] [submodule "tools/pynus"]
path = tools/pynus path = tools/pynus
url = https://github.com/daniel-thompson/pynus # url = https://github.com/daniel-thompson/pynus
url = https://mirrors.spacecruft.org/daniel-thompson/pynus
[submodule "tools/micropython-font-to-py"] [submodule "tools/micropython-font-to-py"]
path = tools/micropython-font-to-py path = tools/micropython-font-to-py
url = https://github.com/peterhinch/micropython-font-to-py # url = https://github.com/peterhinch/micropython-font-to-py
url = https://mirrors.spacecruft.org/peterhinch/micropython-font-to-py
[submodule "tools/ota-dfu"] [submodule "tools/ota-dfu"]
path = tools/ota-dfu path = tools/ota-dfu
url = https://github.com/daniel-thompson/ota-dfu-python # url = https://github.com/daniel-thompson/ota-dfu-python
url = https://mirrors.spacecruft.org/daniel-thompson/ota-dfu-python
[submodule "reloader"] [submodule "reloader"]
path = reloader path = reloader
url = https://github.com/daniel-thompson/wasp-reloader # url = https://github.com/daniel-thompson/wasp-reloader
url = https://mirrors.spacecruft.org/daniel-thompson/wasp-reloader
[submodule "wasp/modules/bma42x-upy"] [submodule "wasp/modules/bma42x-upy"]
path = wasp/modules/bma42x-upy path = wasp/modules/bma42x-upy
url = https://github.com/daniel-thompson/bma42x-upy # url = https://github.com/daniel-thompson/bma42x-upy
url = https://mirrors.spacecruft.org/daniel-thompson/bma42x-upy