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
/
examples
/
boot
/
application
Age
Commit message (
Expand
)
Author
2022-10-07
all Cargo.toml: Add license to all crate Cargo.toml files
chrysn
2022-09-30
Remove flash lock/unlock public API from stm32 flash, and perform the unlocki...
Mathias
2022-09-26
Use firmware writer in stm32{f7, h7} example app
Ulf Lilleengen
2022-09-22
Update Rust nightly.
Dario Nieuwenhuis
2022-09-04
Merge #939
bors[bot]
2022-09-02
Remove generic const expressions from embassy-boot
Ulf Lilleengen
2022-09-02
time: add more tick rates, use 1mhz as default.
Dario Nieuwenhuis
2022-08-22
split `embassy-util` into `embassy-futures`, `embassy-sync`.
Dario Nieuwenhuis
2022-08-18
Split embassy-time from embassy-executor.
Dario Nieuwenhuis
2022-08-17
Remove HAL initialization from #[embassy::main] macro.
Dario Nieuwenhuis
2022-08-17
Update to critical-section 1.0, atomic-polyfill 1.0
Dario Nieuwenhuis
2022-07-29
Split embassy crate into embassy-executor, embassy-util.
Dario Nieuwenhuis
2022-07-05
Use correct chip family name for example
Ulf Lilleengen
2022-06-29
Fix RAM origin copy paste from nrf
Ulf Lilleengen
2022-06-24
Move bootloader main to examples
Ulf Lilleengen