zephyr/samples
Corentin Dorothée 37aca482e9 samples: hci_spi: Fix cmd_hdr and acl_hdr usage
Fixes #27266.
cmd_hdr and acl_hdr local structs were read but never written.
Causing unpredictable errors in bt_tx_thread such as :
"Invalid HCI CMD packet length" in hci.c:2280
or Imprecise data bus errors on nrf52810.

cmd_hdr and acl_hdr are now filled with the received data
from SPI Master.

Signed-off-by: Corentin Dorothée <corentin.dorothee@gmail.com>
2020-08-04 17:53:18 +02:00
..
application_development boards: dts: Fix broken link in comment 2020-07-31 09:00:32 -05:00
basic treewide: remove unnecessary DT GPIO/PWM flags checks 2020-08-04 07:35:26 -05:00
bluetooth samples: hci_spi: Fix cmd_hdr and acl_hdr usage 2020-08-04 17:53:18 +02:00
boards board: arm: google_kukui: Add a sample for kukui 2020-07-08 19:21:40 -04:00
cpp_synchronization samples: cpp_synchronization: filter for integration 2020-07-30 08:00:03 -04:00
display samples: display: lvgl: add note about LOG_STRDUP settings 2020-07-27 15:06:22 +02:00
drivers drivers: counter: Add native_posix counter hardware model and driver 2020-07-27 13:25:50 +02:00
hello_world samples: hello_world: filter for integration 2020-07-30 08:00:03 -04:00
mpu zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
net net: lwm2m: Fix Security and Server object instance matching 2020-08-04 16:29:40 +02:00
philosophers samples: philosophers: enable for integration testing 2020-07-30 08:00:03 -04:00
portability zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
posix samples: posix: eventfd: bugfix for regex check 2020-06-19 15:17:37 +02:00
scheduler zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
sensor MXRT600: Add I2C support 2020-07-31 08:23:20 -05:00
shields samples: shields: x_nucleo_iks0xax: exclude lpcxpresso55s16_ns board 2020-06-19 15:18:16 +02:00
smp samples: pi: add integration support 2020-07-30 08:00:03 -04:00
subsys treewide: remove unnecessary DT GPIO/PWM flags checks 2020-08-04 07:35:26 -05:00
synchronization
testing/integration
tfm_integration zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
userspace sys: util: Added separator to FOR_EACH_ macros 2020-06-10 11:58:13 +02:00
video
classic.rst
index.rst