summaryrefslogtreecommitdiff
path: root/.gitmodules
blob: d3c312c6df0d8ea4ae6f7d1012df772ae216c8e0 (plain)
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
31
32
33
34
35
36
37
38
39
40
[submodule "lib/axtls"]
	path = lib/axtls
	url = https://github.com/pfalcon/axtls
	branch = micropython
[submodule "lib/libffi"]
	path = lib/libffi
	url = https://github.com/atgreen/libffi
[submodule "lib/lwip"]
	path = lib/lwip
	url = http://git.savannah.gnu.org/r/lwip.git
[submodule "lib/berkeley-db-1.xx"]
	path = lib/berkeley-db-1.xx
	url = https://github.com/pfalcon/berkeley-db-1.xx
[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
[submodule "atmel-samd/frozen/Adafruit_CircuitPython_NeoPixel"]
	path = frozen/Adafruit_CircuitPython_NeoPixel
	url = https://github.com/adafruit/Adafruit_CircuitPython_NeoPixel
[submodule "frozen/Adafruit_CircuitPython_Thermistor"]
	path = frozen/Adafruit_CircuitPython_Thermistor
	url = https://github.com/adafruit/Adafruit_CircuitPython_Thermistor.git
[submodule "frozen/Adafruit_CircuitPython_LIS3DH"]
	path = frozen/Adafruit_CircuitPython_LIS3DH
	url = https://github.com/adafruit/Adafruit_CircuitPython_LIS3DH.git
[submodule "frozen/Adafruit_CircuitPython_BusDevice"]
	path = frozen/Adafruit_CircuitPython_BusDevice
	url = https://github.com/adafruit/Adafruit_CircuitPython_BusDevice.git
[submodule "tools/python-semver"]
	path = tools/python-semver
	url = https://github.com/k-bx/python-semver.git
[submodule "frozen/Adafruit_CircuitPython_CircuitPlayground"]
	path = frozen/Adafruit_CircuitPython_CircuitPlayground
	url = https://github.com/adafruit/Adafruit_CircuitPython_CircuitPlayground.git
[submodule "frozen/Adafruit_CircuitPython_HID"]
	path = frozen/Adafruit_CircuitPython_HID
	url = https://github.com/adafruit/Adafruit_CircuitPython_HID.git