CHANGELOG.md (90e1375e7dba29afc116353cabc46b50c2a62b62) | CHANGELOG.md (012f145f57988f63a25bba6044cc343973c56f40) |
---|---|
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## [Unreleased] 8 9### Added 10- Introduced btstack_network.h network interface abstraction 11- btstack_network_posix implementation using Linux tun/tap interface | 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## [Unreleased] 8 9### Added 10- Introduced btstack_network.h network interface abstraction 11- btstack_network_posix implementation using Linux tun/tap interface |
12- WICED: support for btstack_stdin (HAVE_STDIN) |
|
12 13### Changed 14- panu_demo: uses btstack_network.h now | 13 14### Changed 15- panu_demo: uses btstack_network.h now |
15 16 | 16- WICED: configure printf to replace Linefeed with CRLF |