We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 491374c commit d510e60Copy full SHA for d510e60
ports/atmel-samd/boards/pewpew_m4/mpconfigboard.mk
@@ -33,6 +33,8 @@ CIRCUITPY_USB_CDC = 0
33
CIRCUITPY_USB_HID = 0
34
CIRCUITPY_USB_MIDI = 0
35
CIRCUITPY_VECTORIO = 0
36
+CIRCUITPY_BUSDEVICE = 0
37
+CIRCUITPY_BITMAPTOOLS = 0
38
39
CIRCUITPY_ANALOGIO = 1
40
CIRCUITPY_AUDIOIO = 1
@@ -42,6 +44,7 @@ CIRCUITPY_KEYPAD = 1
42
44
CIRCUITPY_MATH = 1
43
45
CIRCUITPY_STAGE = 1
46
CIRCUITPY_SYNTHIO = 1
47
+CIRCUITPY_ZLIB = 1
48
49
FROZEN_MPY_DIRS += $(TOP)/frozen/circuitpython-stage/pewpew_m4
50
CIRCUITPY_DISPLAY_FONT = $(TOP)/ports/atmel-samd/boards/ugame10/brutalist-6.bdf
0 commit comments