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
Dirk Helbig
c28332930a
btstack_stdin_posix: move stdin logging from application to platform to make it usable from all applications
2022-09-01 15:44:47 +02:00
Matthias Ringwald
595b173899
portaudio: use more output buffer
2022-08-24 18:44:43 +02:00
Matthias Ringwald
a047356383
portaudio: fill all available playback buffers
2022-08-24 18:40:18 +02:00
Matthias Ringwald
ee37d7ff8b
portaudio: make num output buffers configurable
2022-08-24 14:34:17 +02:00
Matthias Ringwald
38b1a76138
btstack_audio_embedded: fix build
2022-06-23 21:17:04 +02:00
Milanka Ringwald
329d55f343
embedded: add HAVE_HAL_AUDIO_SINK_STEREO_ONLY
2022-06-23 20:56:05 +02:00
Matthias Ringwald
d900fa19bd
windows: fix hci_transport_h2_winusb warnings
2022-06-09 23:17:17 +02:00
Matthias Ringwald
2d17d4c068
hci_dump: provide log level to log_message implementation
2022-06-08 16:51:25 +02:00
Matthias Ringwald
f89e874b33
windows: ignore deprecated warning for fopen
2022-05-23 14:50:18 +02:00
Matthias Ringwald
db09c08d74
platform/daemon: avoid HCI_EVENT_IS_COMMAND_COMPLETE macro
2022-05-09 21:54:36 +02:00
Matthias Ringwald
4016785cc3
posix/wav_util: fix warnings
2022-05-09 14:01:20 +02:00
Matthias Ringwald
86d6811aca
posix/wav_util: use fopen/fread for wav_reader
2022-05-09 13:49:55 +02:00
Matthias Ringwald
b115538e7b
windows: fix hci_transport_h2_windows
2022-05-09 00:09:37 +02:00