summaryrefslogtreecommitdiffstats
path: root/ble/src
Commit message (Collapse)AuthorAgeFilesLines
* Convert to workspace.Brian Cully2019-09-091-3/+9
|
* Use NVIC::unmask instead of nvic.enable()Brian Cully2019-09-091-8/+10
|
* Clumsy, but BLE advertising is up.Brian Cully2019-08-192-11/+120
|
* More WIP for btle comms.Brian Cully2019-08-155-61/+102
|
* Use bulk starb read/write operations.Brian Cully2019-08-134-80/+111
| | | | | This should speed things up a bit, but, unfortunately, doesn't solve my serial1 problems.
* Basic, and somewhat broken, UARTE1 handling.Brian Cully2019-08-132-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 Cully2019-08-131-16/+29
|
* Check rtc flags before updating counter.Brian Cully2019-08-131-3/+4
|
* Get I²C basics working.Brian Cully2019-08-132-2/+65
|
* Add UARTE1 instance.Brian Cully2019-08-131-0/+29
| | | | This will be to read from the trinket.
* Add HardFault handler.Brian Cully2019-08-131-3/+13
|
* Get RTC logger working.Brian Cully2019-08-134-17/+263
|
* WIP: sample code and runner for mdk board.Brian Cully2019-08-131-2/+38
|
* Add ble crate.Brian Cully2019-08-111-0/+3