esp-hal/esp32c3-hal/ld/db-esp32c3-link.x
2022-02-18 12:00:05 +01:00

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