CHANGELOG.md (e1f022c2adb22056a3214e47b3ca630aff611f58) CHANGELOG.md (170fafaee9eb5b65263bedc18252ad8ce06ca49f)
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

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

19### Added
20- btstack_run_loop_base: portable implementation of timer and data source managment as base for platform specific implementations
21
22## Changed
23- FreeRTOS: use xQueueCreateStatic (static variant of xQueueCreate) if available for static memory-only setups
24- L2CAP ERTM: handle invalid Information Response (assume no extended features supported)
25- POSIX: use monotonic clock as timebase if available
26- HCI Transport H4/H5/EM9304 SPI: ignore block read/sent from UART driver when closed
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

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

19### Added
20- btstack_run_loop_base: portable implementation of timer and data source managment as base for platform specific implementations
21
22## Changed
23- FreeRTOS: use xQueueCreateStatic (static variant of xQueueCreate) if available for static memory-only setups
24- L2CAP ERTM: handle invalid Information Response (assume no extended features supported)
25- POSIX: use monotonic clock as timebase if available
26- HCI Transport H4/H5/EM9304 SPI: ignore block read/sent from UART driver when closed
27- HCI: Read Encryption Key Size after encryption was enabled
28- Errata 11838:
29 - GAP: gap_set_required_encryption_key_size allows to set the required key size, default = 16 (max)
30 - GAP: validate encryption key size to emit GAP Security Levels
27
28## Changes July 2019
29
30### Fixed
31- SM: Fixed regression introduced in f3582630
32- L2CAP: avoid reading l2cap signaling command len out of bounds
33- HCI Transport H4/H5/EM9304 SPI: fix payload size checks (also for 8/16-bit platforms)
34

--- 355 unchanged lines hidden ---
31
32## Changes July 2019
33
34### Fixed
35- SM: Fixed regression introduced in f3582630
36- L2CAP: avoid reading l2cap signaling command len out of bounds
37- HCI Transport H4/H5/EM9304 SPI: fix payload size checks (also for 8/16-bit platforms)
38

--- 355 unchanged lines hidden ---