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-macros
Age
Commit message (
Expand
)
Author
2022-10-07
all Cargo.toml: Add license to all crate Cargo.toml files
chrysn
2022-08-25
Ensure interrupt::take works without embassy-executor
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
Remove HAL initialization from #[embassy::main] macro.
Dario Nieuwenhuis
2022-08-17
macros: remove embassy_prefix attr.
Dario Nieuwenhuis
2022-08-17
macros/interrupt_take: do not assume embassy-executor is a dependency of the ...
Dario Nieuwenhuis
2022-08-16
Add separate feature flag to enable interrupt tracing
Quentin Smith
2022-08-10
Add support for rtos-trace behind a feature flag
Quentin Smith
2022-07-29
Split embassy crate into embassy-executor, embassy-util.
Dario Nieuwenhuis
2022-07-23
Rename Unborrowed -> PeripheralRef, Unborrow -> Peripheral
Dario Nieuwenhuis
2022-07-23
Rename unsafe_impl_unborrow to impl_unborrow
Dario Nieuwenhuis
2022-07-23
Reuse unsafe_impl_unborrow in other macros.
Dario Nieuwenhuis
2022-07-23
WIP: Make unborrow safe to use
Grant Miller
2022-06-18
Remove the authors field from Cargo.tomls
Dario Nieuwenhuis
2022-06-18
Update to 2021 edition. (#820)
Dario Nieuwenhuis
2022-06-12
Run rustfmt.
Dario Nieuwenhuis
2022-06-12
Add embassy-cortex-m crate.
Dario Nieuwenhuis
2022-04-29
Merge #742
bors[bot]
2022-04-29
Require 1 argument in embassy::main without HAL
Justin Beaurivage
2022-04-27
executor: "send-spawn is OK if the args are Send" only holds for async fn fut...
Dario Nieuwenhuis
2022-04-27
executor: make send-spawning only require the task args to be Send, not the w...
Dario Nieuwenhuis
2022-04-27
executor: add raw::TaskPool.
Dario Nieuwenhuis
2022-04-26
macros: simplify task macro using "TAIT laundering".
Dario Nieuwenhuis
2022-04-25
macros: isolate the TAIT into its own mod.
Dario Nieuwenhuis
2022-04-24
Update Rust nightly.
Dario Nieuwenhuis
2022-02-12
macros: cleanup, make work in stable.
Dario Nieuwenhuis
2022-01-05
macros: initialize chip before executor.
Dario Nieuwenhuis
2021-12-16
Update rust-toolchain
Ulf Lilleengen
2021-11-23
Fix interrupt_take macro by specifying path to panic macro.
Matous Hybl
2021-11-21
Fix warning for field never used.
Wilfried Chauveau
2021-10-18
Clippy fixes
Dario Nieuwenhuis
2021-09-13
Add WASM support for executor
Ulf Lilleengen
2021-09-11
Update lots of deps
Dario Nieuwenhuis
2021-09-02
Fix embassy::main macros for std target
Ulf Lilleengen
2021-08-31
Improve executor naming. Add docs.
Dario Nieuwenhuis
2021-08-05
embassy-macros: Use `defmt::unwrap!` when spawning `embassy::main`
Ben Gamari
2021-08-05
time: replace dyn clock/alarm with a global Driver trait
Dario Nieuwenhuis
2021-08-05
Forward attributes to generated task function
Liam Murphy
2021-07-12
rp/timer: add
Dario Nieuwenhuis
2021-07-04
STM: Change embassy main to use TIM3 instead of TIM2
Thales Fragoso
2021-06-14
Provide a way for a peripheral to query its clock frequency
Ulf Lilleengen
2021-06-10
Enable timer clock in RCC on timer start
Ulf Lilleengen
2021-05-26
Assume tim2 in macro and remove clock setup in chip specific rcc init
Ulf Lilleengen
2021-05-26
Remove debug code
Ulf Lilleengen
2021-05-26
Enable clock by default for stm32l0
Ulf Lilleengen
2021-05-25
Re-adds embassy macros for stm32
Ulf Lilleengen
2021-05-19
Mark Unborrow as unsafe to implement
Dario Nieuwenhuis
2021-05-19
impl Unborrow for &'a mut T
Dario Nieuwenhuis
[next]