Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Basic, and somewhat broken, UARTE1 handling. | Brian Cully | 2019-08-13 | 1 | -7/+46 |
| | | | | | | | 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. | ||||
* | Get I²C basics working. | Brian Cully | 2019-08-13 | 1 | -2/+22 |
| | |||||
* | Add UARTE1 instance. | Brian Cully | 2019-08-13 | 1 | -0/+29 |
| | | | | This will be to read from the trinket. | ||||
* | Add HardFault handler. | Brian Cully | 2019-08-13 | 1 | -3/+13 |
| | |||||
* | Get RTC logger working. | Brian Cully | 2019-08-13 | 1 | -17/+53 |
| | |||||
* | WIP: sample code and runner for mdk board. | Brian Cully | 2019-08-13 | 1 | -2/+38 |
| | |||||
* | Add ble crate. | Brian Cully | 2019-08-11 | 1 | -0/+3 |