backup
This commit is contained in:
11
ld/standalone.rom.ld
Normal file
11
ld/standalone.rom.ld
Normal file
@@ -0,0 +1,11 @@
|
||||
/* linker script for espressif bootloader */
|
||||
|
||||
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 = 0x40208000, len = (1M - 0x8000)
|
||||
}
|
||||
|
||||
INCLUDE "common.ld"
|
||||
Reference in New Issue
Block a user