zephyr/samples
Andrzej Głąbek 9856554751 samples: bluetooth: Fix hci_spi sample
This commit fixes the following issues introduced when switching to
the new SPI API in commit e7de85b5343f2ed118a5c4a043ab7bbae9eec608:
- the SPI slave operating mode (and support for it) was not properly
  selected (the setting was missing in the sample probably because
  the old nRF SPI slave driver used in this sample was not checking
  the requested mode at all)
- the `txmsg` buffer filled with 0xFF values in the `bt_tx_thread`
  function was improperly used afterwards in `spi_send` to transmit
  the slave header frame
- the common structures defining buffers for SPI transactions (`tx`
  and `rx`) were modified in `spi_send` before the corresponding
  semaphore was taken, resulting in data corruption

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
2019-02-01 19:12:57 -05:00
..
application_development dts: Remove mcuboot.overlay 2019-02-01 10:16:06 -06:00
basic
bluetooth samples: bluetooth: Fix hci_spi sample 2019-02-01 19:12:57 -05:00
boards drivers: mb_display: remove usage of gpio_port_ functions. 2019-02-01 08:57:58 -05:00
cpp_synchronization
crypto/mbedtls_benchmark
display display: ili9340: Convert to new DT_<COMPAT>_<INSTANCE> defines 2019-01-29 15:25:46 -06:00
drivers led: lp3943: Remove dts_fixup.h 2019-01-31 09:09:36 -06:00
gui display: ili9340: Convert to new DT_<COMPAT>_<INSTANCE> defines 2019-01-29 15:25:46 -06:00
hello_world
mpu samples: mpu_stack_guard_test: adapt filters 2019-01-29 15:03:38 -05:00
net net/context: Make recv_cb providing the ip and protocol headers 2019-02-01 14:34:38 +02:00
nfc/nfc_hello
philosophers
portability
sensor samples: fxos8700-hid: Don't use CONFIG_ namespace for non Kconfig 2019-02-01 19:01:16 -05:00
shields driver/sensor: lps25hb: align driver to auto-generated dts macros 2019-02-01 04:19:42 -06:00
subsys samples: smp_svr: Surrounding BLE code with #ifdefs 2019-02-01 19:09:46 -05:00
synchronization
testing/integration
userspace app_shmem: auto-initialize partitions 2019-01-30 23:15:51 -05:00
xtensa_asm2
kernel.rst
samples.rst doc: reduce sample index clutter 2019-01-26 18:52:54 -05:00