143 Commits

Author SHA1 Message Date
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
47dc1b0d60 esp32: fix example cmake project 2021-07-16 23:12:31 +02:00
Matthias Ringwald
b35e5ee41e esp32: provide hci_dump_embedded_stdout.c 2021-07-08 11:10:34 +02:00
Matthias Ringwald
fdd7f115a2 esp32: fix project files for HSP/HFP examples 2021-07-08 11:10:19 +02:00
Matthias Ringwald
be2a754961 hci_dump: esp32 port 2021-03-11 15:53:45 +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
3cd2e1916c esp32: fix delete examples script 2020-12-24 16:55:36 +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
Milanka Ringwald
6ccd824859 update python scripts to python3 2020-11-03 15:19:00 +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
4525a7feac esp32: add example main.c to CMakeLists.txt 2020-06-02 15:43:02 +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
a7649d03c9 esp32: update cmake file to use idf_component_register and add commands to generate .h from .gatt file 2019-12-23 18:35:58 +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
095c28e35b esp32: create CMakeLists.txt for example 2019-12-23 12:22:16 +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
66871e79a8 esp32: copy platform/lwip to esp-idf 2019-06-13 15:16:24 +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
97dc5e692c new pan_lwip_http_server example
- add lwIP sources commit b3a939417 (after STABLE-2.1.1) as 3rd-party/lwip/core
- add small DHCP server as 3rd-party/lwip/dhcp-server
- add BNEP lwIP adapter that handles BNEP events and forwards packets between BNEP and lwIP (only tested for NO_SYS == 1)
- add pan_lwip_http_server example that provides lwIP http server on http://192.168.7.1
- example is added to port/libusb
2019-06-07 16:57:00 +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
Matthias Ringwald
536d74bc8d esp32: update sdkconfig 2019-03-07 15:42:34 +01:00
Matthias Ringwald
106b8d823a esp32: add stop_stream function 2019-02-25 15:07:51 +01:00
Matthias Ringwald
195e44814f esp32: implement audio sink interface 2019-02-24 13:04:39 +01:00
Matthias Ringwald
12a29783e7 esp32: add ENABLE_ATT_DELAYED_RESPONSE 2018-11-01 12:30:10 +01:00
Matthias Ringwald
6420389d1a added yxml to esp32, max32630-fthr, and stm32-f4discovery-cc256x 2018-09-27 12:54:46 +02:00
Matthias Ringwald
b175da0edb esp32: update sdkconfig to allow for unrestricted Bluetooth Controller 2018-09-25 21:05:49 +02:00
Matthias Ringwald
bc44e666ad esp32: add 3rd-party/md5 2018-09-17 20:14:10 +02:00
Matthias Ringwald
c1bc0b8eb5 pbap_client: add support for md5 authentication challenge 2018-09-17 17:16:59 +02:00
Matthias Ringwald
fc6cde64da Replaced HCI_PACKET_BUFFER_SIZE with HCI_INCOMING_PACKET_BUFFER_SIZE and HCI_OUTGOING_PACKET_BUFFER_SIZE 2018-07-23 14:14:14 +02:00
Matthias Ringwald
a057b0dbb8 esp32: support audio playback via btstack_audio_esp32.c 2018-07-22 00:01:23 +02:00
Matthias Ringwald
d72415a4a7 esp32: enable SCO over HCI 2018-06-16 22:50:56 +02:00