File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ SUPEROPT_GC = 0
1919CFLAGS_INLINE_LIMIT = 60
2020
2121CIRCUITPY_GAMEPAD = 1
22+ CIRCUITPY_BUSDEVICE = 1
2223
2324# Include these Python libraries in firmware.
2425FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_HID
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ CIRCUITPY_SAMD = 0
2121CIRCUITPY_USB_MIDI = 0
2222CIRCUITPY_USB_HID = 0
2323CIRCUITPY_TOUCHIO = 0
24+ CIRCUITPY_BUSDEVICE = 1
2425CFLAGS_INLINE_LIMIT = 35
2526
2627# Make more room.
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ CIRCUITPY_SAMD = 0
2222CIRCUITPY_USB_MIDI = 0
2323CIRCUITPY_USB_HID = 0
2424CIRCUITPY_TOUCHIO = 0
25+ CIRCUITPY_BUSDEVICE = 1
2526
2627CFLAGS_INLINE_LIMIT = 35
2728# Make more room.
Original file line number Diff line number Diff line change @@ -21,5 +21,6 @@ CIRCUITPY_PULSEIO=0
2121CIRCUITPY_ROTARYIO =0
2222CIRCUITPY_TOUCHIO_USE_NATIVE =0
2323CIRCUITPY_TOUCHIO =0
24+ CIRCUITPY_BUSDEVICE =1
2425
2526# Include these Python libraries in firmware.
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ CIRCUITPY_TOUCHIO=0
2424CIRCUITPY_USB_MIDI =0
2525CIRCUITPY_RTC =0
2626CIRCUITPY_COUNTIO =0
27+ CIRCUITPY_BUSDEVICE =1
2728
2829# Include these Python libraries in firmware.
2930FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_SD
You can’t perform that action at this time.
0 commit comments