summaryrefslogtreecommitdiffstats
path: root/ble/src/uarte1.rs
Commit message (Collapse)AuthorAgeFilesLines
* Basic, and somewhat broken, UARTE1 handling.Brian Cully2019-08-131-0/+85
Using this for serial output from the Trinket M0. Currently it needs to fill up a DMA buffer before we get any output, and it seems like some data is being lost. But at least its not garbled, so there's nothing wrong with the UART device setup.