changelog: mention hci_cmd additions

This commit is contained in:
Matthias Ringwald 2021-07-06 21:56:00 +02:00
parent 0c1cf6c69a
commit aef8999158

View File

@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added ### Added
- HCI Dump: Support BTSnoop format in hci_dump_posix_fs.c for format = HCI_DUMP_BTSNOOP - HCI Dump: Support BTSnoop format in hci_dump_posix_fs.c for format = HCI_DUMP_BTSNOOP
- HCI Dump RTT STDOUT: drop messages if RTT buffer is full and RTT is configured for non-blocking - HCI Dump RTT STDOUT: drop messages if RTT buffer is full and RTT is configured for non-blocking
- hci_cmd: support variable length fields and arrayed parameters
- POSIX: btstack_signal allows to register for callback on signal, e.g. ctrl-c - POSIX: btstack_signal allows to register for callback on signal, e.g. ctrl-c
- Windows: btstack_stdin_window_register_ctrl_c_callback allows to register for ctrl-c - Windows: btstack_stdin_window_register_ctrl_c_callback allows to register for ctrl-c