index
:
embassy
cyw43-link-status-update
fix-input-sync-bypass
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
embassy-macros
/
src
/
macros
Commit message (
Expand
)
Author
Age
Files
Lines
*
executor: rename macro crate to embassy-executor-macros, bump it.
Dario Nieuwenhuis
2023-12-07
3
-254
/
+0
*
executor: add support for main/task macros in stable (allocates tasks in an a...
Dario Nieuwenhuis
2023-11-24
1
-0
/
+9
*
Upgrade static-cell to v2.0
Dario Nieuwenhuis
2023-11-02
1
-2
/
+1
*
Allow arbitrary expressions as pool_size
Dániel Buga
2023-06-25
1
-9
/
+9
*
Update darling
Dániel Buga
2023-06-25
2
-6
/
+8
*
Make interrupt module more standard.
Dario Nieuwenhuis
2023-06-08
3
-89
/
+0
*
cortex-m: remove owned interrupts.
Dario Nieuwenhuis
2023-06-01
3
-75
/
+4
*
Allow for an optional user-defined entry macro when targeting RISC-V
Jesse Braham
2023-05-16
1
-4
/
+18
*
executor: unify export mod.
Dario Nieuwenhuis
2023-04-03
1
-2
/
+2
*
macros/main: copy fn return to task.
Dario Nieuwenhuis
2023-03-08
1
-1
/
+2
*
macros: better validation of function signatures.
Dario Nieuwenhuis
2023-03-08
2
-1
/
+43
*
cortex-m: rename Handler to DynHandler.
Dario Nieuwenhuis
2023-03-06
2
-3
/
+3
*
nrf: docs.
Dario Nieuwenhuis
2023-02-01
1
-0
/
+3
*
Hide doc comments from inner function include doc comments on outer function
Brendon Fallquist
2022-12-24
1
-5
/
+13
*
refactor: autodetect macro variant
Ulf Lilleengen
2022-11-23
1
-47
/
+51
*
riscv support
Sijmen Woutersen
2022-11-10
1
-2
/
+13
*
Ensure interrupt::take works without embassy-executor
Ulf Lilleengen
2022-08-25
1
-6
/
+21
*
Remove Forever, switch to static_cell.
Dario Nieuwenhuis
2022-08-22
1
-2
/
+2
*
Merge branch 'master' of https://github.com/embassy-rs/embassy into rtos-trace
Quentin Smith
2022-08-19
3
-75
/
+24
|
\
|
*
Split embassy-time from embassy-executor.
Dario Nieuwenhuis
2022-08-18
2
-6
/
+6
|
*
Remove HAL initialization from #[embassy::main] macro.
Dario Nieuwenhuis
2022-08-17
1
-49
/
+13
|
*
macros: remove embassy_prefix attr.
Dario Nieuwenhuis
2022-08-17
2
-41
/
+26
|
*
macros/interrupt_take: do not assume embassy-executor is a dependency of the ...
Dario Nieuwenhuis
2022-08-17
1
-4
/
+4
*
|
Add separate feature flag to enable interrupt tracing
Quentin Smith
2022-08-16
1
-2
/
+2
*
|
Add support for rtos-trace behind a feature flag
Quentin Smith
2022-08-10
1
-1
/
+7
|
/
*
Split embassy crate into embassy-executor, embassy-util.
Dario Nieuwenhuis
2022-07-29
3
-7
/
+7
*
Rename Unborrowed -> PeripheralRef, Unborrow -> Peripheral
Dario Nieuwenhuis
2022-07-23
1
-1
/
+1
*
Rename unsafe_impl_unborrow to impl_unborrow
Dario Nieuwenhuis
2022-07-23
1
-1
/
+1
*
Reuse unsafe_impl_unborrow in other macros.
Dario Nieuwenhuis
2022-07-23
1
-9
/
+1
*
WIP: Make unborrow safe to use
Grant Miller
2022-07-23
1
-2
/
+5
*
Run rustfmt.
Dario Nieuwenhuis
2022-06-12
3
-15
/
+9
*
Add embassy-cortex-m crate.
Dario Nieuwenhuis
2022-06-12
4
-9
/
+8
*
Merge #742
bors[bot]
2022-04-29
1
-1
/
+1
|
\
|
*
Require 1 argument in embassy::main without HAL
Justin Beaurivage
2022-04-29
1
-1
/
+1
*
|
executor: "send-spawn is OK if the args are Send" only holds for async fn fut...
Dario Nieuwenhuis
2022-04-27
1
-1
/
+1
*
|
executor: make send-spawning only require the task args to be Send, not the w...
Dario Nieuwenhuis
2022-04-27
1
-17
/
+4
*
|
executor: add raw::TaskPool.
Dario Nieuwenhuis
2022-04-27
1
-6
/
+3
*
|
macros: simplify task macro using "TAIT laundering".
Dario Nieuwenhuis
2022-04-26
1
-17
/
+14
*
|
macros: isolate the TAIT into its own mod.
Dario Nieuwenhuis
2022-04-25
1
-34
/
+33
|
/
*
Update Rust nightly.
Dario Nieuwenhuis
2022-04-24
1
-8
/
+22
*
macros: cleanup, make work in stable.
Dario Nieuwenhuis
2022-02-12
6
-0
/
+369