embassy/examples/esp32c3/ld/db-esp32c3-link.x
2023-10-01 06:50:24 +00: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