xref: /btstack/CHANGELOG.md (revision aba3b91ae0b0c281b3a61534f18f57241f1790c2)
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- Port for Windows with Zephyr HCI Firmware connected via serial port
11- em9304: ability to upload patch containers during HCI bootup.
12
13### Changed
14
15### Fixed
16
17## Changes December 2017
18
19### Added
20- Introduced btstack_network.h network interface abstraction
21- btstack_network_posix implementation using Linux tun/tap interface
22- WICED: support for btstack_stdin (HAVE_STDIN)
23- GATT Server: Writes to GATT Client Characteristic Configuration are stored in TLV and restored on reconnect. The db.h file generated from db.gatt needs to be re-created.
24- TLV: global TLV instance available via btstack_tlv_get_instance() (src/btstack_tlv.h)
25- TLV: POSIX implementation that appends to a file on disk (platform/posix/btstack_tlv_posix.c
26- LE Device DB TLV: overwrite oldest entry if no free entries available
27- SM: allow to set fixed passkey in display role using sm_use_fixed_passkey_in_display_role
28- Example/hid_host_demo with HID parser and support for basic US keyboard layout
29- EM9304: custom HCI Transport implementation for EM9304 on top of btstack_em9304_spi.h platform abstraction only requires hal_em9304_spi.h to be implemented for new ports
30- Port for Apollo2 MCU with EM9304 (ports/apollo2-em9304)
31
32### Changed
33- panu_demo: uses btstack_network.h now
34- WICED: configure printf to replace Linefeed with CRLF
35- SBC: split btstack_sbc_bludroid.c into seperate encoder and decoder implementations
36
37### Fixed
38- RFCOMM: support connection requests during connection failure
39- L2CAP: support connection requests during connection failure
40- L2CAP: fix default remote MTU as 672 instead of 48 (Minimal MTU)
41- HCI: avoid double free during halting
42- SM: fixed reconnect using legacy pairing in slave role
43
44
45