license: update text
btstack_uart_block_wiced.c: fix compile
wiced: use btstack_run_loop_execute_code_on_main_thread instead of btstack_run_loop_wiced_execute_code_on_main_thread
btstack_run_loop_wiced: implement execute on main thread
btstack_run_loop_wiced: implement trigger exit
wiced-h4: fix build
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_wiced: use run loop base
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
wiced: fix compile
wiced: handle time_ms overrun after 49 days
Use BTSTACK_FILE__ without __ prefix (MISRAC2012-Rule-21.1)
Use FILENAME_H as include guard (MISRAC2012-Rule-21.1)
fix built
le_device_db: return BD_ADDR_TYPE_UNKNOWN if device unknown in posix_fs, wiced, and memory implementations
le_device_db: add secure connection field
wiced: add more STM32F4 versions to set baudrate function. Enables BCM94343WWCD1/2 platforms. Thanks to Venkat
le_device_db: add le_device_db_max_count() for index iteration
wiced: implement link key iterator for btstack_link_key_db_wiced_dct
wiced: add le_device_db_wiced_dct_get_storage_size
wiced: fix build
wiced: support for btstack_stdin (HAVE_STDIN)
btstack_uart_block: add set_flowcontrol
12