e195acfc | 28-Apr-2023 |
Matthias Ringwald <[email protected]> |
btstack_tlv_flash_bank: fix validation for full flash bank |
efef2dd3 | 20-Apr-2023 |
Matthias Ringwald <[email protected]> |
btstack_uart_posix: assert no pending read/write opration |
c61b3cef | 06-Feb-2023 |
Matthias Ringwald <[email protected]> |
btstack_audio: use named struct initializer |
6926c297 | 13-Jan-2023 |
Dirk Helbig <[email protected]> |
btstack_audio: extend api to query the current sample rate |
abb61bc2 | 18-Jan-2023 |
Peter Harper <[email protected]> |
platform/lwip: add getter for netif provided by bnep
BNEP adds an interface to lwip. Add an accessor to allow us to get access to it. |
052e5e42 | 18-Jan-2023 |
Matthias Ringwald <[email protected]> |
btstack_flash_bank: write empty tag instead of overwriting existing tag with ENABLE_TLV_FLASH_WRITE_ONCE |
398f8a18 | 17-Jan-2023 |
Peter Harper <[email protected]> |
platform/lwip: Fix freertos NO_SYS=0 compile issue
If NO_SYS=0 it uses freertos stuff like xQueueCreate, so needs to include the headers. |
a02039ed | 16-Jan-2023 |
Matthias Ringwald <[email protected]> |
bnep_lwip: return bool in bnep_lwip_outgoing_packets_empty |
5da46df6 | 16-Jan-2023 |
Matthias Ringwald <[email protected]> |
bnep_lwip: use generic btstack_run_loop_execute_on_main_thread |
7e71cd90 | 09-Jan-2023 |
Matthias Ringwald <[email protected]> |
platform/embedded: fix unused warnnings |
3bf00300 | 02-Jan-2023 |
Matthias Ringwald <[email protected]> |
btstack_stdin_embedded: use timer to poll RTT input, fix for tickless RTOS |
f508b0b1 | 02-Jan-2023 |
Matthias Ringwald <[email protected]> |
chibios: start EFL driver |
065fc9a3 | 01-Jan-2023 |
Matthias Ringwald <[email protected]> |
platform: add ChibiOS |
4b7165ee | 31-Dec-2022 |
Matthias Ringwald <[email protected]> |
platform/embedded: fix unused warnnings |
79b7220d | 31-Dec-2022 |
Matthias Ringwald <[email protected]> |
btstack_tlv_flash_bank: use std int types |
4f0e05ea | 20-Dec-2022 |
Matthias Ringwald <[email protected]> |
libusb/hci_transport_h2_libusb: fix compile without log_error |
dd7eda92 | 25-Nov-2022 |
Dirk Helbig <[email protected]> |
hci_transport_libusb: use to btstack_assert and some refactoring |
abe9af1a | 22-Nov-2022 |
Dirk Helbig <[email protected]> |
hci_transport_libusb: fixed undefined ENABLE_SCO_OVER_HCI behaviour |
34de5f8b | 21-Nov-2022 |
Dirk Helbig <[email protected]> |
hci_transport_libusb: disable warnings on transfer cancelation for darwin |
883fce10 | 21-Nov-2022 |
Dirk Helbig <[email protected]> |
hci_transport_libusb: fix transfer cancelation |
5728804a | 15-Nov-2022 |
Dirk Helbig <[email protected]> |
hci_transport_libusb: usb_sco_start/stop support |
3faa160f | 10-Nov-2022 |
Dirk Helbig <[email protected]> |
hci_transport_libusb: debugging version of which should keep more transfers in flight |
7fbe4b77 | 15-Nov-2022 |
Matthias Ringwald <[email protected]> |
fix other warnings |
da39cc4e | 11-Nov-2022 |
Matthias Ringwald <[email protected]> |
embedded: compile SEGGER RTT code only if enabled |
0ef4369c | 04-Nov-2022 |
Matthias Ringwald <[email protected]> |
btstack_audio_embedded: add missing include |