aboutsummaryrefslogtreecommitdiff
path: root/embassy-extras/src/peripheral.rs
Commit message (Expand)AuthorAgeFilesLines
* Rename embassy-extras to embassy-hal-commonDario Nieuwenhuis2021-07-291-160/+0
* Don't bother supporting creating a `PeripheralMutex` in an exception handlerLiam Murphy2021-07-291-31/+5
* Replace `PeripheralStateUnchecked` with `register_interrupt_unchecked`Liam Murphy2021-07-291-30/+36
* Don't allow disabling interrupts wrapped by `PeripheralMutex`Liam Murphy2021-07-281-20/+1
* fix: interrupts with equal priority can't preempt each otherLiam Murphy2021-07-281-24/+4
* Remove critical sections from `PeripheralMutex` interrupt handler by checking...Liam Murphy2021-07-271-18/+122
* Add `Send/Sync` bounds to `PeripheralState`Liam Murphy2021-07-241-5/+13
* Fix stm32 ethernetLiam Murphy2021-07-051-2/+2
* extras: Fix UB in `Peripheral`Liam Murphy2021-07-051-9/+41
* Code size optimizations.Dario Nieuwenhuis2021-03-291-8/+0
* peripheralmutex: separate interrupt registration to own method.Dario Nieuwenhuis2021-03-181-12/+13
* Remove free() from PeripheralMutex and all nrf drivers.Dario Nieuwenhuis2021-03-181-57/+20
* Move nRF's util into a separate crateThales Fragoso2021-03-071-0/+119