#
de22414a |
| 17-Jan-2022 |
Matthias Ringwald <[email protected]> |
btstack_util: add btstack_strcpy
|
#
2fca4dad |
| 02-Nov-2021 |
Milanka Ringwald <[email protected]> |
license: update text
|
#
6b65794d |
| 01-Nov-2021 |
Milanka Ringwald <[email protected]> |
docs: use @return instead of @returns
|
#
a73d0b9d |
| 09-Jun-2021 |
Milanka Ringwald <[email protected]> |
btstack_util: add btstack_next_cid_ignoring_zero
|
#
48cdff9c |
| 03-Jun-2021 |
Milanka Ringwald <[email protected]> |
MISRAC2012-Rule-8.3_b: match function declaration and definition
|
#
b45b7749 |
| 03-Jun-2021 |
Milanka Ringwald <[email protected]> |
MISRAC2012-Rule-8.3_b: match function declaration and definition
|
#
41f9be70 |
| 02-Jun-2021 |
Matthias Ringwald <[email protected]> |
avoid function param modification
|
#
9305033e |
| 01-Feb-2021 |
Matthias Ringwald <[email protected]> |
MISRAC2012-Rule-14.4_c: compare against 0 or NULL
|
#
46059ae4 |
| 06-Nov-2020 |
Milanka Ringwald <[email protected]> |
btstack_util: provide printf_hexdump if ENABLE_PRINTF_HEXDUMP is defined in btstack_config.h
|
#
bbc383fe |
| 30-Oct-2020 |
Milanka Ringwald <[email protected]> |
src: remove commented code
|
#
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
|
#
30314625 |
| 05-May-2020 |
Matthias Ringwald <[email protected]> |
btstack_util: fix off-by-one error in btstack_replace_bd_addr_placeholder
|
#
3c9da642 |
| 30-Apr-2020 |
Matthias Ringwald <[email protected]> |
btstack_util: provide btstack_replace_bd_addr_placeholder
|
#
8334d3d8 |
| 17-Jan-2020 |
Matthias Ringwald <[email protected]> |
MISRAC2012-Rule-8.9: inline const objects that are used by single function
|
#
ff3cc4a5 |
| 03-Dec-2019 |
Matthias Ringwald <[email protected]> |
MISRAC2012-Rule-14.4_d: use while(true) instead of while(1)
|
#
6535961a |
| 02-Dec-2019 |
Matthias Ringwald <[email protected]> |
ignore memcpy return value (always returns first parameter)
|
#
5df9dc78 |
| 19-Nov-2019 |
Matthias Ringwald <[email protected]> |
MISRAC2012-Rule-12.1: add suggested parentheses
|
#
c1ab6cc1 |
| 19-Nov-2019 |
Matthias Ringwald <[email protected]> |
MISRAC2012-Rule-12.1: add suggested parentheses
|
#
68af3967 |
| 17-Jun-2019 |
Matthias Ringwald <[email protected]> |
btstack_util: btstack_time_delta provides delta between two timestamps
|
#
e501bae0 |
| 11-May-2019 |
Matthias Ringwald <[email protected]> |
Use BTSTACK_FILE__ without __ prefix (MISRAC2012-Rule-21.1)
|
#
adbdd27a |
| 01-Nov-2018 |
Milanka Ringwald <[email protected]> |
btstack_util: add little_endian_store_24
|
#
9dbfa930 |
| 31-Oct-2018 |
Matthias Ringwald <[email protected]> |
btstack_util: fix compile
|
#
c1c58647 |
| 31-Oct-2018 |
Matthias Ringwald <[email protected]> |
btstack_util: manually convert to hex in printf_hexdump
|
#
cd2e416c |
| 17-Sep-2018 |
Matthias Ringwald <[email protected]> |
btstack_util: support parsing bd_addr without separators
|
#
fa087dea |
| 09-May-2018 |
Matthias Ringwald <[email protected]> |
hci_dump: prefix LOG_LEVELs with HCI_DUMP_
|