POSIX, WICED, Windows, FreeRTOS: handle time_ms overrun after 49 days

This commit is contained in:
Matthias Ringwald 2019-08-04 21:52:43 +02:00
parent 030a86615c
commit f0ca6dea14

View File

@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Fixed
- RFCOMM: accept incoming L2CAP connection in Basic mode if ERTM is enabled but not requested for this connection
- POSIX, WICED, Windows, FreeRTOS: handle time_ms overrun after 49 days
### Added
- btstack_run_loop_base: portable implementation of timer and data source managment as base for platform specific implementations