diff options
| author | Dan Halbert <halbert@halwitz.org> | 2017-10-12 20:10:31 -0400 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2017-10-12 20:10:31 -0400 |
| commit | fabaa2ec3045c4709de05c238a6525d0fe2e3cb2 (patch) | |
| tree | 7df563824134ca60ba95eb6f376220eb7b49f7ae /.gitmodules | |
| parent | b7591cfd19d308091dc67ae698c112cdb52a044f (diff) | |
| parent | 922006dd59323e6019e8fbfe1938e0c30121999c (diff) | |
merge 2.x changes into master; touch up Makefile CFLAGS logic
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index d51363f03..0cd28519d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -24,3 +24,12 @@ path = atmel-samd/asf4 url = https://github.com/adafruit/asf4.git branch = circuitpython +[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 |
