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 70407e4 commit 7951646Copy full SHA for 7951646
ports/atmel-samd/boards/ugame10/mpconfigboard.mk
@@ -19,15 +19,16 @@ CIRCUITPY_ANALOGIO = 1
19
CIRCUITPY_GAMEPAD = 1
20
CIRCUITPY_DISPLAYIO = 1
21
22
-CIRCUITPY_TOUCHIO = 0
+CIRCUITPY_AUDIOBUSIO = 0
23
+CIRCUITPY_BITBANGIO = 0
24
+CIRCUITPY_FREQUENCYIO = 0
25
+CIRCUITPY_I2CSLAVE = 0
26
CIRCUITPY_NEOPIXEL_WRITE = 0
27
+CIRCUITPY_PIXELBUF = 0
28
CIRCUITPY_RTC = 0
-CIRCUITPY_USB_MIDI = 0
29
+CIRCUITPY_TOUCHIO = 0
30
CIRCUITPY_USB_HID = 0
-CIRCUITPY_I2CSLAVE = 0
-CIRCUITPY_FREQUENCYIO = 0
-CIRCUITPY_AUDIOBUSIO = 0
-CIRCUITPY_PIXELBUF = 0
31
+CIRCUITPY_USB_MIDI = 0
32
33
FROZEN_MPY_DIRS += $(TOP)/frozen/circuitpython-stage/ugame10
34
0 commit comments