moonboot

Crates.iomoonboot
lib.rsmoonboot
version0.1.2
sourcesrc
created_at2022-04-19 10:26:59.883814
updated_at2022-04-19 10:45:13.762996
descriptionOTA Bootloader Construction Framework for Rust no_std environments
homepage
repositoryhttps://github.com/jhbruhn/moonboot
max_upload_size
id570261
size49,144
Jan-Henrik Bruhn (jhbruhn)

documentation

README

moonboot

Moonboot is a framework to build bootloaders for embedded devices, or other kinds of no_std Rust environments.

This crate contains implementations, macros and build.rs helpers for:

  • Partitioning of your memory into different sections
  • Exchange of the contents of those partitions via the bootloader
  • Signature/Checksum-checking of the partitions contents with an algorithm of your choice, because it is done in firmware, not in bootloader
  • Automatic Linker Script generation based on a Section/Parition Description in Rust Code

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Commit count: 22

cargo fmt