CHANGELOG.md (1c4a5e7375f50f47c41ebd250da300488a84aafc) | CHANGELOG.md (caab56b09eb85f6fb0f2d8ca39ae0597b3e219b7) |
---|---|
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 --- 19 unchanged lines hidden (view full) --- 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 32Port Archive: moved ports that are not recommended for new designs to port/archive folder: 33 - MSP430: the ports used the older community GCC version without 20-bit support needed for code size > 64kB 34 - Broadcom/Cypress H5: uploading PatchRAM is only possible in H4 mode. It's better to also use H4 in general 35 - 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 --- 19 unchanged lines hidden (view full) --- 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 32Port Archive: moved ports that are not recommended for new designs to port/archive folder: 33 - MSP430: the ports used the older community GCC version without 20-bit support needed for code size > 64kB 34 - Broadcom/Cypress H5: uploading PatchRAM is only possible in H4 mode. It's better to also use H4 in general 35 - PIC32-Harmony: the port used Harmony v1 while Harmony v3 has been out since a while. |
36Run Loop: `btstack_run_loop_base.c` used in most platform run loop implementations 37 - required for posix, embedded, freertos, nrf5-zephyr, wiced, windows builds | 36Run Loop Base: functionality used in most platform run loop implementations 37 - code from `btstack_run_loop_base.c` moved into `btstack_run_loop.c` to minimize changes to build systems 38 - `btstack_run_loop_base.c` is a placeholder and can be removed from build |
38 | 39 |
39 | |
40## Release v1.3.2 41 42### Added 43GAP: support for Classic Out-of-Band (OOB) pairing via `gap_ssp_remote_oob_data` with `ENABLE_CLASSIC_OOB_PAIRING` 44GAP: read local OOB data on start and on call to `gap_ssp_generate_oob_data`, provided via `GAP_EVENT_LOCAL_OOB_DATA` 45HID Host: add profile, update `hid_host_demo.c` example 46 47### Fixed --- 716 unchanged lines hidden --- | 40## Release v1.3.2 41 42### Added 43GAP: support for Classic Out-of-Band (OOB) pairing via `gap_ssp_remote_oob_data` with `ENABLE_CLASSIC_OOB_PAIRING` 44GAP: read local OOB data on start and on call to `gap_ssp_generate_oob_data`, provided via `GAP_EVENT_LOCAL_OOB_DATA` 45HID Host: add profile, update `hid_host_demo.c` example 46 47### Fixed --- 716 unchanged lines hidden --- |