CHANGELOG.md (d9d3c2ecca37abce51d71bebc91d0b4faf9dd1ee) | CHANGELOG.md (b90eac910b0b2b6602bcf13f378371bb03d224a7) |
---|---|
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- RFCOMM: limit RFCOMM MTU by local L2CAP MTU for outgoing connections (revelvant only for ERTM) 14- POSIX, WICED, Windows, FreeRTOS: handle time_ms overrun after 49 days 15- L2CAP ERTM: stop timers on disconnect | 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- RFCOMM: limit RFCOMM MTU by local L2CAP MTU for outgoing connections (revelvant only for ERTM) 14- POSIX, WICED, Windows, FreeRTOS: handle time_ms overrun after 49 days 15- L2CAP ERTM: stop timers on disconnect |
16- L2CAP ERTM: fix sending of segmented SDUs |
|
16 17### Added 18- btstack_run_loop_base: portable implementation of timer and data source managment as base for platform specific implementations 19 20## Changed 21-- FreeRTOS: use xQueueCreateStatic (static variant of xQueueCreate) if available for static memory-only setups 22 23## Changes July 2019 --- 358 unchanged lines hidden --- | 17 18### Added 19- btstack_run_loop_base: portable implementation of timer and data source managment as base for platform specific implementations 20 21## Changed 22-- FreeRTOS: use xQueueCreateStatic (static variant of xQueueCreate) if available for static memory-only setups 23 24## Changes July 2019 --- 358 unchanged lines hidden --- |