embassy-boot 0.7.0

A lightweight bootloader supporting firmware updates in a power-fail-safe way, with trial boots and rollbacks.
Documentation
1
2
3
4
5
#[cfg(feature = "ed25519-dalek")]
pub(crate) mod ed25519_dalek;

#[cfg(feature = "ed25519-salty")]
pub(crate) mod salty;