summaryrefslogtreecommitdiffstats
path: root/ble/src/uarte1.rs
Commit message (Collapse)AuthorAgeFilesLines
* More WIP for btle comms.Brian Cully2019-08-151-34/+18
|
* Use bulk starb read/write operations.Brian Cully2019-08-131-29/+90
| | | | | This should speed things up a bit, but, unfortunately, doesn't solve my serial1 problems.
* 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.