mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-12 01:53:07 +03:00
flash-size agnostic builds (#6690)
* flash: mapping definition by sketch at runtime depending on flash chip size and user configuration
This commit is contained in:
11
tools/sdk/ld/eagle.flash.auto.ld
Normal file
11
tools/sdk/ld/eagle.flash.auto.ld
Normal file
@ -0,0 +1,11 @@
|
||||
/* Flash Split */
|
||||
/* sketch @0x40200000 (~1019KB) (1044464B) = MAX */
|
||||
|
||||
MEMORY
|
||||
{
|
||||
dport0_0_seg : org = 0x3FF00000, len = 0x10
|
||||
dram0_0_seg : org = 0x3FFE8000, len = 0x14000
|
||||
irom0_0_seg : org = 0x40201010, len = 0xfeff0
|
||||
}
|
||||
|
||||
INCLUDE "local.eagle.app.v6.common.ld"
|
Reference in New Issue
Block a user