Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More WIP for btle comms. | Brian Cully | 2019-08-15 | 1 | -34/+18 |
| | |||||
* | Use bulk starb read/write operations. | Brian Cully | 2019-08-13 | 1 | -29/+90 |
| | | | | | This should speed things up a bit, but, unfortunately, doesn't solve my serial1 problems. | ||||
* | Basic, and somewhat broken, UARTE1 handling. | Brian Cully | 2019-08-13 | 1 | -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. |