aboutsummaryrefslogtreecommitdiff
path: root/tests/nrf/src/bin/buffered_uart_halves.rs
Commit message (Collapse)AuthorAgeFilesLines
* BufferedUart initializationMichael Gomez2025-04-041-1/+1
| | | | | | | This change modifies UART initialization throughout Embassy to take pins before interrupts. Related to #1304.
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-271-8/+8
|
* tests/nrf: generalize buffereduart tests for all chips.Dario Nieuwenhuis2024-06-251-12/+15
|
* tests/nrf: unify, add nrf52832, nrf52833, nrf5340, nrf9160Dario Nieuwenhuis2024-06-251-0/+83