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
mod asynch;
mod blocking;

pub(crate) use asynch::AsyncTestFlash;
pub(crate) use blocking::BlockingTestFlash;