Expand description
Platform-agnostic bootloader core.
Implements the boot state machine, protocol dispatcher, and app validation.
Platform-specific behaviour is injected via the traits in traits::boot.
Re-exports§
pub use crate::core::Core;
Platform-agnostic bootloader core.
Implements the boot state machine, protocol dispatcher, and app validation.
Platform-specific behaviour is injected via the traits in traits::boot.
pub use crate::core::Core;