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