8000 Added to partial builds where frozen removed · alexbartlow/circuitpython@cb863e4 · GitHub
[go: up one dir, main page]

Skip to content

Commit cb863e4

Browse files
committed
Added to partial builds where frozen removed
1 parent fe1c2fa commit cb863e4

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

ports/atmel-samd/boards/8086_commander/mpconfigboard.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ SUPEROPT_GC = 0
1919
CFLAGS_INLINE_LIMIT = 60
2020

2121
CIRCUITPY_GAMEPAD = 1
22+
CIRCUITPY_BUSDEVICE = 1
2223

2324
# Include these Python libraries in firmware.
2425
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_HID

ports/atmel-samd/boards/feather_m0_rfm69/mpconfigboard.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ CIRCUITPY_SAMD = 0
2121
CIRCUITPY_USB_MIDI = 0
2222
CIRCUITPY_USB_HID = 0
2323
CIRCUITPY_TOUCHIO = 0
24+
CIRCUITPY_BUSDEVICE = 1
2425
CFLAGS_INLINE_LIMIT = 35
2526

2627
# Make more room.

ports/atmel-samd/boards/feather_m0_rfm9x/mpconfigboard.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ CIRCUITPY_SAMD = 0
2222
CIRCUITPY_USB_MIDI = 0
2323
CIRCUITPY_USB_HID = 0
2424
CIRCUITPY_TOUCHIO = 0
25+
CIRCUITPY_BUSDEVICE = 1
2526

2627
CFLAGS_INLINE_LIMIT = 35
2728
# Make more room.

ports/atmel-samd/boards/xinabox_cc03/mpconfigboard.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ CIRCUITPY_PULSEIO=0
2121
CIRCUITPY_ROTARYIO=0
2222
CIRCUITPY_TOUCHIO_USE_NATIVE=0
2323
CIRCUITPY_TOUCHIO=0
24+
CIRCUITPY_BUSDEVICE=1
2425

2526
# Include these Python libraries in firmware.

ports/atmel-samd/boards/xinabox_cs11/mpconfigboard.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ CIRCUITPY_TOUCHIO=0
2424
CIRCUITPY_USB_MIDI=0
2525
CIRCUITPY_RTC=0
2626
CIRCUITPY_COUNTIO=0
27+
CIRCUITPY_BUSDEVICE=1
2728

2829
# Include these Python libraries in firmware.
2930
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_SD

0 commit comments

Comments
 (0)
0