summaryrefslogtreecommitdiff
path: root/ports/nrf/bluetooth
AgeCommit message (Expand)Author
2019-03-18nrf: fix internal flash writesDan Halbert
2019-02-21Use critical section, not lock, in CharacteristicBuffer; use a root pointer f...Dan Halbert
2019-02-15finish Makefile refactoring; nrf builds workDan Halbert
2019-01-29update tinyusb, work better with sdhathach
2019-01-07add CharacteristicBuffer; UART seems to work!Dan Halbert
2019-01-03evt handler list bugs; unique evt handler names; remove uuid128_referenceDan Halbert
2018-12-31don't free event handler list manually; let gc do itDan Halbert
2018-12-30Remove nRF52832 supportDan Halbert
2018-12-29free event handlers on reset; fix typo in BroadcasterDan Halbert
2018-12-28Add Broadcaster. Reset correctly on reload.Dan Halbert
2018-11-30Stop ignoring SD hex files and improve the error when its missing.Scott Shawcroft
2018-11-30Capture stderr as well and work on nRF buildScott Shawcroft
2018-11-30Fix BLE buildScott Shawcroft
2018-10-21bleio: A bit of cleanuparturo182
2018-10-21nrf: Fix ble uart using the new APIarturo182
2018-10-21nrf: Move bluetooth driver to the 'bluetooth' folderarturo182