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
/
uarte.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the _todo_embedded_hal_serial impls. EH will probably not have these s...
Dario Nieuwenhuis
2023-04-15
1
-77
/
+0
*
common/peripheral: do not require mut in PeripheralRef clone_unchecked.
Dario Nieuwenhuis
2023-04-11
1
-1
/
+1
*
nrf/uart: switch to new interrupt binding.
Dario Nieuwenhuis
2023-03-06
1
-42
/
+43
*
nrf/buffered_uarte: remove PeripheralMutex, make it work without rts/cts.
Dario Nieuwenhuis
2023-03-04
1
-0
/
+5
*
nrf: docs.
Dario Nieuwenhuis
2023-02-01
1
-24
/
+52
*
Fix a typo
Kentaro Okuda
2022-12-30
1
-1
/
+1
*
nrf/uart: do not error on zero length transfers.
Dario Nieuwenhuis
2022-12-15
1
-10
/
+10
*
Switch to async-fn-in-trait
Dario Nieuwenhuis
2022-11-25
1
-2
/
+24
*
Removes some of the code duplication for UarteWithIdle
huntc
2022-10-09
1
-267
/
+131
*
Update embedded-hal versions and explicitly pin
Ulf Lilleengen
2022-09-29
1
-2
/
+2
*
Replace futures::future::poll_fn -> core::future::poll_fn.
Dario Nieuwenhuis
2022-09-22
1
-1
/
+1
*
Do not use cfg_if for embedded-hal-async feature gates.
Dario Nieuwenhuis
2022-08-31
1
-49
/
+50
*
split `embassy-util` into `embassy-futures`, `embassy-sync`.
Dario Nieuwenhuis
2022-08-22
1
-1
/
+1
*
Split embassy crate into embassy-executor, embassy-util.
Dario Nieuwenhuis
2022-07-29
1
-1
/
+1
*
nrf: replace PhantomData usages with PeripheralRef.
Dario Nieuwenhuis
2022-07-23
1
-15
/
+14
*
Remove PeripheralRef::into_inner()
Dario Nieuwenhuis
2022-07-23
1
-21
/
+40
*
Rename Unborrowed -> PeripheralRef, Unborrow -> Peripheral
Dario Nieuwenhuis
2022-07-23
1
-78
/
+78
*
WIP: Make unborrow safe to use
Grant Miller
2022-07-23
1
-53
/
+34
*
nrf/uart: add support for tx-only and rx-only uart.
Dario Nieuwenhuis
2022-06-25
1
-27
/
+149
*
Add more API docs for embassy-cortex-m and embassy-nrf
Ulf Lilleengen
2022-06-23
1
-3
/
+3
*
Update rust nightly. (#819)
Dario Nieuwenhuis
2022-06-18
1
-3
/
+3
*
Run rustfmt.
Dario Nieuwenhuis
2022-06-12
1
-21
/
+10
*
Add embassy-cortex-m crate.
Dario Nieuwenhuis
2022-06-12
1
-2
/
+2
*
Add split method to UarteWithIdle
Zoey Riordan
2022-04-27
1
-20
/
+49
*
Switch to crates.io embedded-hal, embedded-hal-async.
Dario Nieuwenhuis
2022-04-22
1
-1
/
+1
*
Update rust nightly, embedded-hal 1.0, embedded-hal-async.
Dario Nieuwenhuis
2022-03-11
1
-76
/
+49
*
Move EasyDMA documentation to module level
Til Blechschmidt
2022-03-08
1
-1
/
+5
*
Refactor _from_ram methods to use more readable copy operation
Til Blechschmidt
2022-03-02
1
-6
/
+6
*
Change UARTE methods to copy slice if required and add non-copying variants
Til Blechschmidt
2022-03-02
1
-1
/
+35
*
Merge #613
bors[bot]
2022-02-12
1
-31
/
+30
|
\
|
*
embassy, embassy-nrf: add `nightly` Cargo feature to gate nightly-only features.
Dario Nieuwenhuis
2022-02-12
1
-31
/
+30
*
|
nrf: remove OptionalPin
Dario Nieuwenhuis
2022-02-12
1
-18
/
+102
|
/
*
nrf: impl embedded-hal 1.0 and embedded-hal-async traits.
Dario Nieuwenhuis
2022-01-13
1
-0
/
+203
*
nrf/uarte: expose all functionality as inherent methods.
Dario Nieuwenhuis
2022-01-13
1
-184
/
+257
*
Makes the uarte endtx event available
huntc
2022-01-10
1
-0
/
+6
*
Set Uarte log levels to trace
huntc
2021-12-17
1
-11
/
+11
*
Remove unneeded rustfmt::skip
Ulf Lilleengen
2021-12-16
1
-14
/
+28
*
Properly initialise refcount
huntc
2021-12-16
1
-1
/
+5
*
Too much copy/pasta
huntc
2021-12-16
1
-109
/
+0
*
Ref count the peripheral drop
huntc
2021-12-16
1
-10
/
+24
*
Introduces split on the nRF Uarte
huntc
2021-12-15
1
-18
/
+198
*
Documents the nRF BufferedUarte problem
huntc
2021-12-12
1
-3
/
+3
*
Keep Clippy happy
huntc
2021-12-08
1
-1
/
+1
*
Applies the Uarte patch
huntc
2021-12-08
1
-56
/
+54
*
Rationale for uarte usage
huntc
2021-12-01
1
-0
/
+11
*
Removed unsafe from uarte
huntc
2021-12-01
1
-8
/
+1
*
nrf91: support running in both S and NS mode.
Dario Nieuwenhuis
2021-10-26
1
-2
/
+2
*
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
-31
/
+21
[next]