embassy/examples/esp32c3/ld/db-esp32c3-link.x

15 lines
156 B
Plaintext
Raw Normal View History

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