File tree 3 files changed +3
-0
lines changed
circuitplayground_express
circuitplayground_express_crickit
circuitplayground_express_displayio
3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ SUPEROPT_GC = 0
21
21
CFLAGS_INLINE_LIMIT = 55
22
22
23
23
# Include these Python libraries in firmware.
24
+ FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_BusDevice
24
25
FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_CircuitPlayground
25
26
FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_HID
26
27
FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_LIS3DH
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ CFLAGS_INLINE_LIMIT = 50
25
25
26
26
27
27
# Include these Python libraries in firmware.
28
+ FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_BusDevice
28
29
FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_CircuitPlayground
29
30
FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_Crickit
30
31
FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_LIS3DH
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ SUPEROPT_GC = 0
26
26
CFLAGS_INLINE_LIMIT = 55
27
27
28
28
# Include these Python libraries in firmware.
29
+ FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_BusDevice
29
30
FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_CircuitPlayground
30
31
FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_LIS3DH
31
32
FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_NeoPixel
You can’t perform that action at this time.
0 commit comments