CHANGELOG.md (1654ca5f59931da5ac06cb2a83a80950afdbf06a) CHANGELOG.md (578a8f84313e24b854c5bde0364634b03041fe60)
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

--- 12 unchanged lines hidden (view full) ---

21### Fixed
22
23### Changed
24HCI: config I2S for BCM Controllers if `ENABLE_SCO_OVER_PCM`, reduce bit clock to 256/512 kHz
25btstack_uart_posix: supports SLIP frames and replaces `btstack_uart_block_posix`
26hci_transport_h5: new more performant H5 implementation that requires `btstack_uart_t` driver with SLIP support.
27POSIX Ports: use new `btstack_uart_posix` implementation
28posix-h5/posix-h5-bcm: use even parity for UART
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

--- 12 unchanged lines hidden (view full) ---

21### Fixed
22
23### Changed
24HCI: config I2S for BCM Controllers if `ENABLE_SCO_OVER_PCM`, reduce bit clock to 256/512 kHz
25btstack_uart_posix: supports SLIP frames and replaces `btstack_uart_block_posix`
26hci_transport_h5: new more performant H5 implementation that requires `btstack_uart_t` driver with SLIP support.
27POSIX Ports: use new `btstack_uart_posix` implementation
28posix-h5/posix-h5-bcm: use even parity for UART
29Port Archive: moved ports that are not recommended for new designs to port/archive folder:
30 - MSP430: the ports used the older community GCC version without 20-bit support needed for code size > 64kB
31 - Broadcom/Cypress H5: uploading PatchRAM is only possible in H4 mode. It's better to also use H4 in general
32 - PIC32-Harmony: the port used Harmony v1 while Harmony v3 has been out since a while.
29
30## Release v1.3.1
31
32### Added
33GAP: support for Classic Out-of-Band (OOB) pairing via `gap_ssp_remote_oob_data` with `ENABLE_CLASSIC_OOB_PAIRING`
34GAP: read local OOB data on start and on call to `gap_ssp_generate_oob_data`, provided via `GAP_EVENT_LOCAL_OOB_DATA`
35HID Host: add profile, update `hid_host_demo.c` example
36

--- 717 unchanged lines hidden ---
33
34## Release v1.3.1
35
36### Added
37GAP: support for Classic Out-of-Band (OOB) pairing via `gap_ssp_remote_oob_data` with `ENABLE_CLASSIC_OOB_PAIRING`
38GAP: read local OOB data on start and on call to `gap_ssp_generate_oob_data`, provided via `GAP_EVENT_LOCAL_OOB_DATA`
39HID Host: add profile, update `hid_host_demo.c` example
40

--- 717 unchanged lines hidden ---