mirror of
https://github.com/esp-rs/esp-hal.git
synced 2025-10-02 14:44:42 +00:00

* make esp32c3 examples run from flash / flashable * use gpio3 for blinky * direct boot in Cargo.toml * have a shared gpio impl * use PACs from their original locations again
15 lines
156 B
Plaintext
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
|