History log of /btstack/platform/embedded/btstack_run_loop_embedded.c (Results 1 – 25 of 25)
Revision Date Author Comments
# ac1fb478 05-Dec-2023 Matthias Ringwald <[email protected]>

btstack_run_loop_embedded: use bool for trigger_event_received


# 2fca4dad 02-Nov-2021 Milanka Ringwald <[email protected]>

license: update text


# 6cbe83c5 16-Mar-2021 Matthias Ringwald <[email protected]>

btstack_run_loop_embedded: implement execute on main thread


# e97b720d 16-Mar-2021 Matthias Ringwald <[email protected]>

btstack_run_loop_embedded: implement trigger exit


# decb7d9b 16-Mar-2021 Matthias Ringwald <[email protected]>

btstack_run_loop_embedded: implement poll_data_sources_from_irq


# 9f1d8eee 08-Mar-2021 Matthias Ringwald <[email protected]>

remove btstack_run_loop_base.h include from run loop implementations and tests


# 3eab39f3 04-Mar-2021 Matthias Ringwald <[email protected]>

btstack_run_loop_embedded: 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


# 4f7fcd54 23-Sep-2019 Matthias Ringwald <[email protected]>

btstack_run_loop_embedded: remove duplicate instance variable


# 030a8661 04-Aug-2019 Matthias Ringwald <[email protected]>

embedded: streamline timer management using btstack_time_delta


# e501bae0 11-May-2019 Matthias Ringwald <[email protected]>

Use BTSTACK_FILE__ without __ prefix (MISRAC2012-Rule-21.1)


# 38f05a15 05-Jul-2017 Matthias Ringwald <[email protected]>

btstack_run_loop: don't call btstack_run_loop_remove_timer from platform implementation


# 13c10a34 18-May-2017 Matthias Ringwald <[email protected]>

fix wanring 'unreachable statement'


# 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__


# e86b2fec 13-Jan-2017 Matthias Ringwald <[email protected]>

embedded: handle timers when system_time overruns


# aec7654d 30-Mar-2016 Matthias Ringwald <[email protected]>

prefix embedded HAVE_


# b9f33ffe 24-Mar-2016 Matthias Ringwald <[email protected]>

runloop: implement data source callbacks for embedded


# 0d70dd62 24-Mar-2016 Matthias Ringwald <[email protected]>

runloop: pass enable/disable callbacks to run loop impl


# f912b310 24-Mar-2016 Matthias Ringwald <[email protected]>

runloop: pass callback type to data source process functions


# 7cd5ef95 24-Mar-2016 Matthias Ringwald <[email protected]>

runloop: pass callback type to data source process functions


# ec820d77 20-Jan-2016 Matthias Ringwald <[email protected]>

prefix data_source_t and timer_source_t with btstack


# 528a4a3b 20-Jan-2016 Matthias Ringwald <[email protected]>

prefix run_loop_ functions with btstack_


# 8f2a52f4 20-Jan-2016 Matthias Ringwald <[email protected]>

forgot to add files in earlier commit


# b7d596c1 20-Jan-2016 Matthias Ringwald <[email protected]>

run_loop_X.c/h -> run_loop_X.c/h