Matthias Ringwald
35d4a926ea
hci_dunp_windows_fs: fix timestamps
2023-09-07 10:41:00 +02:00
Matthias Ringwald
d2d1d05367
btstack_tlv_flash_bank: fix unaligned read and migration
2023-08-30 12:22:33 +02:00
Matthias Ringwald
ffded21621
btstack_tlv_flash_bank: increase bank header to alignment size
2023-08-29 15:47:13 +02:00
Matthias Ringwald
4a1addd51d
btstack_tlv_flash_bank: store value right after header if there's no delete field
2023-08-29 15:28:32 +02:00
Matthias Ringwald
60a3ef1384
btstack_tlv_flash_bank: use store aligned entry header len
2023-08-29 12:21:42 +02:00
Matthias Ringwald
5574c439d5
btstack_tlv_flash_bank: overwrite complete entry with zeroes if we cannot just delete tag due to alignment
2023-08-29 12:21:42 +02:00
Matthias Ringwald
2ea4a5094c
btstack_tlv_flash_bank: introduce btstack_tlv_flash_bank_aligned_entry_size
2023-08-29 12:21:42 +02:00
Matthias Ringwald
f268b03a0a
btstack_tlv_flash_bank: store aligned entry header len
2023-08-29 12:21:42 +02:00
Matthias Ringwald
9b112178fd
btstack_tlv_flash_bank: use BTSTACK_TLV_ENTRY_HEADER_LEN
2023-08-28 17:53:08 +02:00
Matthias Ringwald
1295b09155
btstack_tlv_flash_bank: fix spelling of alignment
2023-08-28 17:46:11 +02:00
Matthias Ringwald
b6c12bd680
btstack_tlv_flash_bank: use BTSTACK_TLV_BANK_HEADER_LEN
2023-08-28 17:43:52 +02:00
Matthias Ringwald
6314722e05
btstack_tlv_posix: allow to ignore db on disk and/or set read-only
2023-06-12 09:59:48 +02:00
Matthias Ringwald
4c7f8b037f
btstack_tlv_posix: allow to ignore db on disk and/or set read-only
2023-06-09 16:52:08 +02:00
Matthias Ringwald
2eaf98e75b
hci_transport_h2_libusb: fix build
2023-05-22 11:45:48 +02:00
Dirk Helbig
2d8556b2db
stm32-f4discovery-cc256x: added hint regarding _printf_float
...
stm32-f4discovery-cc256x: added bsp api to fetch the actual sampling rate
stm32-f4discovery-cc256x: switched clock source to HSE instead of HSI
stm32-f4discovery-cc256x: fixed wrong i2spll parameters
2023-05-17 15:07:34 +02:00
Dirk Helbig
32d9a3dfcc
stm32: added samplerate compensation support
...
embedded: update audio api
2023-05-17 15:06:08 +02:00
Matthias Ringwald
efc1df5575
btstack_uart_posix: abort requested read/write operation on set read/write complete handler
2023-05-06 16:34:54 +02:00
Matthias Ringwald
4c7f527567
btstack_tlv_flash_bank: cache bank size in interator
2023-05-02 21:18:02 +02:00
Matthias Ringwald
26c447f653
btstack_tlv_flash_bank: assert tag fits into flash bank in iterator
2023-05-02 21:06:36 +02:00
Matthias Ringwald
54374dbc3b
btstack_tlv_windows: fix append tag to file
2023-04-29 13:08:07 +02:00
Matthias Ringwald
e195acfc18
btstack_tlv_flash_bank: fix validation for full flash bank
2023-04-28 21:21:55 +02:00
Matthias Ringwald
efef2dd3af
btstack_uart_posix: assert no pending read/write opration
2023-04-20 11:20:05 +02:00
Matthias Ringwald
c61b3cef66
btstack_audio: use named struct initializer
2023-02-06 10:31:54 +01:00
Dirk Helbig
6926c2973a
btstack_audio: extend api to query the current sample rate
2023-01-24 12:08:55 +01:00
Peter Harper
abb61bc22a
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.
2023-01-18 15:27:01 +01:00
Matthias Ringwald
052e5e4278
btstack_flash_bank: write empty tag instead of overwriting existing tag with ENABLE_TLV_FLASH_WRITE_ONCE
2023-01-18 14:50:14 +01:00
Peter Harper
398f8a18bc
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.
2023-01-17 22:09:18 +01:00
Matthias Ringwald
a02039edea
bnep_lwip: return bool in bnep_lwip_outgoing_packets_empty
2023-01-16 14:59:05 +01:00
Matthias Ringwald
5da46df6ab
bnep_lwip: use generic btstack_run_loop_execute_on_main_thread
2023-01-16 14:53:18 +01:00
Matthias Ringwald
7e71cd9074
platform/embedded: fix unused warnnings
2023-01-09 11:18:51 +01:00
Matthias Ringwald
3bf0030083
btstack_stdin_embedded: use timer to poll RTT input, fix for tickless RTOS
2023-01-04 00:04:54 +01:00
Matthias Ringwald
f508b0b10e
chibios: start EFL driver
2023-01-02 11:39:58 +01:00
Matthias Ringwald
065fc9a3d9
platform: add ChibiOS
2023-01-01 23:30:53 +01:00
Matthias Ringwald
4b7165eeb7
platform/embedded: fix unused warnnings
2023-01-01 22:30:08 +01:00
Matthias Ringwald
79b7220dad
btstack_tlv_flash_bank: use std int types
2022-12-31 17:35:27 +01:00
Matthias Ringwald
4f0e05eac1
libusb/hci_transport_h2_libusb: fix compile without log_error
2022-12-20 15:14:27 +01:00
Dirk Helbig
dd7eda923d
hci_transport_libusb: use to btstack_assert and some refactoring
2022-11-28 09:49:39 +01:00
Dirk Helbig
abe9af1a35
hci_transport_libusb: fixed undefined ENABLE_SCO_OVER_HCI behaviour
2022-11-28 09:49:39 +01:00
Dirk Helbig
34de5f8b9a
hci_transport_libusb: disable warnings on transfer cancelation for darwin
2022-11-28 09:49:39 +01:00
Dirk Helbig
883fce102a
hci_transport_libusb: fix transfer cancelation
2022-11-28 09:49:39 +01:00
Dirk Helbig
5728804a5c
hci_transport_libusb: usb_sco_start/stop support
2022-11-28 09:49:38 +01:00
Dirk Helbig
3faa160f75
hci_transport_libusb: debugging version of which should keep more transfers in flight
2022-11-28 09:49:38 +01:00
Matthias Ringwald
7fbe4b77ee
fix other warnings
2022-11-15 21:18:26 +01:00
Matthias Ringwald
da39cc4ecc
embedded: compile SEGGER RTT code only if enabled
2022-11-11 09:09:30 +01:00
Matthias Ringwald
0ef4369c28
btstack_audio_embedded: add missing include
2022-11-04 10:33:08 +01:00
Matthias Ringwald
f0b78f48e2
btstack_audio_embedded: add missing include
2022-11-04 10:17:45 +01:00
Matthias Ringwald
c663093b19
btstack_run_loop_posix: log select errors, ignore data sources
2022-10-31 14:22:56 +01:00
Matthias Ringwald
1b5f4ae392
hci_dump_stdout: allow to truncate ACL, SCO and ISO packets with HCI_DUMP_STDOUT_MAX_SIZE_*
2022-10-24 15:06:18 +02:00
Matthias Ringwald
cc3bbb4c33
btstack_stdin_posix: fix includes
2022-09-16 11:11:14 +02:00
Matthias Ringwald
97d112ed47
btstack_stdin_posix: add missing include
2022-09-07 15:16:29 +02:00