CHANGELOG.md (beb3c81d4fe3dc27855fe5bbd3ea3f9771026db1) | CHANGELOG.md (eee615e5b1ad3762fdff1544805f4b1a0d1ccf6e) |
---|---|
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 --- 25 unchanged lines hidden (view full) --- 34posix-h5/posix-h5-bcm: use even parity for UART 35Port Archive: moved ports that are not recommended for new designs to port/archive folder: 36 - MSP430: the ports used the older community GCC version without 20-bit support needed for code size > 64kB 37 - Broadcom/Cypress H5: uploading PatchRAM is only possible in H4 mode. It's better to also use H4 in general 38 - PIC32-Harmony: the port used Harmony v1 while Harmony v3 has been out since a while. 39Run Loop Base: functionality used in most platform run loop implementations 40 - code from `btstack_run_loop_base.c` moved into `btstack_run_loop.c` to minimize changes to build systems 41 - `btstack_run_loop_base.c` is a placeholder and can be removed from build | 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 --- 25 unchanged lines hidden (view full) --- 34posix-h5/posix-h5-bcm: use even parity for UART 35Port Archive: moved ports that are not recommended for new designs to port/archive folder: 36 - MSP430: the ports used the older community GCC version without 20-bit support needed for code size > 64kB 37 - Broadcom/Cypress H5: uploading PatchRAM is only possible in H4 mode. It's better to also use H4 in general 38 - PIC32-Harmony: the port used Harmony v1 while Harmony v3 has been out since a while. 39Run Loop Base: functionality used in most platform run loop implementations 40 - code from `btstack_run_loop_base.c` moved into `btstack_run_loop.c` to minimize changes to build systems 41 - `btstack_run_loop_base.c` is a placeholder and can be removed from build |
42HCI Dump: replace monolithic `hci_dump.c` (with many #ifdefs) into dispatcher with platform-specific implementations: 43 - `posix/hci_dump_posix_fs` - writes binary log file 44 - `posix/hci_dump_stdout` - log to console using printf with local system time 45 - `embedded/hci_dump_embedded_stdout` - log to console using printf 46 - `embedded/hci_dump_segger_stdout` - log to RTT console using `SEGGER_printf` 47 - `embedded/hci_dump_segger_binary` - writes binary log over RTT to host |
|
42 | 48 |
49 |
|
43## Release v1.3.2 44 45### Added 46GAP: support for Classic Out-of-Band (OOB) pairing via `gap_ssp_remote_oob_data` with `ENABLE_CLASSIC_OOB_PAIRING` 47GAP: read local OOB data on start and on call to `gap_ssp_generate_oob_data`, provided via `GAP_EVENT_LOCAL_OOB_DATA` 48HID Host: add profile, update `hid_host_demo.c` example 49 50### Fixed --- 716 unchanged lines hidden --- | 50## Release v1.3.2 51 52### Added 53GAP: support for Classic Out-of-Band (OOB) pairing via `gap_ssp_remote_oob_data` with `ENABLE_CLASSIC_OOB_PAIRING` 54GAP: read local OOB data on start and on call to `gap_ssp_generate_oob_data`, provided via `GAP_EVENT_LOCAL_OOB_DATA` 55HID Host: add profile, update `hid_host_demo.c` example 56 57### Fixed --- 716 unchanged lines hidden --- |