This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
embassy
Watch
2
Star
0
Fork
0
You've already forked embassy
mirror of
https://github.com/embassy-rs/embassy.git
synced
2024-11-22 06:42:32 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
13cb431472
embassy
/
embassy-rp
/
link-rp.x.in
9 lines
112 B
Plaintext
Raw
Normal View
History
Unescape
Escape
rp: add precompiled boot2 to avoid depending on gcc
2021-03-29 20:28:36 +00:00
SECTIONS {
/* ### Boot loader */
.boot2 ORIGIN(BOOT2) :
{
KEEP(*(.boot2));
} > BOOT2
Initial rp235x support Examples have been run, but there is not yet a test suite.
2024-08-08 03:20:26 +00:00
}
Reference in New Issue
Copy Permalink