aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32g0/src/bin/usart_buffered.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.
* Add stm32g0 examplesChen Yuheng2024-06-181-0/+34