Merge branch 'feature/support_spi_flash_8MB_region' into 'master'

feat(esp8266): support link firmware to all regions of 8MB flash

See merge request sdk/ESP8266_RTOS_SDK!1325
This commit is contained in:
Dong Heng
2020-03-03 13:46:33 +08:00
5 changed files with 53 additions and 37 deletions

View File

@ -25,7 +25,7 @@ MEMORY
iram0_0_seg (RX) : org = 0x40100000, len = CONFIG_SOC_IRAM_SIZE
/* Even though the segment name is iram, it is actually mapped to flash and mapped constant data */
iram0_2_seg (RX) : org = 0x40200010 + APP_OFFSET,
iram0_2_seg (RX) : org = 0x40200010 + (APP_OFFSET & (0x100000 - 1)),
len = APP_SIZE - 0x10
/*