1316 Commits

Author SHA1 Message Date
Matthias Ringwald
ccf14bf418 esp32: enable HAVE_BTSTACK_AUDIO_EFFECTIVE_SAMPLERATE 2023-03-24 10:44:50 +01:00
Dirk Helbig
e4aaaf23df btstack_audio_esp32_v5: allow the playback handler to catch up in case of unintended delays, control power amplifier 2023-03-24 10:44:50 +01:00
Dirk Helbig
fe42c0dc45 esp32: support new audio driver in esp-idf v5 2023-03-24 10:44:50 +01:00
Matthias Ringwald
e186370f42 renesas-ek-ra6m4a-da14531: add gatt_rgb demo 2023-03-18 22:47:05 +01:00
Matthias Ringwald
c1dc38453e libusb: enable chipset support for realtek on vendor id match and enable custom pre-init 2023-03-17 11:26:35 +01:00
Matthias Ringwald
2a44f27864 renesas-ek-ra6m4a-da14531: extract create_target function 2023-03-09 11:42:11 +01:00
Matthias Ringwald
360d44f609 hfp_codec: add to all ports 2023-03-02 11:00:28 +01:00
Matthias Ringwald
dab943f921 stm32-f4discovery-cc256x: enable LE Secure Connections 2023-02-24 10:01:55 +01:00
Matthias Ringwald
9735997986 libusb: allow command line arguments for examples 2023-02-13 12:48:16 +01:00
Matthias Ringwald
cf0d4b9803 esp32: allow to disable default audio i2s driver via component config 2023-02-08 12:29:10 +01:00
Matthias Ringwald
862392e5a3 esp32: check CONFIG_BT_CONTROLLER_ENABLED only on esp-idf v5.x 2023-02-08 11:54:57 +01:00
Matthias Ringwald
5e40310d59 esp32: check CONFIG_BT_CONTROLLER_ENABLED only on esp-idf v5.x 2023-02-08 11:54:03 +01:00
Matthias Ringwald
d42b36aac8 esp32: drop support for Makefile projects from esp-idf 3.x 2023-02-08 11:45:19 +01:00
Matthias Ringwald
e9a15bc556 esp32: warn about unsuitable sdkconfig 2023-02-08 11:22:16 +01:00
Matthias Ringwald
ecb4d2436a libusb: enable goep over l2cap 2023-02-06 12:28:02 +01:00
Matthias Ringwald
c61b3cef66 btstack_audio: use named struct initializer 2023-02-06 10:31:54 +01:00
Matthias Ringwald
a2d541cc52 stm32-f4discovery-usb: fix typo 2023-02-06 10:29:35 +01:00
Matthias Ringwald
976f0fc93f port/esp32: add 3rd-party/yxml 2023-02-03 14:49:34 +01:00
Matthias Ringwald
c5daadda64 stm32-wb55xx-nucleo-freertos: enable ENABLE_LE_SET_ADV_PARAMS_ON_RANDOM_ADDRESS_CHANGE 2023-02-01 11:36:25 +01:00
Dirk Helbig
555ade44f7 a2dp_sink_demo: add HAVE_BTSTACK_AUDIO_EFFECTIVE_SAMPLERATE 2023-01-31 19:27:59 +01:00
Matthias Ringwald
6bbe12ba1f renesas-ek-ra6m4a-da14531: fix image link 2023-01-19 15:31:46 +01:00
Matthias Ringwald
c30869498f port for renesas ra6m4a eval kit with DA14531 BLE HCI Controller 2023-01-19 14:50:53 +01:00
Matthias Ringwald
e708f863ff port: allow one MAX_NR_HID_HOST_CONNECTIONS and MAX_NR_HIDS_CLIENTS for HID(S) host demos 2023-01-11 15:17:43 +01:00
Matthias Ringwald
bbce5fac02 port: streamling CMake build files, fix .h not getting generated in some ports 2022-11-29 18:31:21 +01:00
Matthias Ringwald
9085f7a510 windows ports: update readme for cmake build 2022-11-21 14:29:59 +01:00
Matthias Ringwald
7367e9aa96 port: make pkg-config check optional where possible, add portaudio 2022-11-21 14:26:59 +01:00
Matthias Ringwald
42c5c5581b windows ports: enable PortAudio via pkg-config in CMake build 2022-11-21 12:30:18 +01:00
Matthias Ringwald
07e7c342a4 esp32: tolerate empty i2s write in audio driver 2022-11-18 17:39:56 +01:00
Matthias Ringwald
9ffa3a40fc esp32: log i2c init of es8388 as debug 2022-11-18 17:07:34 +01:00
Matthias Ringwald
07b2f89f99 esp32: ignore volume control until audio initialized 2022-11-18 17:01:25 +01:00
Matthias Ringwald
d68300f919 port: set MAX_NR_AVRCP_CONNECTIONS to 2 to make volume control work in a2dp_source_demo 2022-11-18 12:09:25 +01:00
Matthias Ringwald
319b8e483e esp32: fix audio driver for sink + source mode 2022-11-17 21:44:22 +01:00
Matthias Ringwald
5524a00429 esp32: update port, only add required files to esp-idf component 2022-11-16 12:27:53 +01:00
Matthias Ringwald
2490d60885 esp32: fix build 2022-11-15 21:18:16 +01:00
Matthias Ringwald
76a7b6f546 esp32: adapt i2s buffer size to sample rate 2022-11-14 16:14:51 +01:00
Matthias Ringwald
40da0d63fc esp32: make Classic support compatible with esp-idf v5.x 2022-11-13 18:58:03 +01:00
Matthias Ringwald
6d1fa2f01b esp32: avoid duplicate hci_dump_embedded_stdout.c 2022-11-11 09:12:56 +01:00
Matthias Ringwald
d7b812f078 esp32: map btstack_assert to regular assert 2022-11-10 23:04:30 +01:00
Matthias Ringwald
cc0b01d098 esp32: avoid blocking on i2s_write 2022-11-10 23:00:12 +01:00
Matthias Ringwald
766aac70d9 esp32: fix create samples 2022-11-10 10:57:13 +01:00
Matthias Ringwald
b7313a6ea3 esp32: avoid duplicate hci_dump_embedded_stdout.c 2022-11-09 18:07:44 +01:00
Matthias Ringwald
0f9627d6f9 esp32: fix compile of non-btstack examples after adding component/btstack 2022-11-05 17:11:45 +01:00
Matthias Ringwald
5e4e31166e esp32: fix printf warnings 2022-11-02 10:40:55 +01:00
Matthias Ringwald
2cbd4c4f94 esp32: enable CTKD if configured for dual-mode 2022-10-30 14:05:08 +01:00
Matthias Ringwald
742d8ed7e7 esp32: update es8388 driver for esp-idf v5.0 2022-10-25 17:28:48 +02:00
Matthias Ringwald
9d50699108 att_db: fix warning 2022-10-25 16:33:15 +02:00
Matthias Ringwald
3a8f1ab21b esp32: add driver as private dependency 2022-10-10 15:03:56 +02:00
Matthias Ringwald
5451dc6db6 esp32: fix init for BR/EDR only mode 2022-10-10 14:26:04 +02:00
Matthias Ringwald
c518ce542f esp32: enable L2CAP ERTM for avrcp_browsing_client 2022-10-05 09:57:57 +02:00
Matthias Ringwald
d567aeb323 mesh: move gatt services into mesh/gatt-service folder 2022-10-03 12:31:34 +02:00