Add 1M flash with 16k spiffs linker script

This commit is contained in:
arendst 2017-04-16 23:07:02 +02:00
parent c9742ad634
commit 62b73f1338
1 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
/* Flash Split for 1M chips */
/* sketch 935KB */
/* spiffs 64KB */
/* sketch 983KB */
/* spiffs 16KB */
/* eeprom 20KB */
MEMORY
@ -8,10 +8,10 @@ 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 = 0x40201010, len = 0xe9ff0
irom0_0_seg : org = 0x40201010, len = 0xf5ff0
}
PROVIDE ( _SPIFFS_start = 0x402EB000 );
PROVIDE ( _SPIFFS_start = 0x402F7000 );
PROVIDE ( _SPIFFS_end = 0x402FB000 );
PROVIDE ( _SPIFFS_page = 0x100 );
PROVIDE ( _SPIFFS_block = 0x1000 );