Skip to content

Commit 371862c

Browse files
authored
Merge pull request #4582 from kevinlutzer/kl/add-flash-for-black-pill
Add Flash Specified in STM32F4 Black Pill Schematic to Board Config
2 parents 8a86f9d + 4fb3139 commit 371862c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/stm/boards/stm32f411ce_blackpill_with_flash/mpconfigboard.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ USB_MANUFACTURER = "Unknown"
55

66
SPI_FLASH_FILESYSTEM = 1
77
#See supervisor/shared/external_flash/devices.h for options
8-
EXTERNAL_FLASH_DEVICES = GD25Q16C,W25Q64FV,W25Q64JVxQ
8+
EXTERNAL_FLASH_DEVICES = GD25Q16C,W25Q64FV,W25Q32JVxQ,W25Q64JVxQ
99
LONGINT_IMPL = MPZ
1010

1111
INTERNAL_FLASH_FILESYSTEM = 0

0 commit comments

Comments
 (0)