CHANGELOG.md (f06fd90980e894c415f4ff1f11dc8591adce1a62) | CHANGELOG.md (8c7eabe4100e3698d2caadefa7024b808ca01146) |
---|---|
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 --- 17 unchanged lines hidden (view full) --- 26btstack_uart_posix: supports SLIP frames and replaces `btstack_uart_block_posix` 27hci_transport_h5: new more performant H5 implementation that requires `btstack_uart_t` driver with SLIP support. 28POSIX Ports: use new `btstack_uart_posix` implementation 29posix-h5/posix-h5-bcm: use even parity for UART 30Port Archive: moved ports that are not recommended for new designs to port/archive folder: 31 - MSP430: the ports used the older community GCC version without 20-bit support needed for code size > 64kB 32 - Broadcom/Cypress H5: uploading PatchRAM is only possible in H4 mode. It's better to also use H4 in general 33 - PIC32-Harmony: the port used Harmony v1 while Harmony v3 has been out since a while. | 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 --- 17 unchanged lines hidden (view full) --- 26btstack_uart_posix: supports SLIP frames and replaces `btstack_uart_block_posix` 27hci_transport_h5: new more performant H5 implementation that requires `btstack_uart_t` driver with SLIP support. 28POSIX Ports: use new `btstack_uart_posix` implementation 29posix-h5/posix-h5-bcm: use even parity for UART 30Port Archive: moved ports that are not recommended for new designs to port/archive folder: 31 - MSP430: the ports used the older community GCC version without 20-bit support needed for code size > 64kB 32 - Broadcom/Cypress H5: uploading PatchRAM is only possible in H4 mode. It's better to also use H4 in general 33 - PIC32-Harmony: the port used Harmony v1 while Harmony v3 has been out since a while. |
34Run Loop: `btstack_run_loop_base.c` used in most platform run loop implementations 35 - required for posix, embedded, freertos, nrf5-zephyr, wiced, windows builds |
|
34 | 36 |
35btstack_run_loop_base: used for posix, embedded, freertos, nrf5-zephyr, wiced, windows run loop implementations. 36 37## Release v1.3.1 | |
38 | 37 |
38## Release v1.3.2 39 |
|
39### Added 40GAP: support for Classic Out-of-Band (OOB) pairing via `gap_ssp_remote_oob_data` with `ENABLE_CLASSIC_OOB_PAIRING` 41GAP: read local OOB data on start and on call to `gap_ssp_generate_oob_data`, provided via `GAP_EVENT_LOCAL_OOB_DATA` 42HID Host: add profile, update `hid_host_demo.c` example 43 44### Fixed 45L2CAP: make handling of HCI disconnect more robust 46AVDTP: emit stream release for active stream if signaling connection is closed first, e.g. caused by HCI disconnect --- 714 unchanged lines hidden --- | 40### Added 41GAP: support for Classic Out-of-Band (OOB) pairing via `gap_ssp_remote_oob_data` with `ENABLE_CLASSIC_OOB_PAIRING` 42GAP: read local OOB data on start and on call to `gap_ssp_generate_oob_data`, provided via `GAP_EVENT_LOCAL_OOB_DATA` 43HID Host: add profile, update `hid_host_demo.c` example 44 45### Fixed 46L2CAP: make handling of HCI disconnect more robust 47AVDTP: emit stream release for active stream if signaling connection is closed first, e.g. caused by HCI disconnect --- 714 unchanged lines hidden --- |