#
dbeaa5cd |
| 22-Jul-2024 |
Matthias Ringwald <[email protected]> |
posix: clear run loop exit flag
|
#
c663093b |
| 31-Oct-2022 |
Matthias Ringwald <[email protected]> |
btstack_run_loop_posix: log select errors, ignore data sources
|
#
2fca4dad |
| 02-Nov-2021 |
Milanka Ringwald <[email protected]> |
license: update text
|
#
9e6ecc42 |
| 21-Oct-2021 |
Matthias Ringwald <[email protected]> |
Fix warnings
|
#
90d4f186 |
| 01-Jul-2021 |
Matthias Ringwald <[email protected]> |
btstack_run_loop_posix: implement poll_data_sources_from_irq
|
#
41158b74 |
| 17-Mar-2021 |
Matthias Ringwald <[email protected]> |
btstack_run_loop_posix: implement execute on main thread
|
#
2e357f7a |
| 02-Jul-2021 |
Matthias Ringwald <[email protected]> |
btstack_run_loop_posix: implement trigger exit
|
#
9f1d8eee |
| 08-Mar-2021 |
Matthias Ringwald <[email protected]> |
remove btstack_run_loop_base.h include from run loop implementations and tests
|
#
075edf12 |
| 04-Mar-2021 |
Matthias Ringwald <[email protected]> |
btstack_run_loop_posix: use run loop base (code)
|
#
cb5a7fc3 |
| 16-Nov-2020 |
Matthias Ringwald <[email protected]> |
posix: enumerate timers in in btstack_run_loop_posix_dump_timer
|
#
e0d13a19 |
| 27-Oct-2020 |
Milanka Ringwald <[email protected]> |
avoid warning for set but unused variables when log_info and log_error are disabled
|
#
ff3cc4a5 |
| 03-Dec-2019 |
Matthias Ringwald <[email protected]> |
MISRAC2012-Rule-14.4_d: use while(true) instead of while(1)
|
#
d58a1b5f |
| 27-Nov-2019 |
Matthias Ringwald <[email protected]> |
linked list/run loop: return true if item/data source/timer was removed
|
#
bd539f2b |
| 05-Oct-2019 |
Matthias Ringwald <[email protected]> |
posix: fix warning
|
#
160fcf34 |
| 04-Oct-2019 |
Matthias Ringwald <[email protected]> |
posix: assert timer is not already in list (only checks items until it finds correct position)
|
#
92b78dd7 |
| 12-Aug-2019 |
Matthias Ringwald <[email protected]> |
posix: use monotonic clock as timebase if available
|
#
b6fc147f |
| 04-Aug-2019 |
Matthias Ringwald <[email protected]> |
posix: handle time_ms overrun after 49 days
|
#
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
|
#
4b7565a2 |
| 04-Nov-2017 |
Matthias Ringwald <[email protected]> |
posix: avoid crash when data source is removed and fd set to -1
|
#
b7832c7f |
| 04-Jul-2017 |
Matthias Ringwald <[email protected]> |
btstack_run_loop: don't call btstack_run_loop_remove_timer from platform implementation
|
#
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__
|
#
7c959318 |
| 05-Jul-2016 |
Matthias Ringwald <[email protected]> |
fix warnings related to potential loss of precision for integer conversions
|
#
88e0b3b2 |
| 01-Apr-2016 |
Matthias Ringwald <[email protected]> |
posix: fix compile
|
#
615ae444 |
| 30-Mar-2016 |
Matthias Ringwald <[email protected]> |
posix: cleanup fast FTDI hack
|