CHANGELOG.md (bdc352b16da8ddb06e0abca313290fcc1e06a43b) CHANGELOG.md (8b3ffec5c933068b9ea632385ab6f80d1a7ed022)
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
9## [Unreleased]
10
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
9## [Unreleased]
10
11### Fixed
12- SM: Fixed regression introduced in f3582630
13
14## Changes June 2019
15
11### Changed
12- FreeRTOS: use freertos/.. prefix to include FreeRTOS headers if HAVE_FREERTOS_INCLUDE_PREFIX is defined
13- BNEP: add Connection Handle to BNEP_EVENT_CHANNEL_OPENED
14- Examples: renamed le_counter to gatt_counter and le_streamer to le_streamer_server to indicate suppport for GATT over BR/EDR
15
16### Fixed
17- BNEP: Bluetooth address is stored in little-endian format for all BNEP_EVENT_*
18

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

24---
25
26## Changes May 2019
27
28### Changed
29- ESP32: Configure SCO over HCI after power up
30- btstack_tlv_flash_bank: support targets where a value cannot be overwritten with zero. When ENABLE_TLV_FLASH_EXPLICIT_DELETE_FIELD
31 is defined, an explicit delete field is used to indicate an invalid entry.
16### Changed
17- FreeRTOS: use freertos/.. prefix to include FreeRTOS headers if HAVE_FREERTOS_INCLUDE_PREFIX is defined
18- BNEP: add Connection Handle to BNEP_EVENT_CHANNEL_OPENED
19- Examples: renamed le_counter to gatt_counter and le_streamer to le_streamer_server to indicate suppport for GATT over BR/EDR
20
21### Fixed
22- BNEP: Bluetooth address is stored in little-endian format for all BNEP_EVENT_*
23

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

29---
30
31## Changes May 2019
32
33### Changed
34- ESP32: Configure SCO over HCI after power up
35- btstack_tlv_flash_bank: support targets where a value cannot be overwritten with zero. When ENABLE_TLV_FLASH_EXPLICIT_DELETE_FIELD
36 is defined, an explicit delete field is used to indicate an invalid entry.
37
32### Fixed
33- SM: Avoid potential use-after-free on immediate disconnect (lookup connection via con handle instead of storing pointer)
38### Fixed
39- SM: Avoid potential use-after-free on immediate disconnect (lookup connection via con handle instead of storing pointer)
40
34### Added
35- gatt_client: emit query complete event for signed write operation
36- hci_transport_h4: add workaround for flow control bug in CYW2070x, enable with ENABLE_CYPRESS_BAUDRATE_CHANGE_FLOWCONTROL_BUG_WORKAROUND
37
38---
39
40## Changes April 2019
41

--- 313 unchanged lines hidden ---
41### Added
42- gatt_client: emit query complete event for signed write operation
43- hci_transport_h4: add workaround for flow control bug in CYW2070x, enable with ENABLE_CYPRESS_BAUDRATE_CHANGE_FLOWCONTROL_BUG_WORKAROUND
44
45---
46
47## Changes April 2019
48

--- 313 unchanged lines hidden ---