aboutsummaryrefslogtreecommitdiff
path: root/embassy-mspm0/src/uart.rs
Commit message (Collapse)AuthorAgeFilesLines
* mspm0: add buffered uart driveri509VCB2025-07-221-1111/+0
| | | | And tests for G3507.
* mspm0: add uart testsi509VCB2025-04-061-3/+29
| | | | This also fixes a bug in the uart clock calculation where it could select an oversampling faster than what the hardware is providing.
* mspm0: blocking uart driveri509VCB2025-03-291-0/+1085