summaryrefslogtreecommitdiffstats
path: root/ble
Commit message (Expand)AuthorAgeFilesLines
* Convert to workspace.Brian Cully2019-09-096-408/+16
* Use NVIC::unmask instead of nvic.enable()Brian Cully2019-09-091-8/+10
* Clumsy, but BLE advertising is up.Brian Cully2019-08-194-16/+126
* More WIP for btle comms.Brian Cully2019-08-158-70/+121
* Add TODO list for ble.Brian Cully2019-08-141-0/+46
* Use bulk starb read/write operations.Brian Cully2019-08-136-83/+113
* Basic, and somewhat broken, UARTE1 handling.Brian Cully2019-08-132-7/+131
* 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
* Use starb 0.1.1.Brian Cully2019-08-131-3/+3
* better gdb?Brian Cully2019-08-131-4/+5
* Get I²C basics working.Brian Cully2019-08-132-2/+65
* Add UARTE1 instance.Brian Cully2019-08-131-0/+29
* Add HardFault handler.Brian Cully2019-08-131-3/+13
* Get RTC logger working.Brian Cully2019-08-137-21/+316
* WIP: sample code and runner for mdk board.Brian Cully2019-08-136-5/+97
* Add ble crate.Brian Cully2019-08-113-0/+342