CHANGELOG.md (cc528b9d66cd63ff4662ca3aba554b3ddf559fb2) CHANGELOG.md (893dbb9455d8018c779f7b9fef03fd5098bfe58e)
1# Change Log
2All notable changes to this project will be documented in this file.
3
4The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
7---
8

--- 8 unchanged lines hidden (view full) ---

17- esp32: warn about unsuitable sdkconfig
18- esp32: add BTstack component config options via menuconfig
19- esp32: allow to disable default audio i2s driver via component config
20- esp32: support esp-idf v5.x audio driver
21- esp32: btstack_stdio_init configures buffered output, required for stdin support
22- nxp: support for bootloader version v1, e.g. NXP 88W8997
23- Port for Renesas RA6M4 with DA14531
24- Port for NXP Controller on POSIX (posix-h4-nxp)
1# Change Log
2All notable changes to this project will be documented in this file.
3
4The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
7---
8

--- 8 unchanged lines hidden (view full) ---

17- esp32: warn about unsuitable sdkconfig
18- esp32: add BTstack component config options via menuconfig
19- esp32: allow to disable default audio i2s driver via component config
20- esp32: support esp-idf v5.x audio driver
21- esp32: btstack_stdio_init configures buffered output, required for stdin support
22- nxp: support for bootloader version v1, e.g. NXP 88W8997
23- Port for Renesas RA6M4 with DA14531
24- Port for NXP Controller on POSIX (posix-h4-nxp)
25- Port for newer Infineon Controller on POSIX (posix-h4-bcm) that requires autobaud-mode
25
26## Removed
27- AVDTP Source: avdtp_source_stream_send_media_payload, use avdtp_source_stream_send_media_payload_rtp instead
28- A2DP Source: a2dp_source_stream_send_media_payload, use a2dp_source_stream_send_media_payload_rtp instead
29
30## Fixed
31- HCI: fix set extended scan response
32- HCI: fix report of extended advertisements with data len > 31

--- 1054 unchanged lines hidden ---
26
27## Removed
28- AVDTP Source: avdtp_source_stream_send_media_payload, use avdtp_source_stream_send_media_payload_rtp instead
29- A2DP Source: a2dp_source_stream_send_media_payload, use a2dp_source_stream_send_media_payload_rtp instead
30
31## Fixed
32- HCI: fix set extended scan response
33- HCI: fix report of extended advertisements with data len > 31

--- 1054 unchanged lines hidden ---