Skip to content

Commit 55c6d3e

Browse files
committed
1. Rename 'stm32f411ce_blackpill_haxpress' to 'stm32f411ce_blackpill_with_flash'
2. Add 'W25Q64JV_IQ' to flash chip list (as per commercial version)
1 parent b4bdf55 commit 55c6d3e

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

ports/stm/boards/stm32f411ce_blackpill_haxpress/mpconfigboard.mk renamed to ports/stm/boards/stm32f411ce_blackpill_with_flash/mpconfigboard.mk

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ USB_PRODUCT = "stm32f411ce blackpill with flash"
44
USB_MANUFACTURER = "Unknown"
55

66
SPI_FLASH_FILESYSTEM = 1
7-
EXTERNAL_FLASH_DEVICE_COUNT = 1
8-
EXTERNAL_FLASH_DEVICES = W25Q64FV #See supervisor/shared/external_flash/devices.h for options
7+
EXTERNAL_FLASH_DEVICE_COUNT = 2
8+
#See supervisor/shared/external_flash/devices.h for options
9+
EXTERNAL_FLASH_DEVICES = W25Q64FV,W25Q64JV_IQ
910
LONGINT_IMPL = MPZ
1011

1112
INTERNAL_FLASH_FILESYSTEM = 0

0 commit comments

Comments
 (0)