Re-exports§
pub extern crate rp2040_hal as hal;pub use hal::pac;
Structs§
Constants§
Statics§
- BOOT2_
FIRMWARE - 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.