History log of /btstack/src/btstack_uart_block.h (Results 1 – 17 of 17)
Revision Date Author Comments
# 2fca4dad 02-Nov-2021 Milanka Ringwald <[email protected]>

license: update text


# 48cdff9c 03-Jun-2021 Milanka Ringwald <[email protected]>

MISRAC2012-Rule-8.3_b: match function declaration and definition


# fe5a6c4e 27-May-2021 Milanka Ringwald <[email protected]>

src: add title to header files


# ea7d62f8 09-May-2021 Matthias Ringwald <[email protected]>

add missing c++ guard


# 95b3bfd1 02-Mar-2021 Matthias Ringwald <[email protected]>

btstack_uart_block: provide btstack_uart_block_posix_instance that returns btstack_uart_posix_instance


# 21c1535e 26-Feb-2021 Matthias Ringwald <[email protected]>

btstack_uart: extend btstack_uart_block interface to support H5/SLIP mode


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

Use FILENAME_H as include guard (MISRAC2012-Rule-21.1)


# 233eb2b5 24-Oct-2017 Matthias Ringwald <[email protected]>

btstack_uart_block: fix type for btstack_uart_block_freertos_instance


# 4b929998 25-Jul-2017 Matthias Ringwald <[email protected]>

btstack_uart_block: add set_flowcontrol


# 3ce3a4eb 24-Jul-2017 Matthias Ringwald <[email protected]>

btstack_uart_block: allow to 'unset' a callback by setting it to NULL. Update code for freertos and embedded to implement this


# 7ef3b010 20-Apr-2017 Matthias Ringwald <[email protected]>

freertos: use data source for btstack_uart_block_freertos_single_threaded.c


# c3dafd46 01-May-2017 Matthias Ringwald <[email protected]>

btstack_uart_block: add set_wakeup_handler to allow wake up notifications


# 0ad2d5db 27-Nov-2016 Matthias Ringwald <[email protected]>

windows: add btstack_uart_block_windows_instance


# 307a4fe3 27-Apr-2016 Matthias Ringwald <[email protected]>

h4: add parts of eHCILL (not tested/working)


# 18b8d0cb 26-Apr-2016 Matthias Ringwald <[email protected]>

btstack_uart_block: add get_supported_sleep_modes() and set_sleep(mode)


# 084ad01c 20-Apr-2016 Matthias Ringwald <[email protected]>

hci_transport/btstack_uart_block: create btstack_uart_block_embedded on top of hal_uart_dma. Pass in uart driver to H4/H5 instances


# b52fe020 20-Apr-2016 Matthias Ringwald <[email protected]>

hci_transport_h4: general btstack_uart_block.h