Registry / other / rp2040-boot2

rp2040-boot2

JSON →
library0.3.0rscratesunverified

Raspberry Pi RP2040 SoC second stage bootloader.

# Cargo.toml [dependencies] rp2040-boot2 = "0.3.0"
INSTALL
IMPORT
SIG · RP2040-BOOT2
R
rp2040-boot2
otherrustv0.3.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Boot2
use rp2040_boot2::Boot2;

Initialize the second stage bootloader for RP2040.

use rp2040_boot2::Boot2; fn main() { let boot = Boot2::new(); println!("Bootloader initialized"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
rp2040-boot2 — cargo add rp2040-boot2 · libregistry