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-executor
Age
Commit message (
Expand
)
Author
2022-10-07
all Cargo.toml: Add license to all crate Cargo.toml files
chrysn
2022-10-02
Build docs in CI
Dario Nieuwenhuis
2022-09-22
Replace futures::future::poll_fn -> core::future::poll_fn.
Dario Nieuwenhuis
2022-09-08
Add critical-section/std to std feature
Daniel Bevenius
2022-08-25
Ensure interrupt::take works without embassy-executor
Ulf Lilleengen
2022-08-23
Enable 'std' feature on critical-section for WASM
Ulf Lilleengen
2022-08-22
Remove warnings
Ulf Lilleengen
2022-08-22
Remove Forever, switch to static_cell.
Dario Nieuwenhuis
2022-08-19
Merge branch 'master' of https://github.com/embassy-rs/embassy into rtos-trace
Quentin Smith
2022-08-18
Split embassy-time from embassy-executor.
Dario Nieuwenhuis
2022-08-17
Update to critical-section 1.0, atomic-polyfill 1.0
Dario Nieuwenhuis
2022-08-16
Add separate feature flag to enable interrupt tracing
Quentin Smith
2022-08-10
cargo fmt
Quentin Smith
2022-08-10
Add support for rtos-trace behind a feature flag
Quentin Smith
2022-08-01
executor: miri fixes
Dario Nieuwenhuis
2022-07-29
Split embassy crate into embassy-executor, embassy-util.
Dario Nieuwenhuis