Static rp_pico::BOOT2_FIRMWARE

source ·
#[link_section = ".boot2"]
#[no_mangle]
pub static BOOT2_FIRMWARE: [u8; 256]
Expand description

The linker will place this boot block at the start of our program image. We need this to help the ROM bootloader get our code up and running.