embassy/embassy-macros/src/macros
Ulf Lilleengen 045ae2c29f Ensure interrupt::take works without embassy-executor
Add "rtos-trace-interrupt" feature flag on embassy-macros and enable it
for embassy-executor, to ensure that the interrupt::take! macro can be
used without depending on embassy-executor.
2022-08-25 12:46:24 +02:00
..
cortex_m_interrupt_declare.rs Rename Unborrowed -> PeripheralRef, Unborrow -> Peripheral 2022-07-23 14:00:19 +02:00
cortex_m_interrupt_take.rs Ensure interrupt::take works without embassy-executor 2022-08-25 12:46:24 +02:00
cortex_m_interrupt.rs Run rustfmt. 2022-06-12 22:22:31 +02:00
main.rs Remove Forever, switch to static_cell. 2022-08-22 16:11:40 +02:00
mod.rs Add embassy-cortex-m crate. 2022-06-12 21:45:38 +02:00
task.rs Split embassy-time from embassy-executor. 2022-08-18 01:22:30 +02:00