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 46df242 commit b202dddCopy full SHA for b202ddd
ports/stm/boards/stm32f411ve_discovery/mpconfigboard.mk
@@ -13,10 +13,12 @@ LD_COMMON = boards/common_default.ld
13
LD_FILE = boards/STM32F411_fs.ld
14
15
# Too big for the flash
16
+CIRCUITPY_AESIO = 0
17
CIRCUITPY_AUDIOCORE = 0
18
CIRCUITPY_AUDIOPWMIO = 0
19
CIRCUITPY_BITMAPFILTER = 0
20
CIRCUITPY_BITMAPTOOLS = 0
21
CIRCUITPY_BLEIO_HCI = 0
22
+CIRCUITPY_CODEOP = 0
23
CIRCUITPY_MSGPACK = 0
24
CIRCUITPY_VECTORIO = 0
0 commit comments