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

restore SPIFFS symbols when null-sized (#5122)

fix comments
fix cc0bfa04d4 (commitcomment-30462616)
This commit is contained in:
david gauchard
2018-09-11 14:25:05 +02:00
committed by GitHub
parent ce28a76a24
commit cee458a68e
25 changed files with 110 additions and 436 deletions

View File

@ -1,8 +1,10 @@
/* Flash Split for 512K chips */
/* sketch @0x40200000 (~487KB) (499696B) */
/* eeprom @0x4027B000 (=4KB) */
/* rfcal @0x4027C000 (=4KB) */
/* wifi @0x4027D000 (=12KB) */
/* empty @0x40279FF0 (~4KB) (4112B) */
/* spiffs @0x4027B000 (~0KB) (0B) */
/* eeprom @0x4027B000 (4KB) */
/* rfcal @0x4027C000 (4KB) */
/* wifi @0x4027D000 (12KB) */
MEMORY
{
@ -12,5 +14,9 @@ MEMORY
irom0_0_seg : org = 0x40201010, len = 0x79ff0
}
PROVIDE ( _SPIFFS_start = 0x4027B000 );
PROVIDE ( _SPIFFS_end = 0x4027B000 );
PROVIDE ( _SPIFFS_page = 0x0 );
PROVIDE ( _SPIFFS_block = 0x0 );
INCLUDE "eagle.app.v6.common.ld"