History log of /btstack/src/hci_transport_em9304_spi.c (Results 1 – 19 of 19)
Revision Date Author Comments
# 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


# 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


# 8c7252e2 19-Jan-2020 Matthias Ringwald <[email protected]>

hci_transport_em9304_spi: avoid spi read for empty payload


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

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


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

MISRAC2012-Rule-14.4_d: use while(true) instead of while(1)


# 6535961a 02-Dec-2019 Matthias Ringwald <[email protected]>

ignore memcpy return value (always returns first parameter)


# 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


# b06dfe1f 13-Jul-2019 Matthias Ringwald <[email protected]>

hci_transport_em9304: fix payload size check


# ea374553 13-Jul-2019 Matthias Ringwald <[email protected]>

hci_transport_h4: fix payload size check


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

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


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

hci_transport_h4, hci_transport_em9304_spi.c: add checks for Event + SCO packet lengths


# 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


# aed1d832 20-Dec-2017 Matthias Ringwald <[email protected]>

em9304: fix RDY->RX transition


# 24b2b71b 20-Dec-2017 Matthias Ringwald <[email protected]>

em9304: enforce 4-byte alignment on SPI operations


# fc46bba0 20-Dec-2017 Matthias Ringwald <[email protected]>

em9304: process all received data at once, cleanup state machine


# f2e99339 20-Dec-2017 Matthias Ringwald <[email protected]>

em9304: change interface to provide callback on data available


# 161a5569 19-Dec-2017 Matthias Ringwald <[email protected]>

em9304: add hci_transport_em9304_spi.c