#
1fa04464 |
| 05-Dec-2024 |
Matthias Ringwald <[email protected]> |
btstack_debug: avoid STATIC_ASSER macro for portability
|
#
ad2dfd72 |
| 05-Dec-2024 |
Matthias Ringwald <[email protected]> |
btstack_debug: avoid unused warnings with NDEBUG
|
#
bdbfbe1c |
| 30-Sep-2024 |
Matthias Ringwald <[email protected]> |
btstack_debug: provide STATIC_ASSERT macro to allow use sizeof at compile time
|
#
8f8c6422 |
| 06-Sep-2024 |
Dirk Helbig <[email protected]> |
btstack_debug: fix warnings
|
#
e65dd92c |
| 14-Aug-2024 |
Matthias Ringwald <[email protected]> |
btstack_debug: use original log_info macros for Visual Studio
|
#
a02d959e |
| 23-Jul-2024 |
Dirk Helbig <[email protected]> |
btstack_debug: avoid gcc extension in logging macro
|
#
6fbaff2f |
| 22-Sep-2023 |
Dirk Helbig <[email protected]> |
btstack_debug: prevent unused variable warnings if the variables are only used in asserts
|
#
4902524c |
| 11-Mar-2022 |
Matthias Ringwald <[email protected]> |
btstack_debug: add c++ guard
|
#
4b246621 |
| 28-Feb-2022 |
Matthias Ringwald <[email protected]> |
btstack_debug: allow to provide custom btstack_assert
|
#
2fca4dad |
| 02-Nov-2021 |
Milanka Ringwald <[email protected]> |
license: update text
|
#
901796bd |
| 12-Aug-2021 |
Matthias Ringwald <[email protected]> |
btstack_debug: store file name in PROGMEM on AVR
|
#
2eea7a35 |
| 12-Jun-2021 |
Matthias Ringwald <[email protected]> |
btstack_debug: add btstack_unreachable() e.g. to mark switch default that should not be reached
|
#
3cfa4086 |
| 03-Jun-2021 |
Matthias Ringwald <[email protected]> |
Remove stdio.h include from btstack_debug.h, add to individual files
|
#
fe5a6c4e |
| 27-May-2021 |
Milanka Ringwald <[email protected]> |
src: add title to header files
|
#
45e83228 |
| 14-Apr-2020 |
Matthias Ringwald <[email protected]> |
btstack_debug: discard arguments to log_x macros to avoid evaluation them
|
#
50ca9754 |
| 01-Oct-2019 |
Matthias Ringwald <[email protected]> |
btstack_debug: add support for btstack_assert macro
|
#
a981810d |
| 14-May-2019 |
Matthias Ringwald <[email protected]> |
btstack_debug: use BTSTACK_FILE__ define
|
#
80e33422 |
| 11-May-2019 |
Matthias Ringwald <[email protected]> |
Use FILENAME_H as include guard (MISRAC2012-Rule-21.1)
|
#
fa087dea |
| 09-May-2018 |
Matthias Ringwald <[email protected]> |
hci_dump: prefix LOG_LEVELs with HCI_DUMP_
|
#
cb42147a |
| 07-Apr-2017 |
Matthias Ringwald <[email protected]> |
hci_debug: add log_debug_hexdump
|
#
dd807209 |
| 25-Mar-2017 |
Matthias Ringwald <[email protected]> |
debug: prepend filename and line number for log_X macros
|
#
f12924e0 |
| 30-Jan-2017 |
Matthias Ringwald <[email protected]> |
Remove ENABLE_LOG_INTO_HCI_DUMP - it only affected console output and there enabled/disabled the timestamp
|
#
9ec2630c |
| 22-Dec-2016 |
Matthias Ringwald <[email protected]> |
fix unused parameters warning
|
#
cd4b3424 |
| 18-Oct-2016 |
Matthias Ringwald <[email protected]> |
btstack_debug: allow to provide custom BTSTACK_PRINTF
|
#
8314c363 |
| 11-Feb-2016 |
Matthias Ringwald <[email protected]> |
introduce log_info_key and log_info_hexdump, move prototypes to btstack_debug.h
|