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

btstack_uart_block_embedded: use boolean in conditions


# 79dbf8a4 05-Dec-2023 Matthias Ringwald <[email protected]>

btstack_uart_block_embedded: use boolean in conditions


# 4a049df2 04-Dec-2023 Matthias Ringwald <[email protected]>

btstack_uart_block_embedded: use bool for flags


# 4b7165ee 31-Dec-2022 Matthias Ringwald <[email protected]>

platform/embedded: fix unused warnnings


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

license: update text


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

embedded: use generic btstack_run_loop_poll_data_sources_from_irq instead of btstack_run_loop_embedded_trigger


# b0e4fcd5 05-Jun-2021 Matthias Ringwald <[email protected]>

add missing includes to fix build


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

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


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

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


# cf159062 10-Mar-2021 Matthias Ringwald <[email protected]>

btstack_uart: add NULL for SLIP function in existing uart implementations (avoid warnings)


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

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


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

hal_uart_dma: add hal_uart_dma_set_flowcontrol with HAVE_UART_DMA_SET_FLOWCONTROL guard


# 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


# 224203d8 02-May-2017 Matthias Ringwald <[email protected]>

btstack_uart_block/embedded: support sleep


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

btstack_uart_block: add set_wakeup_handler to allow wake up notifications


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


# 308bc5e0 12-Oct-2016 Matthias Ringwald <[email protected]>

btstack_uart_block_embedded: remove data source on close


# 8aa44d5a 27-Apr-2016 Matthias Ringwald <[email protected]>

btstack_uart_embedded: fix typo, 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