esp-hal/esp32c2-hal/ld/db-esp32c2-link.x

15 lines
156 B
Plaintext

INCLUDE memory.x
SECTIONS
{
.header : AT(0)
{
LONG(0xaedb041d)
LONG(0xaedb041d)
} > IROM
}
_stext = ORIGIN(IROM) + 8;
INCLUDE riscv-link.x