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