mirror of
https://github.com/esp-rs/esp-hal.git
synced 2025-10-01 06:11:03 +00:00
15 lines
154 B
Plaintext
15 lines
154 B
Plaintext
INCLUDE memory.x
|
|
|
|
SECTIONS
|
|
{
|
|
.header : AT(0)
|
|
{
|
|
LONG(0xaedb041d)
|
|
LONG(0xaedb041d)
|
|
} > ROM
|
|
}
|
|
|
|
_stext = ORIGIN(ROM) + 8;
|
|
|
|
INCLUDE riscv-link.x
|