1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-27 18:02:17 +03:00

Update flash layout to use eboot

This commit is contained in:
Ivan Grokhotkov
2015-05-29 19:37:31 +03:00
parent de28edb82f
commit b790bffb03
11 changed files with 32 additions and 32 deletions

View File

@ -1,5 +1,5 @@
/* Flash Split for 1M chips */
/* irom0 428KB */
/* sketch 487KB */
/* spiffs 512KB */
/* eeprom 20KB */
@ -8,7 +8,7 @@ MEMORY
dport0_0_seg : org = 0x3FF00000, len = 0x10
dram0_0_seg : org = 0x3FFE8000, len = 0x14000
iram1_0_seg : org = 0x40100000, len = 0x8000
irom0_0_seg : org = 0x40210000, len = 0x6B000
irom0_0_seg : org = 0x40201010, len = 0x79ff0
}
PROVIDE ( _SPIFFS_start = 0x4027B000 );