aboutsummaryrefslogtreecommitdiff
path: root/embassy-extras/src/peripheral_shared.rs
Commit message (Expand)AuthorAgeFilesLines
* Rename embassy-extras to embassy-hal-commonDario Nieuwenhuis2021-07-291-122/+0
* Replace `PeripheralStateUnchecked` with `register_interrupt_unchecked`Liam Murphy2021-07-291-19/+33
* Don't allow disabling interrupts wrapped by `PeripheralMutex`Liam Murphy2021-07-281-16/+0
* Remove critical sections from `PeripheralMutex` interrupt handler by checking...Liam Murphy2021-07-271-14/+47
* Add `Send/Sync` bounds to `PeripheralState`Liam Murphy2021-07-241-5/+12
* Fix stm32 ethernetLiam Murphy2021-07-051-2/+2
* Elide lifetimes on `Peripheral::state`Liam Murphy2021-07-051-1/+1
* extras: Fix UB in `Peripheral`Liam Murphy2021-07-051-12/+33
* Code size optimizations.Dario Nieuwenhuis2021-03-291-5/+0
* extras: add Peripheral with shared state (like PeripheralMutex but without mu...Dario Nieuwenhuis2021-03-291-0/+68