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-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
2021-05-17
Merge branch 'stm32-neo'
Dario Nieuwenhuis
2021-05-17
Add `init` fn. Initializes hw and returns Peripherals.
Dario Nieuwenhuis
2021-05-17
Remove stm32.
Dario Nieuwenhuis
2021-05-17
Add `#[interrupt]` macro to register static interrupts.
Dario Nieuwenhuis
2021-05-17
nrf: add support for nrf52805, nrf52811, nrf52820
Dario Nieuwenhuis
2021-05-01
stm32: codegen interrupts
Dario Nieuwenhuis
2021-05-01
Add Priority enums to embassy-extras
Dario Nieuwenhuis
2021-04-22
Pass config directly to chip specific configure function
Ulf Lilleengen
2021-04-14
Rename PeripheralBorrow to Unborrow
Dario Nieuwenhuis
2021-04-14
Add embassy_prefix attribute parameter to task and main macros
Ulf Lilleengen
2021-04-12
Add std version of embassy::main
Ulf Lilleengen
2021-03-29
Fix unused import warnings
Dario Nieuwenhuis
2021-03-29
rp: add initial version
Dario Nieuwenhuis
2021-03-29
stm32: use embassy::main in more places
xoviat
2021-03-29
Reexport macros at root, use eveywhere as `#[embassy::task]`
Dario Nieuwenhuis
2021-03-29
nrf: add main macro support
Dario Nieuwenhuis
2021-03-29
Code size optimizations.
Dario Nieuwenhuis
2021-03-29
Implement PeripheralBorrow for interrupts.
Dario Nieuwenhuis
[next]