#
02453b4d |
| 23-Jul-2024 |
Dirk Helbig <[email protected]> |
btstack_run_loop: fix warnings
|
#
5332c7c0 |
| 14-Sep-2022 |
Matthias Ringwald <[email protected]> |
btstack_run_loop: add log_error and explanation for assert on adding already active timer
|
#
e8cbad60 |
| 02-Jun-2022 |
Dirk Helbig <[email protected]> |
btstack_run_loop: support uint64_t timer variable btstack_run_loop: cleanup whitespaces
|
#
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
|
#
7eaf37e0 |
| 16-Mar-2021 |
Matthias Ringwald <[email protected]> |
btstack_run_loop: add list of callbacks and provide btstack_run_loop_base_execute_callbacks
|
#
9fb44c6d |
| 16-Mar-2021 |
Matthias Ringwald <[email protected]> |
btstack_run_loop: extend run loop api
|
#
aadd60a1 |
| 30-Jun-2021 |
Matthias Ringwald <[email protected]> |
btstack_run_loop: fix warnings
|
#
b45b7749 |
| 03-Jun-2021 |
Milanka Ringwald <[email protected]> |
MISRAC2012-Rule-8.3_b: match function declaration and definition
|
#
016e9464 |
| 13-Mar-2021 |
Matthias Ringwald <[email protected]> |
btstack_run_loop: fix warning in dump timers
|
#
796f7837 |
| 08-Mar-2021 |
Matthias Ringwald <[email protected]> |
moved btstack_run_loop_base into btstack_run_loop to allow for refactored run loops without client build changes
|
#
0ad702f3 |
| 08-Feb-2021 |
Matthias Ringwald <[email protected]> |
btstack_run_loop: assert callbacks for timer and data source are set
|
#
141177f8 |
| 28-Jan-2021 |
Matthias Ringwald <[email protected]> |
btstack_run_loop: use assert for not implemented functions
|
#
3a2e2107 |
| 15-Jan-2021 |
Matthias Ringwald <[email protected]> |
btstack_run_loop: support de-init
|
#
27e05778 |
| 24-Aug-2020 |
Matthias Ringwald <[email protected]> |
btstack_run_loop: use btstack_assert() instead of local version
|
#
9192020a |
| 07-Jul-2020 |
Matthias Ringwald <[email protected]> |
remove <stdio.h>, <stdlib.h> and printf from most core files
|
#
ff3cc4a5 |
| 03-Dec-2019 |
Matthias Ringwald <[email protected]> |
MISRAC2012-Rule-14.4_d: use while(true) instead of while(1)
|
#
e501bae0 |
| 11-May-2019 |
Matthias Ringwald <[email protected]> |
Use BTSTACK_FILE__ without __ prefix (MISRAC2012-Rule-21.1)
|
#
398a95ec |
| 05-Jul-2018 |
Matthias Ringwald <[email protected]> |
run_loop: avoid anonymous union
|
#
f04a41ae |
| 05-Jul-2018 |
Matthias Ringwald <[email protected]> |
btstack_run_loop: add btstack_run_loop_set_data_source_handle and btstack_run_loop_get_data_source_handle (for windows)
|
#
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__
|
#
4ea196a4 |
| 07-Jul-2016 |
Matthias Ringwald <[email protected]> |
btstack_run_loop: don't return of void function
|
#
0d70dd62 |
| 24-Mar-2016 |
Matthias Ringwald <[email protected]> |
runloop: pass enable/disable callbacks to run loop impl
|
#
24ced5a6 |
| 24-Mar-2016 |
Matthias Ringwald <[email protected]> |
runloop: enable callback for all data sources
|
#
896424b7 |
| 24-Mar-2016 |
Matthias Ringwald <[email protected]> |
runloop: add data source callback type to ds handler
|