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 ff9b10c commit 20cbd5eCopy full SHA for 20cbd5e
ports/stm/boards/meowbit_v121/mpconfigboard.mk
@@ -21,6 +21,7 @@ LD_FILE = boards/STM32F401xe_boot.ld
21
# LD_FILE = boards/STM32F401xe_fs.ld
22
23
CIRCUITPY_AESIO = 0
24
+CIRCUITPY_BITMAPTOOLS = 0
25
CIRCUITPY_BLEIO_HCI = 0
26
CIRCUITPY_GIFIO = 0
27
CIRCUITPY_ULAB = 0
ports/stm/boards/thunderpack_v12/mpconfigboard.mk
@@ -12,6 +12,7 @@ SPI_FLASH_FILESYSTEM = 1
12
EXTERNAL_FLASH_DEVICES = GD25Q16C
13
14
CIRCUITPY_NVM = 1
15
16
17
18
MCU_SERIES = F4
0 commit comments