index
:
embassy
master
tmp/dfu_pkg_pca10059
Modern embedded framework, using Rust and async.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
embassy-boot
Age
Commit message (
Expand
)
Author
2022-09-26
make prepare_update async
Mathias
2022-09-26
Add get_state helpers to allow self-testing before calling mark_booted
Mathias
2022-09-26
Add blocking API to FirmwareUpdater, and allow for a split prepare/write api
Mathias
2022-09-22
Update Rust nightly.
Dario Nieuwenhuis
2022-09-20
Take into account size of revert index
Ulf Lilleengen
2022-09-20
Remove BootFlash borrow
Ulf Lilleengen
2022-09-02
Fix a few clippy warnings
Ulf Lilleengen
2022-09-02
Remove generic const expressions from embassy-boot
Ulf Lilleengen
2022-08-22
split `embassy-util` into `embassy-futures`, `embassy-sync`.
Dario Nieuwenhuis
2022-08-17
Update to critical-section 1.0, atomic-polyfill 1.0
Dario Nieuwenhuis
2022-08-15
Add -boot docserver metadata.
Dario Nieuwenhuis
2022-07-29
Split embassy crate into embassy-executor, embassy-util.
Dario Nieuwenhuis
2022-06-30
simplify `set_magic`
Vincent Stakenburg
2022-06-30
add log feature to embassy-boot-stm32
Vincent Stakenburg
2022-06-29
Remove unused imports
Ulf Lilleengen
2022-06-27
Add build.rs to detect armv6
Ulf Lilleengen
2022-06-24
Move bootloader main to examples
Ulf Lilleengen
2022-06-18
Merge pull request #822 from embassy-rs/remove-authors
Dario Nieuwenhuis
2022-06-18
Merge pull request #821 from embassy-rs/defmt-trace
Dario Nieuwenhuis
2022-06-18
Remove the authors field from Cargo.tomls
Dario Nieuwenhuis
2022-06-18
Update to 2021 edition. (#820)
Dario Nieuwenhuis
2022-06-18
Add env DEFMT_LOG=trace to all examples.
Dario Nieuwenhuis
2022-06-12
Run rustfmt.
Dario Nieuwenhuis
2022-05-31
boot/stm32: autodetect thumbv6, remove cargo feature.
Dario Nieuwenhuis
2022-05-06
Add F7 flash and bootloader support
Matous Hybl
2022-05-06
Add support for F3 flash
Matous Hybl
2022-04-28
Fix linker script for nrf bootloader example
Ulf Lilleengen
2022-04-28
Allow using separate page sizes for state and dfu
Ulf Lilleengen
2022-04-27
Add bootloader to CI
Ulf Lilleengen
2022-04-27
Add stm32 flash + bootloader support
Ulf Lilleengen
2022-04-19
Support multiple flash instances in embassy-boot
Ulf Lilleengen
2022-03-31
Avoid writing bootloader flash if not needed
Ulf Lilleengen
2022-03-22
Fix potential unaligned write
Ulf Lilleengen
2022-02-09
Address review comments
Ulf Lilleengen
2022-02-09
Add embassy-boot
Ulf Lilleengen