1. Rename 'stm32f411ce_blackpill_haxpress' to 'stm32f411ce_blackpill_with_flash'
2. Add 'W25Q64JV_IQ' to flash chip list (as per commercial version)
This commit is contained in:
parent
b4bdf55eda
commit
55c6d3e92f
|
@ -4,8 +4,9 @@ USB_PRODUCT = "stm32f411ce blackpill with flash"
|
|||
USB_MANUFACTURER = "Unknown"
|
||||
|
||||
SPI_FLASH_FILESYSTEM = 1
|
||||
EXTERNAL_FLASH_DEVICE_COUNT = 1
|
||||
EXTERNAL_FLASH_DEVICES = W25Q64FV #See supervisor/shared/external_flash/devices.h for options
|
||||
EXTERNAL_FLASH_DEVICE_COUNT = 2
|
||||
#See supervisor/shared/external_flash/devices.h for options
|
||||
EXTERNAL_FLASH_DEVICES = W25Q64FV,W25Q64JV_IQ
|
||||
LONGINT_IMPL = MPZ
|
||||
|
||||
INTERNAL_FLASH_FILESYSTEM = 0
|
Loading…
Reference in New Issue