mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-10-20 13:45:08 +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
|
||||
|
||||
|
||||
|
@@ -8,4 +8,5 @@ PROVIDE ( gpio_input_get = 0x40004cf0 );
|
||||
|
||||
PROVIDE ( xthal_get_ccount = 0x4000dd38 );
|
||||
PROVIDE ( uart_div_modify = 0x400039d8 );
|
||||
PROVIDE ( ets_io_vprintf = 0x40001f00 );
|
||||
PROVIDE ( ets_io_vprintf = 0x40001f00 );
|
||||
PROVIDE ( ets_rom_delay_us = 0x40002ecc );
|
Reference in New Issue
Block a user