btstack_run_loop_freertos: fix deprecated btstack_run_loop_freertos_trigger_from_isr
license: update text
esp32: fix build
btstack_run_loop_freertos: implement execute on main thread
btstack_run_loop_freertos: implement trigger exit
freertos: use generic btstack_run_loop_poll_data_sources_from_irq instead of btstack_run_loop_freertos_trigger_from_isr
btstack_run_loop_freertos: implement poll_data_sources_from_irq
freertos: remove btstack_run_loop_freertos_execute_code_on_main_thread_from_isrFor IRQ drivers, please register data source and call btstack_run_loop_freertos_trigger_exit insetad.
Revert "freertos: btstack_run_loop_freertos_execute_code_on_main_thread_from_isr"This reverts commit be9b024751bdc1b57ccaa1998bf0ffa117342396.
freertos: btstack_run_loop_freertos_execute_code_on_main_thread_from_isr
btstack_uart: add NULL for SLIP function in existing uart implementations (avoid warnings)
remove btstack_run_loop_base.h include from run loop implementations and tests
btstack_run_loop_freertos: use run loop base (code)
FreeRTOS: btstack_run_loop_freertos_trigger_exit allows to request run loop exit
MISRAC2012-Rule-14.4_d: use while(true) instead of while(1)
linked list/run loop: return true if item/data source/timer was removed
btstack_run_loop_freertos: remove duplicate instance variable
freertos: include 'FreeRTOS.h' before testing configuration
freertos: use xQueueCreateStatic instead of xQueueCreate if available
freertos: handle time_ms overrun after 49 days
freertos: directly call function if already on main thread
freertos: HAVE_FREERTOS_INCLUDE_PREFIX if FreeRTOS headers are in 'freertos' folder, update esp32 config to use it
Use BTSTACK_FILE__ without __ prefix (MISRAC2012-Rule-21.1)
Use FILENAME_H as include guard (MISRAC2012-Rule-21.1)
freertos: init btstack_run_loop_task already during run loop init
12