1239 Commits

Author SHA1 Message Date
Matthias Ringwald
d39264f239 port: avoid HCI_EVENT_IS_COMMAND_COMPLETE macro 2022-05-09 21:54:36 +02:00
Matthias Ringwald
ca39077538 windows-h4-da14585: provide CMake file 2022-05-04 16:04:37 +02:00
Matthias Ringwald
cb97e8fb73 windows-h4-zephyr: provide CMake file 2022-05-04 16:04:37 +02:00
Matthias Ringwald
3086bccee3 windows: use windows btstack_tlv and hci dump implementations 2022-05-02 22:40:41 +02:00
Matthias Ringwald
05e00d57a8 posix-h4-zephyr: provide CMake file 2022-04-29 13:20:34 +02:00
Matthias Ringwald
54736c11db port: use btstack_strcpy and btstack_cat instead of strcpy/strcat 2022-04-29 11:40:35 +02:00
Matthias Ringwald
0033ffe450 port: avoid warning in argv processing 2022-04-29 10:45:20 +02:00
Matthias Ringwald
f07246c408 libusb: fix make build 2022-04-24 11:02:26 +02:00
Matthias Ringwald
5d28eebe61 libusb: fix build 2022-04-22 13:00:01 +02:00
Matthias Ringwald
df9a25ac84 libusb: add known realtek usb controllers, configure chipset support 2022-04-20 17:24:36 +02:00
Matthias Ringwald
24a31dc762 libusb: print usb info in ports 2022-04-13 15:01:42 +02:00
Matthias Ringwald
2f50bc44f0 posix-h4: report PacketCraft HCI Controller 2022-03-21 22:21:43 +01:00
Matthias Ringwald
1fd701e0cd ports: add a2dp 2022-03-16 22:20:09 +01:00
Matthias Ringwald
a2ad0a7565 libusb: fix typo in config 2022-03-16 09:06:13 +01:00
Matthias Ringwald
839d169487 libusb, posix and windows ports: use '-' instead of ':' in btstack_BD_ADDR.tlv filename 2022-02-28 14:44:48 +01:00
Matthias Ringwald
15d2175857 libusb, posix and windows ports: use '-' instead of ':' in btstack_BD_ADDR.tlv filename 2022-02-25 17:09:50 +01:00
Matthias Ringwald
a16c312c96 port/posix-h4-da14531: port for da14531 dev kit usb and pro 2022-02-06 17:42:07 +01:00
Matthias Ringwald
aaa1682ba2 chipset: prefix fw vars with da145xx_ 2022-02-03 22:40:57 +01:00
Matthias Ringwald
d00ab9e3a0 chipset: use da145xx in folder/file/function names for these SoCs 2022-02-03 22:25:38 +01:00
Matthias Ringwald
8e8577aa2e port/stm32-wb55xx-nucleo-freertos: update README 2022-01-20 11:20:25 +01:00
Matthias Ringwald
d7fec25aef port/stm32-wb55xx-nucleo-freertos: use btstack_run_loop_poll_data_sources_from_irq 2022-01-20 10:43:25 +01:00
Matthias Ringwald
9a00f11b52 posix-h4: drop old code for mapped ftdi usb-uart controller 2022-01-04 17:24:47 +01:00
Matthias Ringwald
f961481b01
Merge pull request #392 from ricardoquesada/cmakefile
esp32: update CMakeLists.txt file to use new idf_component_register
2021-12-30 11:01:51 +01:00
Matthias Ringwald
61796fbee7 esp32: only process one tx/rx done event per timer handler 2021-12-29 12:06:06 +01:00
Matthias Ringwald
0e9aac8b6b esp32: support mic gain on LyraT v4.3 board 2021-12-29 12:06:06 +01:00
Matthias Ringwald
2668b53221 esp32: use PLL_CLK clock source for I2S 2021-12-29 12:06:06 +01:00
Matthias Ringwald
2116cb5fab esp32: use double-buffer for audio 2021-12-29 12:06:06 +01:00
Matthias Ringwald
52a720ae15 esp32: audio use I2S config from LyraT v4.3 board 2021-12-29 12:06:05 +01:00
Matthias Ringwald
ea6419f9b7 esp32: validate audio samplerate on stream start 2021-12-29 12:05:17 +01:00
Matthias Ringwald
ec71250290 esp32: support mono audio output 2021-12-29 12:05:17 +01:00
Matthias Ringwald
c93c6de44c esp32: support mono audio input 2021-12-29 12:04:30 +01:00
Matthias Ringwald
b57bbaee10 esp32: add audio source 2021-12-29 12:04:29 +01:00
Matthias Ringwald
e9b96b79ca esp32: setup i2s config and pins based on sink/source state 2021-12-29 11:20:04 +01:00
Matthias Ringwald
421550a67c esp32: update sdkconfig for esp-idf v4.3, disable Bluedroid host stack 2021-12-29 11:19:27 +01:00
Matthias Ringwald
aaf84b48fb esp32: handle MIC_GAIN_MIN and MIC_GAIN_MAX in es8388_set_mic_gain, set gain for both channels 2021-12-28 21:39:42 +01:00
Matthias Ringwald
559544deb6 esp32: generalize i2s queue handling 2021-12-28 21:39:42 +01:00
Matthias Ringwald
8e0e81b08a esp32: extract btstack_audio_esp32_init for sink and source 2021-12-28 21:39:42 +01:00
Matthias Ringwald
14b6dd1808 esp32: prefix audio sink globals 2021-12-28 21:39:42 +01:00
Matthias Ringwald
3cf75f39dc esp32: extract btstack_audio_esp32_es8388_initialized 2021-12-28 21:39:42 +01:00
Matthias Ringwald
c3492fad84 esp32: cleanup audio code 2021-12-28 21:39:42 +01:00
Matthias Ringwald
0ea7c42523 esp32: implement volume control for LyraT v4.3 board 2021-12-28 21:39:42 +01:00
Tim Koers
0e83ff1de7 esp32: enable BR/EDR, LE, or BR/EDR?LE based on sdkconfig 2021-12-25 22:28:38 +01:00
Ricardo Quesada
4b08a03afa esp32: update CMakeLists.txt file
This commit updates the esp32 CMakeLists.txt so that it is compatible
with the new way of creating CMakeLists.txt files in ESP-IDF.

Basically it replaces the old register_component() with
idf_component_register().

It also removes the relative references to lwip. This is because some
projects might want to puse btstack directly in their private "components"
folder (instead of being placed in the esp-idf/component folder)

It has been tested both by:
 - placing btstack in esp-idf/components
 - placing btstack in my_own_project/components

 and it compiled Ok using "idf.py build"

 Tested "pan_lwip_http_server" and compiled Ok as well.
2021-12-25 09:41:12 -08:00
Matthias Ringwald
2cb53b6636 port/libusb: remove accidental commit for ENABLE_AVDTP_ACCEPTOR_EXPLICIT_START_STREAM_CONFIRMATION 2021-12-20 12:11:15 +01:00
Milanka Ringwald
077fecbb6e ports: add link to documentation in btstack_config.h 2021-12-09 16:42:48 +01:00
Matthias Ringwald
54317d10cc esp32: add yml to cmake build 2021-12-08 20:05:29 +01:00
Matthias Ringwald
0f5178a35d port/posix-h5: fix CC2564C init file name 2021-11-29 18:04:15 +01:00
Matthias Ringwald
884d3c56f3 port: replace obex_iterator wirh obex_parser 2021-11-29 14:57:49 +01:00
Matthias Ringwald
0689ede586 cmake: set project name for test/pts and port/libusb 2021-11-24 10:23:01 +01:00
Matthias Ringwald
284d66bc61 example: rename le_data_channel examples into le_credit_based_flow_control_mode 2021-11-20 22:51:15 +01:00