CHANGELOG.md (8c7eabe4100e3698d2caadefa7024b808ca01146) CHANGELOG.md (1c4a5e7375f50f47c41ebd250da300488a84aafc)
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

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

13POSIX: `btstack_transport_sco_i2s_test_bridge.c` implements SCO transport interface for UART-to-I2S test bridge
14btstack_uart: `btstack_uart_t` interface extends `btstack_uart_block_t`:
15 - supports sending and receiving SLIP frames for HCI H5
16 - suppports odd parity as well
17 - `hci_transport_h4` and chipset drivers have new functions to pass provide `btstack_uart_t`
18
19btstack_uart_slip_wrapper: wrapper that implements SLIP functionality for existing `btstack_uart_block` drivers.
20hci_transport: add parity field and pass on to `btstack_uart_t` in h4 and h5
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

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

13POSIX: `btstack_transport_sco_i2s_test_bridge.c` implements SCO transport interface for UART-to-I2S test bridge
14btstack_uart: `btstack_uart_t` interface extends `btstack_uart_block_t`:
15 - supports sending and receiving SLIP frames for HCI H5
16 - suppports odd parity as well
17 - `hci_transport_h4` and chipset drivers have new functions to pass provide `btstack_uart_t`
18
19btstack_uart_slip_wrapper: wrapper that implements SLIP functionality for existing `btstack_uart_block` drivers.
20hci_transport: add parity field and pass on to `btstack_uart_t` in h4 and h5
21
21GATT Client: Battery Service Client
22GATT Client: Device Information Service Client
23
22### Fixed
23
24### Changed
25HCI: config I2S for BCM Controllers if `ENABLE_SCO_OVER_PCM`, reduce bit clock to 256/512 kHz
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

--- 732 unchanged lines hidden ---
24### Fixed
25
26### Changed
27HCI: config I2S for BCM Controllers if `ENABLE_SCO_OVER_PCM`, reduce bit clock to 256/512 kHz
28btstack_uart_posix: supports SLIP frames and replaces `btstack_uart_block_posix`
29hci_transport_h5: new more performant H5 implementation that requires `btstack_uart_t` driver with SLIP support.
30POSIX Ports: use new `btstack_uart_posix` implementation
31posix-h5/posix-h5-bcm: use even parity for UART

--- 732 unchanged lines hidden ---