#
b795dcd0 |
| 10-Jun-2024 |
Marcel Wappler <[email protected]> |
windows: include <Windows.h> first
|
#
39dac8ff |
| 06-Aug-2024 |
Matthias Ringwald <[email protected]> |
btstack_run_loop_windows: support btstack_run_loop_trigger_exit
|
#
45996a73 |
| 27-Apr-2022 |
Matthias Ringwald <[email protected]> |
windows: fix compile warnings
|
#
2fca4dad |
| 02-Nov-2021 |
Milanka Ringwald <[email protected]> |
license: update text
|
#
d34d17d7 |
| 02-Jul-2021 |
Matthias Ringwald <[email protected]> |
btstack_run_loop_windows: implement poll_data_sources_from_irq
|
#
5bea0138 |
| 01-Jul-2021 |
Matthias Ringwald <[email protected]> |
btstack_run_loop_windows: implement execute on main thread
|
#
82b879d8 |
| 16-Mar-2021 |
Matthias Ringwald <[email protected]> |
btstack_run_loop_windows: implement trigger exit
|
#
9f1d8eee |
| 08-Mar-2021 |
Matthias Ringwald <[email protected]> |
remove btstack_run_loop_base.h include from run loop implementations and tests
|
#
a9efd76d |
| 07-Mar-2021 |
Matthias Ringwald <[email protected]> |
btstack_run_loop_windows: remove unused vars, use base for add/remove data source
|
#
dfbf4e35 |
| 04-Mar-2021 |
Matthias Ringwald <[email protected]> |
btstack_run_loop_windows: use run loop base (code)
|
#
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
|
#
f885e026 |
| 21-Oct-2019 |
Matthias Ringwald <[email protected]> |
windows: remove unused POSIX includes
|
#
2e331c25 |
| 04-Aug-2019 |
Matthias Ringwald <[email protected]> |
windows: handle time_ms overrun after 49 days
|
#
e501bae0 |
| 11-May-2019 |
Matthias Ringwald <[email protected]> |
Use BTSTACK_FILE__ without __ prefix (MISRAC2012-Rule-21.1)
|
#
c4a8fd45 |
| 03-Sep-2018 |
zhadaolong <[email protected]> |
run_loop_windows timeout_ms type
|
#
398a95ec |
| 05-Jul-2018 |
Matthias Ringwald <[email protected]> |
run_loop: avoid anonymous union
|
#
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__
|
#
036dc6b8 |
| 04-Jan-2017 |
Matthias Ringwald <[email protected]> |
windows: use 100 instead of 20 handles in runloop
|
#
ea739015 |
| 28-Nov-2016 |
Matthias Ringwald <[email protected]> |
move windows port to platform
|