aboutsummaryrefslogtreecommitdiff
path: root/embassy-nrf/src/buffered_uarte/v1.rs
Commit message (Collapse)AuthorAgeFilesLines
* Update to embedded-io 0.7Dario Nieuwenhuis2025-12-191-0/+9
|
* Make empty definition consistentDion Dokter2025-10-291-18/+31
|
* feat: improve nrf54 support using new nrf-pacUlf Lilleengen2025-10-281-0/+951
* Update nrf-pac to version that modifies nrf52 register layout to match nrf54 to reduce the amount of cfg needed for nrf54 support. * Make the following peripherals available on nrf54: twim, twis, spim, spis, uart, buffered uarte, dppi, gpiote, pwm, saadc * Add examples tested on the nrf54 dk Some code is based on or copied from other pull requests, modified to match the new nrf-pac layout. Co-authored-by: Dmitry Tarnyagin <[email protected]>