rp: add precompiled boot2 to avoid depending on gcc
This commit is contained in:
BIN
embassy-rp/src/boot2.bin
Normal file
BIN
embassy-rp/src/boot2.bin
Normal file
Binary file not shown.
@ -1,5 +1,9 @@
|
||||
use crate::{pac, pll, resets};
|
||||
|
||||
#[link_section = ".boot2"]
|
||||
#[used]
|
||||
pub static BOOT2: [u8; 256] = *include_bytes!("boot2.bin");
|
||||
|
||||
#[non_exhaustive]
|
||||
pub struct Config {}
|
||||
|
||||
|
Reference in New Issue
Block a user