summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2017-10-03 18:10:13 -0400
committerScott Shawcroft <scott@tannewt.org>2017-10-08 10:54:46 -0600
commitef65ee78c544f0996eeb77ae762d2c4c7ed17057 (patch)
tree0452584406ca3acc7fd333f7c5001650f70e5a20 /.gitmodules
parentf4981677b0b73d286f3af098a4111f8ba6d286bc (diff)
Freeze libraries needed by adafruit_circuitplayground library into firmware.
This saves a lot of RAM. Fixes #287. Also fixed compilation of frozen_mpy.c to use supplied make rule rather than builtin rule (supplied rule suppresses printing out the gcc command line).
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules9
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 54c4d5a9c..faad88a85 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -20,3 +20,12 @@
[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