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-nrf
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
time: replace dyn clock/alarm with a global Driver trait
Dario Nieuwenhuis
2021-08-05
2
-121
/
+126
*
Update nightly, remove removed features.
Dario Nieuwenhuis
2021-08-04
1
-2
/
+0
*
common: Initialize PeripheralMutex state with closure to ensure it's done in-...
Dario Nieuwenhuis
2021-08-02
1
-16
/
+14
*
hal-common: remove Pin in PeripheralMutex
Dario Nieuwenhuis
2021-08-02
1
-52
/
+46
*
Rename embassy-extras to embassy-hal-common
Dario Nieuwenhuis
2021-07-29
21
-23
/
+23
*
Merge pull request #277 from Liamolucko/fix-peripheral-ub
Dario Nieuwenhuis
2021-07-29
3
-15
/
+17
|
\
|
*
Replace `PeripheralStateUnchecked` with `register_interrupt_unchecked`
Liam Murphy
2021-07-29
1
-7
/
+6
|
*
Remove critical sections from `PeripheralMutex` interrupt handler by checking...
Liam Murphy
2021-07-27
1
-9
/
+11
|
*
Add `Send/Sync` bounds to `PeripheralState`
Liam Murphy
2021-07-24
2
-2
/
+2
|
*
extras: Fix UB in `Peripheral`
Liam Murphy
2021-07-05
1
-2
/
+3
*
|
Formatting.
Bob McWhirter
2021-07-23
1
-1
/
+1
*
|
Split up the nRF impls for SPI traits.
Bob McWhirter
2021-07-23
1
-7
/
+16
*
|
all hals: reexport PAC if `unstable-pac` feature is set.
Dario Nieuwenhuis
2021-07-14
2
-0
/
+11
*
|
embassy/time: make optional via Cargo feature
Dario Nieuwenhuis
2021-07-12
1
-1
/
+1
|
/
*
nrf/gpio: fix unused warning on chips without ports
Dario Nieuwenhuis
2021-07-05
1
-5
/
+5
*
Merge pull request #262 from Liamolucko/nrf-rng
Dario Nieuwenhuis
2021-07-01
10
-0
/
+267
|
\
|
*
fix: check if `new_ptr == end`, not the old pointer
Liam Murphy
2021-06-30
1
-2
/
+2
|
*
Use atomics to share state instead of a `RefCell`
Liam Murphy
2021-06-30
1
-57
/
+83
|
*
Don't wake the future for every byte in `fill_bytes`
Liam Murphy
2021-06-30
1
-14
/
+78
|
*
Move initialisation inside of future
Liam Murphy
2021-06-30
1
-3
/
+3
|
*
Add an nRF RNG driver
Liam Murphy
2021-06-29
10
-0
/
+177
*
|
Correctly unset bits
Liam Murphy
2021-06-29
1
-2
/
+2
*
|
Write bits directly to intenset/clr + shorts
Liam Murphy
2021-06-29
1
-147
/
+18
*
|
Handle differences between PACs
Liam Murphy
2021-06-29
1
-15
/
+7
*
|
Don't include extended timer support on chips without it
Liam Murphy
2021-06-29
1
-0
/
+84
*
|
Fix `Cc::event_compare`
Liam Murphy
2021-06-29
1
-1
/
+1
*
|
Get rid of the TODO about variant names, stop the timer before setting BITMOD...
Liam Murphy
2021-06-29
1
-8
/
+12
*
|
Fix `Cc::wait` never resolving and refactor some APIs
Liam Murphy
2021-06-29
3
-67
/
+49
*
|
Add an nRF Timer driver
Liam Murphy
2021-06-26
3
-48
/
+405
|
/
*
nrf: use released nrf52805-pac, nrf52820-pac
Dario Nieuwenhuis
2021-06-15
1
-2
/
+2
*
embassy-nrf: twim derive defmt
Jacob Rosenthal
2021-06-07
1
-0
/
+1
*
nrf/buffered_uarte: Fix crash when calling set_baudrate as the very first thing.
Dario Nieuwenhuis
2021-06-08
1
-1
/
+3
*
fmt: Add dunmy use to avoid "unused variable" errors when no log is enabled.
Dario Nieuwenhuis
2021-06-07
1
-16
/
+26
*
fmt: use absolute paths
Dario Nieuwenhuis
2021-06-07
1
-29
/
+29
*
fmt: make all macros `macro_rules` so scoping is consistent.
Dario Nieuwenhuis
2021-06-07
7
-51
/
+148
*
fix errors
Folkert
2021-06-05
1
-2
/
+2
*
extract the polled-on function
Folkert
2021-06-05
1
-55
/
+24
*
add distinct read and write functions
Folkert
2021-06-05
1
-2
/
+131
*
changes after review
Folkert
2021-06-05
1
-4
/
+3
*
skip 'in ram' check for mutable slice in fullduplex
Folkert
2021-06-05
1
-1
/
+2
*
nrf async twim
Folkert
2021-06-04
1
-0
/
+113
*
match on mode
Folkert
2021-06-03
1
-17
/
+22
*
nrf/qspi: wait MORE for DPM enter.
Dario Nieuwenhuis
2021-05-27
1
-0
/
+5
*
nrf/qspi: proper lowpower drop, supporting DPM.
Dario Nieuwenhuis
2021-05-26
1
-53
/
+87
*
nrf/spim: disable and deconfigure pins on drop.
Dario Nieuwenhuis
2021-05-26
1
-0
/
+19
*
nrf/uarte: deconfigure pins on drop
Dario Nieuwenhuis
2021-05-26
1
-3
/
+6
*
nrf/twim: make pullup configurable, do not enable it by default.
Dario Nieuwenhuis
2021-05-26
1
-2
/
+10
*
nrf/twim: deconfigure pins on drop
Dario Nieuwenhuis
2021-05-26
2
-3
/
+17
*
nrf/saadc: do not use dyn
Dario Nieuwenhuis
2021-05-22
1
-46
/
+47
*
Avoid using full GAT
Ulf Lilleengen
2021-05-22
1
-7
/
+7
[prev]
[next]