Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert to workspace. | Brian Cully | 2019-09-09 | 6 | -408/+16 |
| | |||||
* | Use NVIC::unmask instead of nvic.enable() | Brian Cully | 2019-09-09 | 1 | -8/+10 |
| | |||||
* | Clumsy, but BLE advertising is up. | Brian Cully | 2019-08-19 | 4 | -16/+126 |
| | |||||
* | More WIP for btle comms. | Brian Cully | 2019-08-15 | 8 | -70/+121 |
| | |||||
* | Add TODO list for ble. | Brian Cully | 2019-08-14 | 1 | -0/+46 |
| | |||||
* | Use bulk starb read/write operations. | Brian Cully | 2019-08-13 | 6 | -83/+113 |
| | | | | | 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 | 2 | -7/+131 |
| | | | | | | | 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. | ||||
* | Put I²C data on ringbuffer for main thread consumption. | Brian Cully | 2019-08-13 | 1 | -16/+29 |
| | |||||
* | Check rtc flags before updating counter. | Brian Cully | 2019-08-13 | 1 | -3/+4 |
| | |||||
* | Use starb 0.1.1. | Brian Cully | 2019-08-13 | 1 | -3/+3 |
| | |||||
* | better gdb? | Brian Cully | 2019-08-13 | 1 | -4/+5 |
| | |||||
* | Get I²C basics working. | Brian Cully | 2019-08-13 | 2 | -2/+65 |
| | |||||
* | 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 | 7 | -21/+316 |
| | |||||
* | WIP: sample code and runner for mdk board. | Brian Cully | 2019-08-13 | 6 | -5/+97 |
| | |||||
* | Add ble crate. | Brian Cully | 2019-08-11 | 3 | -0/+342 |