File tree Expand file tree Collapse file tree 10 files changed +10
-0
lines changed
feather_m0_express_crickit Expand file tree Collapse file tree 10 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ CIRCUITPY_GAMEPAD = 1
22
22
CIRCUITPY_BUSDEVICE = 1
23
23
24
24
# Include these Python libraries in firmware.
25
+ FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_BusDevice
25
26
FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_HID
26
27
FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_SD
27
28
# FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_ADXL34x
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ CIRCUITPY_GAMEPAD = 0
20
20
CFLAGS_INLINE_LIMIT = 50
21
21
22
22
# Include these Python libraries in firmware.
23
+ FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_BusDevice
23
24
FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_Crickit
24
25
FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_Motor
25
26
FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_NeoPixel
Original file line number Diff line number Diff line change @@ -28,4 +28,5 @@ CFLAGS_INLINE_LIMIT = 35
28
28
SUPEROPT_GC = 0
29
29
30
30
# Include these Python libraries in firmware.
31
+ FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_BusDevice
31
32
FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_RFM69
Original file line number Diff line number Diff line change @@ -29,4 +29,5 @@ CFLAGS_INLINE_LIMIT = 35
29
29
SUPEROPT_GC = 0
30
30
31
31
# Include these Python libraries in firmware.
32
+ FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_BusDevice
32
33
FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_RFM9x
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ CFLAGS_INLINE_LIMIT = 55
27
27
SUPEROPT_GC = 0
28
28
29
29
# Include these Python libraries in firmware.
30
+ FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_BusDevice
30
31
FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_LIS3DH
31
32
FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_NeoPixel
32
33
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ CIRCUITPY_GAMEPAD = 0
21
21
CIRCUITPY_RGBMATRIX = 0
22
22
CIRCUITPY_PS2IO = 0
23
23
24
+ FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_BusDevice
24
25
FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_NeoPixel
25
26
FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_Register
26
27
FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_SD
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ CIRCUITPY_GAMEPAD = 0
21
21
CIRCUITPY_RGBMATRIX = 0
22
22
CIRCUITPY_PS2IO = 0
23
23
24
+ FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_BusDevice
24
25
FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_NeoPixel
25
26
FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_Register
26
27
FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_SD
Original file line number Diff line number Diff line change @@ -13,4 +13,5 @@ LONGINT_IMPL = MPZ
13
13
CIRCUITPY_AUDIOBUSIO = 0
14
14
CIRCUITPY_USTACK = 1
15
15
16
+ FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_BusDevice
16
17
FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_NeoPixel
Original file line number Diff line number Diff line change @@ -24,3 +24,4 @@ CIRCUITPY_TOUCHIO=0
24
24
CIRCUITPY_BUSDEVICE =1
25
25
26
26
# Include these Python libraries in firmware.
27
+ FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_BusDevice
Original file line number Diff line number Diff line change @@ -27,4 +27,5 @@ CIRCUITPY_COUNTIO=0
27
27
CIRCUITPY_BUSDEVICE =1
28
28
29
29
# Include these Python libraries in firmware.
30
+ FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_BusDevice
30
31
FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_SD
You can’t perform that action at this time.
0 commit comments