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
...
*
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
*
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
-21
/
+36
*
nrf/uarte: do not use WFE on drop.
Dario Nieuwenhuis
2021-10-16
1
-14
/
+1
*
- Removed the enable assert from UARTE.
Dion Dokter
2021-10-13
1
-2
/
+0
*
Added anomaly workaround from the HAL to improve the UARTE
Dion Dokter
2021-10-12
1
-0
/
+56
*
Undoing unnecessary changes
Dion Dokter
2021-10-12
1
-8
/
+3
*
Initial support for nrf9160
Dion Dokter
2021-10-11
1
-3
/
+8
*
embassy: Refactor module structure to remove kitchen-sink `util`.
Dario Nieuwenhuis
2021-09-11
1
-1
/
+4
*
removed type aliases
f_punk
2021-09-02
1
-3
/
+3
*
added typestate to nrf-Timer
f_punk
2021-09-01
1
-4
/
+3
*
Rename embassy-extras to embassy-hal-common
Dario Nieuwenhuis
2021-07-29
1
-1
/
+1
*
Add `Send/Sync` bounds to `PeripheralState`
Liam Murphy
2021-07-24
1
-1
/
+1
*
Fix `Cc::wait` never resolving and refactor some APIs
Liam Murphy
2021-06-29
1
-5
/
+5
*
Add an nRF Timer driver
Liam Murphy
2021-06-26
1
-21
/
+15
*
fmt: make all macros `macro_rules` so scoping is consistent.
Dario Nieuwenhuis
2021-06-07
1
-1
/
+0
*
nrf/uarte: deconfigure pins on drop
Dario Nieuwenhuis
2021-05-26
1
-3
/
+6
*
Fix warnings
Rukai
2021-05-17
1
-6
/
+2
*
nrf: add `Unborrow<Target = Self>` bound to all instance traits
Dario Nieuwenhuis
2021-05-17
1
-1
/
+1
*
nrf: add support for nrf52805, nrf52811, nrf52820
Dario Nieuwenhuis
2021-05-17
1
-14
/
+12
*
Improve comment
Ulf Lilleengen
2021-05-10
1
-2
/
+2
[prev]
[next]