#
57ea53d1 |
| 31-Oct-2024 |
Matthias Ringwald <[email protected]> |
hci_dump: fix build with ENABLE_LOG_BTSTACK_EVENTS
|
#
9cbc67b4 |
| 23-Aug-2024 |
Matthias Ringwald <[email protected]> |
hci_dump: support ISO packets in PacketLogger
|
#
be78df3b |
| 05-Apr-2024 |
Matthias Ringwald <[email protected]> |
hci_dump: add hci_dump_btstack_event to log internal events
|
#
2d17d4c0 |
| 08-Jun-2022 |
Matthias Ringwald <[email protected]> |
hci_dump: provide log level to log_message implementation
|
#
2fca4dad |
| 02-Nov-2021 |
Milanka Ringwald <[email protected]> |
license: update text
|
#
a9b0ec79 |
| 21-Jun-2021 |
Matthias Ringwald <[email protected]> |
hci_dump: add hci_dump_setup_header_btsnoop
|
#
b45b7749 |
| 03-Jun-2021 |
Milanka Ringwald <[email protected]> |
MISRAC2012-Rule-8.3_b: match function declaration and definition
|
#
560d2a7a |
| 07-May-2021 |
Matthias Ringwald <[email protected]> |
hci_dump: fix compile for AVR
|
#
cdc66b5e |
| 23-Mar-2021 |
Matthias Ringwald <[email protected]> |
hci_dump: add hci_dump_enable_packet_log to enable/disable packet logging
|
#
128d6c99 |
| 12-Jan-2021 |
Matthias Ringwald <[email protected]> |
hci_dump: full rewrite, provide platform-specific implementations for posix and embedded platforms
|
#
9305033e |
| 01-Feb-2021 |
Matthias Ringwald <[email protected]> |
MISRAC2012-Rule-14.4_c: compare against 0 or NULL
|
#
6ceb2ba5 |
| 30-Sep-2020 |
Matthias Ringwald <[email protected]> |
hci_dump: fix tv_us calculation for non-posix / embedded systems with binary output
|
#
4ea43905 |
| 23-Jul-2020 |
Matthias Ringwald <[email protected]> |
MISRAC2012-Rule-10.4_a: append 'u' to constant literals when used in unsigned expressions or comparisons
|
#
8334d3d8 |
| 17-Jan-2020 |
Matthias Ringwald <[email protected]> |
MISRAC2012-Rule-8.9: inline const objects that are used by single function
|
#
8cbbcccd |
| 19-Nov-2019 |
Matthias Ringwald <[email protected]> |
segger-rtt: allow to configure with SEGGER_RTT_PACKETLOG_* directives
|
#
3b809c72 |
| 18-Nov-2019 |
Matthias Ringwald <[email protected]> |
hci_dump: avoid writing packet header without payload for binary RTT formats and SEGGER_RTT_MODE_NO_BLOCK_SKIP
|
#
e501bae0 |
| 11-May-2019 |
Matthias Ringwald <[email protected]> |
Use BTSTACK_FILE__ without __ prefix (MISRAC2012-Rule-21.1)
|
#
1fb07123 |
| 07-Feb-2019 |
Matthias Ringwald <[email protected]> |
hci_dump: redirect log_* SEGGER RTT
|
#
5fa31a99 |
| 21-Dec-2018 |
Matthias Ringwald <[email protected]> |
hci_dump: support PacketLogger or BlueZ format output via SEGGER RTT Channel 1 Up
|
#
acb15818 |
| 26-Oct-2018 |
Matthias Ringwald <[email protected]> |
hci_dump: avoid -Wunused-result warnings
|
#
359cfe47 |
| 25-Sep-2018 |
Matthias Ringwald <[email protected]> |
hci_dump: fix compile warnings (request POSIX support)
|
#
fa087dea |
| 09-May-2018 |
Matthias Ringwald <[email protected]> |
hci_dump: prefix LOG_LEVELs with HCI_DUMP_
|
#
b8ae70b4 |
| 13-Apr-2017 |
Matthias Ringwald <[email protected]> |
hci_dump: fix crash on posix systems caused by logging
|
#
6401061a |
| 10-Apr-2017 |
Matthias Ringwald <[email protected]> |
hci_dump: use printf for log_... if packet log is not open on posix
|
#
ab2c6ae4 |
| 24-Mar-2017 |
Matthias Ringwald <[email protected]> |
tool: add update_filename.py that adds __BTSTACK_FILE__ to every .c file for use with debug output instead of __FILE__
|