1
0
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:
ficeto
2015-05-15 21:13:41 +03:00
parent f6614863fc
commit 6a4128695d
3 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ MEMORY
irom0_0_seg : org = 0x40210000, len = 0xCB000
}
PROVIDE ( _SPIFFS_start = 0x402CB000 );
PROVIDE ( _SPIFFS_start = 0x402DB000 );
PROVIDE ( _SPIFFS_end = 0x402FB000 );
INCLUDE "../ld/eagle.app.v6.common.ld"

View File

@ -11,7 +11,7 @@ MEMORY
irom0_0_seg : org = 0x40210000, len = 0xAB000
}
PROVIDE ( _SPIFFS_start = 0x402AB000 );
PROVIDE ( _SPIFFS_start = 0x402BB000 );
PROVIDE ( _SPIFFS_end = 0x402FB000 );
INCLUDE "../ld/eagle.app.v6.common.ld"

View File

@ -8,7 +8,7 @@ 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
irom0_0_seg : org = 0x40210000, len = 0xDB000
}
PROVIDE ( _SPIFFS_start = 0x402EB000 );