1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

increase irom0 from 0x3C000 to 0x6B000 (+192KB) space

This commit is contained in:
Markus Sattler
2015-05-03 17:44:20 +02:00
parent f4a34e1962
commit 5d2cc7db7f
4 changed files with 18 additions and 11 deletions

View File

@ -5,7 +5,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 = 0x40240000, len = 0x3C000
irom0_0_seg : org = 0x40210000, len = 0x6B000
}
PHDRS