mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-30 16:24:09 +03:00
fix size and address misscalculations
This commit is contained in:
@ -11,7 +11,7 @@ MEMORY
|
|||||||
irom0_0_seg : org = 0x40210000, len = 0xCB000
|
irom0_0_seg : org = 0x40210000, len = 0xCB000
|
||||||
}
|
}
|
||||||
|
|
||||||
PROVIDE ( _SPIFFS_start = 0x402CB000 );
|
PROVIDE ( _SPIFFS_start = 0x402DB000 );
|
||||||
PROVIDE ( _SPIFFS_end = 0x402FB000 );
|
PROVIDE ( _SPIFFS_end = 0x402FB000 );
|
||||||
|
|
||||||
INCLUDE "../ld/eagle.app.v6.common.ld"
|
INCLUDE "../ld/eagle.app.v6.common.ld"
|
||||||
|
@ -11,7 +11,7 @@ MEMORY
|
|||||||
irom0_0_seg : org = 0x40210000, len = 0xAB000
|
irom0_0_seg : org = 0x40210000, len = 0xAB000
|
||||||
}
|
}
|
||||||
|
|
||||||
PROVIDE ( _SPIFFS_start = 0x402AB000 );
|
PROVIDE ( _SPIFFS_start = 0x402BB000 );
|
||||||
PROVIDE ( _SPIFFS_end = 0x402FB000 );
|
PROVIDE ( _SPIFFS_end = 0x402FB000 );
|
||||||
|
|
||||||
INCLUDE "../ld/eagle.app.v6.common.ld"
|
INCLUDE "../ld/eagle.app.v6.common.ld"
|
||||||
|
@ -8,7 +8,7 @@ MEMORY
|
|||||||
dport0_0_seg : org = 0x3FF00000, len = 0x10
|
dport0_0_seg : org = 0x3FF00000, len = 0x10
|
||||||
dram0_0_seg : org = 0x3FFE8000, len = 0x14000
|
dram0_0_seg : org = 0x3FFE8000, len = 0x14000
|
||||||
iram1_0_seg : org = 0x40100000, len = 0x8000
|
iram1_0_seg : org = 0x40100000, len = 0x8000
|
||||||
irom0_0_seg : org = 0x40210000, len = 0xEB000
|
irom0_0_seg : org = 0x40210000, len = 0xDB000
|
||||||
}
|
}
|
||||||
|
|
||||||
PROVIDE ( _SPIFFS_start = 0x402EB000 );
|
PROVIDE ( _SPIFFS_start = 0x402EB000 );
|
||||||
|
Reference in New Issue
Block a user