FreeRTOS: btstack_run_loop_freertos_trigger_exit allows to request run loop exit
btstack_hal_flash_memory: fix write of 0xff bytes to simulated flash, fix #283
daemon: use 'catch all' listener for gatt client notifications
corefoundation: fix return type for btstack_run_loop_corefoundation_remove_timer
port/qt-usb: support file descriptors as data source on posix systems
port/qt-usb: support event handles on windows using QWinEventNotifier
port/qt-usb: port of libusb as qt console application
btstack_tlv_posix: only keep last value in memory, fix delete operation
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
windows: remove unused POSIX includes
daemon: load intel firmware and setup stack on first power on only
daemon/l2cap_example: use scraped PSMs
posix: fix warning
posix: assert timer is not already in list (only checks items until it finds correct position)
java binding: use getATTStatus instead of getStatus for GATTEventQueryComplete
btstack_run_loop_freertos: remove duplicate instance variable
btstack_run_loop_embedded: remove duplicate instance variable
daemon/libusb-intel/windows-winusb-intel: skip power down and hci close if firmware wasn't downloaded yet on SIGINT
btstack_tlv_posix: free entry on delete
freertos: include 'FreeRTOS.h' before testing configuration
posix: use monotonic clock as timebase if available
freertos: use xQueueCreateStatic instead of xQueueCreate if available
wiced: fix compile
12345678910>>...31