Matthias Ringwald
bf2045ffcf
hci_dump_windows_fs: support ISO packets in PacketLogger
2024-08-23 09:29:29 +02:00
Matthias Ringwald
db806f4fd8
hci_dump_posix_fs: support ISO packets in PacketLogger
2024-08-23 09:29:29 +02:00
Matthias Ringwald
39dac8ff74
btstack_run_loop_windows: support btstack_run_loop_trigger_exit
2024-08-06 17:31:03 +02:00
Matthias Ringwald
dbeaa5cd7b
posix: clear run loop exit flag
2024-07-22 12:46:32 +02:00
Matthias Ringwald
409f627cf8
portaudio: allow to select sink/source audio device
2024-06-10 13:06:50 +02:00
Dirk Helbig
14200bb85a
portaudio: update input buffer handling, increase buffers
2024-06-10 13:06:50 +02:00
Matthias Ringwald
30b419f466
portaudio: specify nr audio channels with MAX_NR_AUDIO_CHANNELS, default to 2
2024-06-10 13:05:35 +02:00
Matthias Ringwald
1d6958009f
btstack_tlv_flash_bank: fix iterator for delete field
2024-05-17 10:30:25 +02:00
Matthias Ringwald
dd1620d30e
hci_transport_h2_libusb: send ISO packets over bulk endpoint
2024-04-17 12:25:32 +02:00
Matthias Ringwald
348725bedd
hci_transport_h2_libusb: assert on unknown packet types
2024-04-17 12:25:32 +02:00
Matthias Ringwald
308e35cf33
daemon/java: started readme
2024-04-13 08:11:06 +02:00
Dirk Helbig
f05358500e
platform/posix: exit on unrecoverable error instead of spamming the log
2024-03-06 12:00:31 +01:00
Matthias Ringwald
7d6cb61e94
libusb: fix compile without ENABLE_SCO_OVER_HCI
2023-12-29 14:34:48 +01:00
Matthias Ringwald
77bf845768
posix/btstack_uart_posix: log tty
2023-12-14 16:34:57 +01:00
Matthias Ringwald
16e19888bb
btstack_uart_block_embedded: use boolean in conditions
2023-12-05 12:23:48 +01:00
Matthias Ringwald
79dbf8a432
btstack_uart_block_embedded: use boolean in conditions
2023-12-05 12:00:48 +01:00
Matthias Ringwald
ac1fb478fc
btstack_run_loop_embedded: use bool for trigger_event_received
2023-12-05 11:58:40 +01:00
Matthias Ringwald
4a049df246
btstack_uart_block_embedded: use bool for flags
2023-12-04 18:34:10 +01:00
Matthias Ringwald
bc6a318f21
Avoid __ prefix in defines
2023-12-04 17:48:14 +01:00
Matthias Ringwald
fb5a871d30
hci_dump_posix_fs: improve iso summary
2023-11-28 20:32:47 +01:00
Matthias Ringwald
c26f2c7ba7
bluetooth: add PIN_CODE_LEN, check len in gap_pin_code_response_binary, fixes #542
2023-11-10 11:29:34 +01:00
Matthias Ringwald
10bc401a5a
posix: add explicit includes for FreeBSD
2023-11-01 14:31:00 +01:00
shuffle2
ae14e1661a
btstack_tlv_flash_bank: quiet warning ( #537 )
2023-10-13 18:49:06 +02:00
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