We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6e2237 commit b815164Copy full SHA for b815164
3 files changed
ports/stm/boards/espruino_pico/mpconfigboard.mk
@@ -22,6 +22,7 @@ CIRCUITPY_AUDIOPWMIO = 0
22
CIRCUITPY_BUSDEVICE = 0
23
CIRCUITPY_BITMAPTOOLS = 0
24
CIRCUITPY_FRAMEBUFFERIO = 0
25
+CIRCUITPY_KEYPAD = 0
26
CIRCUITPY_MIDI = 0
27
CIRCUITPY_MSGPACK = 0
28
CIRCUITPY_ULAB = 0
ports/stm/boards/espruino_wifi/mpconfigboard.mk
@@ -15,3 +15,4 @@ LD_FILE = boards/STM32F411_fs.ld
15
# Too big for the flash
16
CIRCUITPY_AUDIOCORE = 0
17
CIRCUITPY_AUDIOPWMIO = 0
18
ports/stm/boards/stm32f411ce_blackpill/mpconfigboard.mk
@@ -19,3 +19,4 @@ LD_FILE = boards/STM32F411_fs.ld
19
20
21
0 commit comments