#
ce713b46 |
| 16-Dec-2024 |
Matthias Ringwald <[email protected]> |
btstack_ring_buffer: remove duplicate definition
|
#
2fca4dad |
| 02-Nov-2021 |
Milanka Ringwald <[email protected]> |
license: update text
|
#
41f9be70 |
| 02-Jun-2021 |
Matthias Ringwald <[email protected]> |
avoid function param modification
|
#
6058cb0d |
| 25-Mar-2021 |
Matthias Ringwald <[email protected]> |
examples: use `btstack_event.h` getters instead of direct array access, use enum to compare status codes
|
#
9305033e |
| 01-Feb-2021 |
Matthias Ringwald <[email protected]> |
MISRAC2012-Rule-14.4_c: compare against 0 or NULL
|
#
40adb62d |
| 04-Sep-2020 |
Matthias Ringwald <[email protected]> |
btstack_ring_buffer: add btstack_ring_buffer_reset to reset it to initial state/empty
|
#
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
|
#
9192020a |
| 07-Jul-2020 |
Matthias Ringwald <[email protected]> |
remove <stdio.h>, <stdlib.h> and printf from most core files
|
#
6535961a |
| 02-Dec-2019 |
Matthias Ringwald <[email protected]> |
ignore memcpy return value (always returns first parameter)
|
#
e501bae0 |
| 11-May-2019 |
Matthias Ringwald <[email protected]> |
Use BTSTACK_FILE__ without __ prefix (MISRAC2012-Rule-21.1)
|
#
e090bc19 |
| 28-Jul-2017 |
Matthias Ringwald <[email protected]> |
btstack_ring_buffer: fix corner cases for empyt/full buffer and data length == 0
|
#
0df3b718 |
| 26-Jul-2017 |
Matthias Ringwald <[email protected]> |
btstack_ring_buffer: use uint32_t for sizes
|
#
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__
|
#
2c36c791 |
| 25-Jan-2017 |
Matthias Ringwald <[email protected]> |
Ring Buffer: speed up by using memcpy
|
#
44e9e401 |
| 19-Oct-2016 |
Milanka Ringwald <[email protected]> |
extend ring buffer indexes from uint16 to uint32
|
#
9e3fb5e9 |
| 18-Oct-2016 |
Milanka Ringwald <[email protected]> |
fix ring buffer read
|
#
bc37f7b0 |
| 17-Oct-2016 |
Milanka Ringwald <[email protected]> |
add ring buffer implementation
|