mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-19 23:22:16 +03:00
fix location change
This commit is contained in:
parent
93f7240329
commit
6a38d314fa
17
tools/sdk/ld/eagle.flash.16m.ld
Normal file
17
tools/sdk/ld/eagle.flash.16m.ld
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
/* Flash Split for 8M chips */
|
||||||
|
/* irom0 940KB */
|
||||||
|
/* eeprom 20KB */
|
||||||
|
/* spiffs 7MB */
|
||||||
|
|
||||||
|
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 = 0xEB000
|
||||||
|
}
|
||||||
|
|
||||||
|
PROVIDE ( _SPIFFS_start = 0x40300000 );
|
||||||
|
PROVIDE ( _SPIFFS_end = 0x40A00000 );
|
||||||
|
|
||||||
|
INCLUDE "../ld/eagle.app.v6.common.ld"
|
17
tools/sdk/ld/eagle.flash.8m.ld
Normal file
17
tools/sdk/ld/eagle.flash.8m.ld
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
/* Flash Split for 16M chips */
|
||||||
|
/* irom0 940KB */
|
||||||
|
/* eeprom 20KB */
|
||||||
|
/* spiffs 15MB */
|
||||||
|
|
||||||
|
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 = 0xEB000
|
||||||
|
}
|
||||||
|
|
||||||
|
PROVIDE ( _SPIFFS_start = 0x40300000 );
|
||||||
|
PROVIDE ( _SPIFFS_end = 0x41200000 );
|
||||||
|
|
||||||
|
INCLUDE "../ld/eagle.app.v6.common.ld"
|
Loading…
x
Reference in New Issue
Block a user