File tree Expand file tree Collapse file tree 10 files changed +0
-10
lines changed
feather_m0_express_crickit Expand file tree Collapse file tree 10 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ CFLAGS_INLINE_LIMIT = 60
21
21
CIRCUITPY_GAMEPAD = 1
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_HID
26
25
FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_SD
27
26
# FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_ADXL34x
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ 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
24
23
FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_Crickit
25
24
FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_Motor
26
25
FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_NeoPixel
Original file line number Diff line number Diff line change @@ -27,5 +27,4 @@ CFLAGS_INLINE_LIMIT = 35
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_RFM69
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_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 @@ -23,4 +23,3 @@ CIRCUITPY_TOUCHIO_USE_NATIVE=0
23
23
CIRCUITPY_TOUCHIO =0
24
24
25
25
# Include these Python libraries in firmware.
26
- FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_BusDevice
Original file line number Diff line number Diff line change @@ -26,5 +26,4 @@ CIRCUITPY_RTC=0
26
26
CIRCUITPY_COUNTIO =0
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_SD
You can’t perform that action at this time.
0 commit comments