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:
@ -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"
|
||||
|
Reference in New Issue
Block a user