mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-12-14 17:27:30 +08:00
feat(bootloader): add xmc spi_flash startup flow to improve reliability
This commit is contained in:
@@ -174,6 +174,15 @@ config BOOTLOADER_STORE_OFFSET
|
||||
bootloader of the SDK's bootloader, you can set the option to store SDK's bootloader
|
||||
to other space in the flash instead of "0x0".
|
||||
|
||||
config BOOTLOADER_FLASH_XMC_SUPPORT
|
||||
bool "Enable the support for flash chips of XMC (READ HELP FIRST)"
|
||||
default y
|
||||
help
|
||||
Perform the startup flow recommended by XMC. Please consult XMC for the details of this flow.
|
||||
XMC chips will be forbidden to be used, when this option is disabled.
|
||||
|
||||
DON'T DISABLE THIS UNLESS YOU KNOW WHAT YOU ARE DOING.
|
||||
|
||||
endmenu # Bootloader
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user