History log of /btstack/src/hci_transport_h5.c (Results 1 – 25 of 61)
Revision Date Author Comments
# f0a0831c 06-Sep-2024 Dirk Helbig <[email protected]>

hci_transport_h5: fix warnings


# 3bdd72a8 06-May-2024 Matthias Ringwald <[email protected]>

hci_transport_h5: forward ISO packets, ignore unknown packet types


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

Avoid __ prefix in defines


# 2aa68e5a 18-Jan-2023 Zhang qingbao <[email protected]>

hci_transport_h5: fix send h5 wakeup cmd on timeout.


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

license: update text


# c8dfe071 26-Mar-2021 Matthias Ringwald <[email protected]>

hci_transport: extract convenience function declaration for h4, h5, em9304_spi, and usb into separate hci_transport_{type}.h


# fd95f945 04-Mar-2021 Matthias Ringwald <[email protected]>

hci_transport_h5: conditional compile if ENABLE_H5


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

hci_transport: add parity to hci_transport_config_uart_t


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

hci_transport_h5: new implementation based on btstack_uart driver with SLIP support


# a8d51f09 27-Oct-2020 Matthias Ringwald <[email protected]>

add missing default switch cases


# 60030d2c 24-Aug-2020 Matthias Ringwald <[email protected]>

hci_transport_h5: set timeout handler during hci_transport_link_init


# 2992f734 23-Jul-2020 Matthias Ringwald <[email protected]>

hci_transport_h5: fix compile


# 4ea43905 23-Jul-2020 Matthias Ringwald <[email protected]>

MISRAC2012-Rule-10.4_a: append 'u' to constant literals when used in unsigned expressions or comparisons


# 0d1523fe 14-May-2020 Matthias Ringwald <[email protected]>

fix warnings


# 8334d3d8 17-Jan-2020 Matthias Ringwald <[email protected]>

MISRAC2012-Rule-8.9: inline const objects that are used by single function


# 6e791780 03-Dec-2019 Matthias Ringwald <[email protected]>

MISRAC2012-Rule-11.9: use NULL instead of 0


# 0e588213 19-Nov-2019 Matthias Ringwald <[email protected]>

MISRAC2012-Rule-12.1: add suggested parentheses


# c1ab6cc1 19-Nov-2019 Matthias Ringwald <[email protected]>

MISRAC2012-Rule-12.1: add suggested parentheses


# cebe3e9e 30-Oct-2019 Matthias Ringwald <[email protected]>

fix compile warnings (unused param, signed / unsigned comparison)


# c682b8ec 15-Aug-2019 Matthias Ringwald <[email protected]>

hci transport h4/h5/em9304: ignore block read/sent from UART driver when closed


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

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


# 8b29284b 12-Mar-2019 Matthias Ringwald <[email protected]>

hci_transport_h5: use main baudrate for nominal frame receive time


# fc6cde64 23-Jul-2018 Matthias Ringwald <[email protected]>

Replaced HCI_PACKET_BUFFER_SIZE with HCI_INCOMING_PACKET_BUFFER_SIZE and HCI_OUTGOING_PACKET_BUFFER_SIZE


# 9f5265c3 02-Nov-2017 Matthias Ringwald <[email protected]>

hci_transport_h5: disable forced log_debug


# e9ff703e 12-Oct-2017 Matthias Ringwald <[email protected]>

h5: track time receiving SLIP frame


123