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
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
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
b28dc8004d
btstack_config: use official terms for l2cap channel modes - ENABLE_L2CAP_LE_CREDIT_BASED_FLOW_CONTROL_MODE
2021-11-19 10:09:49 +01:00
Milanka Ringwald
2fca4dad95
license: update text
2021-11-02 09:31:00 +01:00
Matthias Ringwald
eaffacf936
esp32: enable wide-band speech, disable secure connections for hfp/hsp demos
2021-01-26 16:22:48 +01:00
Matthias Ringwald
770186d106
esp32: fix audio sink driver
2020-11-20 14:27:01 +01:00
Matthias Ringwald
0b695730e4
esp32: unify i2s configuration
2020-11-20 14:27:01 +01:00
Milanka Ringwald
606ccc9bdf
config: add ENABLE_PRINTF_HEXDUMP
2020-11-06 12:06:11 +01:00
Milanka Ringwald
36327e5a47
config: sort defines alphabetically
2020-11-06 12:01:26 +01:00
Matthias Ringwald
030e197dd0
esp32: reduce log output for tlv
2020-10-07 14:18:53 +02:00
Matthias Ringwald
29f287b5e3
esp32: make btstack_init c++ safe
2020-08-26 16:09:55 +02:00
Matthias Ringwald
ac10900005
esp32: reduce log output for tlv. remove printf
2020-08-13 22:11:13 +02:00
Matthias Ringwald
bd8e4ef6a3
esp32: provide esp-idf/component/btstack/btstack_port_esp32.c and only minimal app_main in template/main/main.c
2020-04-27 16:40:49 +02:00
Matthias Ringwald
a0a4507b35
esp32: add missing freertos queue.h include
2020-03-06 22:39:21 +01:00
Matthias Ringwald
b15ccad8bc
esp32: fix pan_lwip_http_server example build using Makefile
2020-01-16 17:38:31 +01:00
Matthias Ringwald
b1d16e4c30
esp32: update component cmake file
2019-12-23 15:37:47 +01:00
Matthias Ringwald
826d4bce04
esp32: copy micro-ecc into esp-idf, try to use our copy for cmake
2019-12-23 12:33:25 +01:00
Matthias Ringwald
e7f2b10e8f
esp32: add CMakeLists for btstack component
2019-12-23 12:22:16 +01:00
cuichaochao
40ba509983
port/esp32: add ESP32-LyraT V4.3 Board Support
2019-10-31 15:47:00 +01:00
Matthias Ringwald
a4ddb25eb3
esp32: handle esp-idf change from CONFIG_CONSOLE_UART_NUM to CONFIG_ESP_CONSOLE_UART_NUM
2019-10-31 09:12:18 +01:00
Matthias Ringwald
e514a7f533
port: configure desktop ports (libusb,posix,windows) for mesh
2019-07-20 09:32:04 +02:00
Matthias Ringwald
94dc8eb321
esp32: add mesh support
2019-07-20 08:50:34 +02:00
Matthias Ringwald
86a50e771e
esp32: add lwip/dhcp-server and enable pan_lwip_http_server.c
2019-06-13 15:16:24 +02:00
Matthias Ringwald
21b6c1bf54
esp32: fix BTSTACK_FILE__
2019-06-13 15:15:38 +02:00
Matthias Ringwald
ccc619ecbd
esp32: provide HCI prebuffer (e.g. needed for BNEP)
2019-06-13 15:14:17 +02:00
Matthias Ringwald
6d23ba053b
freertos: HAVE_FREERTOS_INCLUDE_PREFIX if FreeRTOS headers are in 'freertos' folder, update esp32 config to use it
2019-06-03 10:10:26 +02:00
Matthias Ringwald
74a4ebbb07
esp32: configure SCO over HCI after power up
2019-05-08 14:21:20 +02:00
Matthias Ringwald
5ec47f0f9e
esp32: mark micro-ecc includes as private to avoid compile errors in other components
2019-04-26 16:15:37 +02:00
Matthias Ringwald
a71df68ad1
esp32: use micro-ecc copy from BTstack as the one from esp-idf was confied to the bootloader component
2019-04-08 21:36:43 +02:00
Matthias Ringwald
2903bcc699
esp32: erase nvs flash is newer nvs version found
2019-03-07 16:23:31 +01:00