summaryrefslogtreecommitdiff
path: root/embassy-boot
AgeCommit message (Expand)Author
2022-10-07all Cargo.toml: Add license to all crate Cargo.toml fileschrysn
2022-09-26make prepare_update asyncMathias
2022-09-26Add get_state helpers to allow self-testing before calling mark_bootedMathias
2022-09-26Add blocking API to FirmwareUpdater, and allow for a split prepare/write apiMathias
2022-09-22Update Rust nightly.Dario Nieuwenhuis
2022-09-20Take into account size of revert indexUlf Lilleengen
2022-09-20Remove BootFlash borrowUlf Lilleengen
2022-09-02Fix a few clippy warningsUlf Lilleengen
2022-09-02Remove generic const expressions from embassy-bootUlf Lilleengen
2022-08-22split `embassy-util` into `embassy-futures`, `embassy-sync`.Dario Nieuwenhuis
2022-08-17Update to critical-section 1.0, atomic-polyfill 1.0Dario Nieuwenhuis
2022-08-15Add -boot docserver metadata.Dario Nieuwenhuis
2022-07-29Split embassy crate into embassy-executor, embassy-util.Dario Nieuwenhuis
2022-06-30simplify `set_magic`Vincent Stakenburg
2022-06-30add log feature to embassy-boot-stm32Vincent Stakenburg
2022-06-29Remove unused importsUlf Lilleengen
2022-06-27Add build.rs to detect armv6Ulf Lilleengen
2022-06-24Move bootloader main to examplesUlf Lilleengen
2022-06-18Merge pull request #822 from embassy-rs/remove-authorsDario Nieuwenhuis
2022-06-18Merge pull request #821 from embassy-rs/defmt-traceDario Nieuwenhuis
2022-06-18Remove the authors field from Cargo.tomlsDario Nieuwenhuis
2022-06-18Update to 2021 edition. (#820)Dario Nieuwenhuis
2022-06-18Add env DEFMT_LOG=trace to all examples.Dario Nieuwenhuis
2022-06-12Run rustfmt.Dario Nieuwenhuis
2022-05-31boot/stm32: autodetect thumbv6, remove cargo feature.Dario Nieuwenhuis
2022-05-06Add F7 flash and bootloader supportMatous Hybl
2022-05-06Add support for F3 flashMatous Hybl
2022-04-28Fix linker script for nrf bootloader exampleUlf Lilleengen
2022-04-28Allow using separate page sizes for state and dfuUlf Lilleengen
2022-04-27Add bootloader to CIUlf Lilleengen
2022-04-27Add stm32 flash + bootloader supportUlf Lilleengen
2022-04-19Support multiple flash instances in embassy-bootUlf Lilleengen
2022-03-31Avoid writing bootloader flash if not neededUlf Lilleengen
2022-03-22Fix potential unaligned writeUlf Lilleengen
2022-02-09Address review commentsUlf Lilleengen
2022-02-09Add embassy-bootUlf Lilleengen