summaryrefslogtreecommitdiff
path: root/devices/ble_hci/common-hal
AgeCommit message (Expand)Author
2021-03-15run code formatting scriptmicroDev
2020-12-15-ftree-vrp better diagnostics on -Os builds; -fno-inline-functions for -O2; f...Dan Halbert
2020-12-15Fix flexible array declarationJeff Epler
2020-12-15Avoid "error: flexible array member in a struct with no named members"Dan Halbert
2020-12-14shrink bast_pro_mini_m0; use proper flex-array syntaxDan Halbert
2020-10-15no _bleio for litex; ESP32S2 defines BIT() alreadyDan Halbert
2020-10-15cxd56 needed more precise include for __packed; needed SRC_C += on some portsDan Halbert
2020-10-08Fix ble_hciScott Shawcroft
2020-09-12_bleio: add missing break statementJeff Epler
2020-08-30address review; use constructor for HCI AdapterDan Halbert
2020-08-21rename hci_include/README.dm to avoid triggering sphinx warningDan Halbert
2020-08-21improve HCI packet error handlingDan Halbert
2020-08-20remove debugging uart codeDan Halbert
2020-08-20merge from upstream; working; includes debug_out code for debugging via Salea...Dan Halbert
2020-08-18Fix a few bugsDan Halbert
2020-08-16add generic servicesDan Halbert
2020-08-14bug in char get_value; raise NotImpl; better arg validationDan Halbert
2020-08-13fix reset logic to not do pin ops or heap ops at bad timesDan Halbert
2020-08-13ble_uart_echo_test worksDan Halbert
2020-08-11fix #3228 for nrf; still needs to be fixed for HCI; testedDan Halbert
2020-08-10blue_uart_echo_test from Bluefruit app is workingDan Halbert
2020-08-10characteristic/cccd r/w; not testedDan Halbert
2020-08-08discovery of Nordic UART service workingDan Halbert
2020-08-04service discovery works; need to work on char and descriptor discoveryDan Halbert
2020-08-03wip: partial discovery responses; compiles; not testedDan Halbert
2020-08-02wip: compilesDan Halbert
2020-07-30wip: implementing functionalityDan Halbert
2020-07-28wipDan Halbert
2020-07-28wipDan Halbert
2020-07-28ATT WIPDan Halbert
2020-07-23wip: ATT protocolDan Halbert
2020-07-17revamp ACLDATA reassemblyDan Halbert
2020-07-16snapshotDan Halbert
2020-07-15back to working; check for extended advertising supportDan Halbert
2020-07-12wip: advertising; not testedDan Halbert
2020-07-08address working; improved pkt dumpDan Halbert
2020-07-08use zephyr include files; wip: compilesDan Halbert
2020-06-30hci skeleton done; not working yetDan Halbert
2020-06-26do HCI pin init in Python, not hereDan Halbert
2020-06-26wip; compiles; much commented outDan Halbert
2020-06-26update submodulesDan Halbert
2020-06-25hci early wip; refactor supervisor bluetooth.c for nrf: testedDan Halbert