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
/
src
/
buffered_uarte.rs
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Split embassy crate into embassy-executor, embassy-util.
Dario Nieuwenhuis
2022-07-29
1
-2
/
+12
*
nrf: replace PhantomData usages with PeripheralRef.
Dario Nieuwenhuis
2022-07-23
1
-6
/
+5
*
Remove PeripheralRef::into_inner()
Dario Nieuwenhuis
2022-07-23
1
-6
/
+3
*
Rename Unborrowed -> PeripheralRef, Unborrow -> Peripheral
Dario Nieuwenhuis
2022-07-23
1
-12
/
+12
*
WIP: Make unborrow safe to use
Grant Miller
2022-07-23
1
-3
/
+6
*
Add more API docs for embassy-cortex-m and embassy-nrf
Ulf Lilleengen
2022-06-23
1
-1
/
+1
*
Run rustfmt.
Dario Nieuwenhuis
2022-06-12
1
-14
/
+8
*
Add embassy-cortex-m crate.
Dario Nieuwenhuis
2022-06-12
1
-3
/
+3
*
common/PeripheralMutex: remove unsafe API. (#802)
Dario Nieuwenhuis
2022-06-09
1
-16
/
+14
*
Revert "Fix irq pend behavior"
chemicstry
2022-05-26
1
-2
/
+2
*
Fix irq pend behavior
chemicstry
2022-05-26
1
-2
/
+2
*
Implement BufRead for nrf BufferedUarte
chemicstry
2022-05-26
1
-0
/
+42
*
nrf/buffered_uarte: fix out of bounds on read.
Dario Nieuwenhuis
2022-05-14
1
-1
/
+1
*
Replace embassy::io with embedded_io.
Dario Nieuwenhuis
2022-05-07
1
-64
/
+80
*
nrf: remove OptionalPin
Dario Nieuwenhuis
2022-02-12
1
-17
/
+7
*
nrf: impl embedded-hal 1.0 and embedded-hal-async traits.
Dario Nieuwenhuis
2022-01-13
1
-12
/
+2
*
Documents the nRF BufferedUarte problem
huntc
2021-12-12
1
-1
/
+12
*
Provides AsyncWrite with flush
huntc
2021-12-10
1
-0
/
+14
*
Applies the Uarte patch
huntc
2021-12-08
1
-1
/
+2
*
Rationale for uarte usage
huntc
2021-12-01
1
-0
/
+4
*
Removed unsafe from uarte
huntc
2021-12-01
1
-16
/
+17
*
Fewer channel traits, more cfg to make the system work
Dion Dokter
2021-10-26
1
-11
/
+9
*
- Interconnect is now PPI again
Dion Dokter
2021-10-26
1
-1
/
+1
*
Another redo using the feedback.
Dion Dokter
2021-10-26
1
-32
/
+22
*
Fixed examples and added defmt format to the new error types
Dion Dokter
2021-10-26
1
-0
/
+1
*
- Added _ppi and _dppi to distinguish between the new and the old peripheral.
Dion Dokter
2021-10-26
1
-20
/
+38
*
embassy: Refactor module structure to remove kitchen-sink `util`.
Dario Nieuwenhuis
2021-09-11
1
-1
/
+2
*
removed type aliases
f_punk
2021-09-02
1
-3
/
+3
*
added typestate to nrf-Timer
f_punk
2021-09-01
1
-4
/
+3
*
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
1
-3
/
+3
*
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
*
extras: Fix UB in `Peripheral`
Liam Murphy
2021-07-05
1
-2
/
+3
*
Fix `Cc::wait` never resolving and refactor some APIs
Liam Murphy
2021-06-29
1
-6
/
+6
*
Add an nRF Timer driver
Liam Murphy
2021-06-26
1
-23
/
+17
*
nrf/buffered_uarte: Fix crash when calling set_baudrate as the very first thing.
Dario Nieuwenhuis
2021-06-08
1
-1
/
+3
*
fmt: make all macros `macro_rules` so scoping is consistent.
Dario Nieuwenhuis
2021-06-07
1
-1
/
+0
*
Fix unused field warnings
Rukai
2021-05-17
1
-4
/
+5
*
Rename PeripheralBorrow to Unborrow
Dario Nieuwenhuis
2021-04-14
1
-10
/
+10
*
Remove pin from Uart
Dario Nieuwenhuis
2021-04-14
1
-4
/
+4
*
nrf/uarte: update BufferedUarte to new APi
Dario Nieuwenhuis
2021-03-29
1
-165
/
+122
*
peripheralmutex: separate interrupt registration to own method.
Dario Nieuwenhuis
2021-03-18
1
-3
/
+9
*
Remove free() from PeripheralMutex and all nrf drivers.
Dario Nieuwenhuis
2021-03-18
1
-26
/
+3
*
Move nRF's util into a separate crate
Thales Fragoso
2021-03-07
1
-4
/
+4
*
Update `nrf-hal` to v0.12.1
Timo Kröger
2021-03-05
1
-21
/
+5
*
move most interrupt methods to InterruptExt extension trait. Fixes #35
Dario Nieuwenhuis
2021-03-01
1
-0
/
+1
*
Cleanup interrupt package naming. Fixes #40
Dario Nieuwenhuis
2021-02-26
1
-4
/
+4
*
Get rid of some warnings
Thales Fragoso
2021-02-13
1
-8
/
+5
[prev]
[next]