From 92f8a0d7483fc14af987e7799c05d966bd90933a Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Wed, 26 May 2021 16:21:27 +0200 Subject: [PATCH] changelog: update --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6c3cd3b2..3694cc7c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,9 +13,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - HCI: add `hci_sniff_subrating` command - POSIX: `btstack_transport_sco_i2s_test_bridge.c` implements SCO transport interface for UART-to-I2S test bridge - btstack_uart: `btstack_uart_t` interface extends `btstack_uart_block_t`: - - supports sending and receiving SLIP frames for HCI H5 - - suppports odd parity as well - - `hci_transport_h4` and chipset drivers have new functions to pass provide `btstack_uart_t` + - support sending and receiving SLIP frames for HCI H5 + - support odd parity + - `hci_transport_h4` and chipset drivers have new functions to provide `btstack_uart_t` - btstack_uart_slip_wrapper: wrapper that implements SLIP functionality for existing `btstack_uart_block` drivers. - hci_transport: add parity field and pass on to `btstack_uart_t` in h4 and h5 - GATT Client: Battery Service Client