aboutsummaryrefslogtreecommitdiff
path: root/examples/nrf9151/ns/src/bin/uart.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.
* Update nrf-pac.Dario Nieuwenhuis2024-11-151-1/+1
|
* Adding uart example to 9151-nsnerwalt2024-06-281-0/+37
Updated README