CHANGELOG.md (d798a8dca84702b416e7f7ac648ed979abff6896) | CHANGELOG.md (8f4dd6c139388844e52e2802e9061184f613fa9f) |
---|---|
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- RFCOMM: accept incoming L2CAP connection in Basic mode if ERTM is enabled but not requested for this connection 13- POSIX, WICED, Windows, FreeRTOS: handle time_ms overrun after 49 days | 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- RFCOMM: accept incoming L2CAP connection in Basic mode if ERTM is enabled but not requested for this connection 13- POSIX, WICED, Windows, FreeRTOS: handle time_ms overrun after 49 days |
14- L2CAP ERTM: stop timers on disconnect |
|
14 15### Added 16- btstack_run_loop_base: portable implementation of timer and data source managment as base for platform specific implementations 17 18## Changed 19-- FreeRTOS: use xQueueCreateStatic (static variant of xQueueCreate) if available for static memory-only setups 20 21## Changes July 2019 --- 358 unchanged lines hidden --- | 15 16### Added 17- btstack_run_loop_base: portable implementation of timer and data source managment as base for platform specific implementations 18 19## Changed 20-- FreeRTOS: use xQueueCreateStatic (static variant of xQueueCreate) if available for static memory-only setups 21 22## Changes July 2019 --- 358 unchanged lines hidden --- |