Age | Commit message (Expand) | Author |
---|---|---|
2024-03-07 | all: Remove the "STATIC" macro and just use "static" instead. | Angus Gratton |
2023-09-29 | extmod/btstack/btstack_hci_uart: Trigger a poll after UART data is sent. | Damien George |
2022-10-22 | extmod/btstack: Update BTstack bindings to work with latest BTstack. | Damien George |
2021-06-23 | extmod/btstack: Add missing call to mp_bluetooth_hci_uart_deinit. | Damien George |
2021-02-17 | extmod/btstack: Use MICROPY_HW_BLE_UART_BAUDRATE for first UART init. | Damien George |
2021-02-12 | extmod/btstack: Add HCI trace debugging option in btstack_hci_uart. | Damien George |
2020-09-08 | extmod/btstack: Detect HCI UART init failure. | Jim Mussared |
2020-09-08 | extmod/modbluetooth: Refactor stack/hci/driver/port bindings. | Jim Mussared |