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.
2 parents 4770120 + 63e01cd commit 38c3816Copy full SHA for 38c3816
ports/atmel-samd/boards/sensebox_mcu/mpconfigboard.mk
@@ -13,4 +13,3 @@ CIRCUITPY_FULL_BUILD = 0
13
# There are many pin definitions on this board; it doesn't quite fit on very large translations.
14
# Remove a couple of modules.
15
CIRCUITPY_ONEWIREIO = 0
16
-CIRCUITPY_RAINBOWIO = 0
ports/nrf/boards/simmel/mpconfigboard.mk
@@ -28,6 +28,7 @@ CIRCUITPY_NVM = 0
28
CIRCUITPY_PIXELBUF = 0
29
CIRCUITPY_PULSEIO = 0
30
CIRCUITPY_PWMIO = 1
31
+# Deliberately excluded for other reasons than code space, see #5534
32
CIRCUITPY_RAINBOWIO = 0
33
CIRCUITPY_RGBMATRIX = 0
34
CIRCUITPY_ROTARYIO = 0
0 commit comments