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-extras
/
src
/
peripheral.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename embassy-extras to embassy-hal-common
Dario Nieuwenhuis
2021-07-29
1
-160
/
+0
*
Don't bother supporting creating a `PeripheralMutex` in an exception handler
Liam Murphy
2021-07-29
1
-31
/
+5
*
Replace `PeripheralStateUnchecked` with `register_interrupt_unchecked`
Liam Murphy
2021-07-29
1
-30
/
+36
*
Don't allow disabling interrupts wrapped by `PeripheralMutex`
Liam Murphy
2021-07-28
1
-20
/
+1
*
fix: interrupts with equal priority can't preempt each other
Liam Murphy
2021-07-28
1
-24
/
+4
*
Remove critical sections from `PeripheralMutex` interrupt handler by checking...
Liam Murphy
2021-07-27
1
-18
/
+122
*
Add `Send/Sync` bounds to `PeripheralState`
Liam Murphy
2021-07-24
1
-5
/
+13
*
Fix stm32 ethernet
Liam Murphy
2021-07-05
1
-2
/
+2
*
extras: Fix UB in `Peripheral`
Liam Murphy
2021-07-05
1
-9
/
+41
*
Code size optimizations.
Dario Nieuwenhuis
2021-03-29
1
-8
/
+0
*
peripheralmutex: separate interrupt registration to own method.
Dario Nieuwenhuis
2021-03-18
1
-12
/
+13
*
Remove free() from PeripheralMutex and all nrf drivers.
Dario Nieuwenhuis
2021-03-18
1
-57
/
+20
*
Move nRF's util into a separate crate
Thales Fragoso
2021-03-07
1
-0
/
+119