mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-22 14:53:03 +00:00
b185e02a42
Examples have been run, but there is not yet a test suite.
9 lines
112 B
Plaintext
9 lines
112 B
Plaintext
|
|
SECTIONS {
|
|
/* ### Boot loader */
|
|
.boot2 ORIGIN(BOOT2) :
|
|
{
|
|
KEEP(*(.boot2));
|
|
} > BOOT2
|
|
}
|