zephyr/tests/drivers
Andrzej Głąbek b197fb0bbe drivers: spi: Kconfig.nrfx: Use RAM buffers for SPIMs by default
Enable by default the use of RAM buffers in the spi_nrfx_spim.c
driver for copying TX data located in flash (as SPIM peripherals
cannot transfer directly form flash). Without this patch, users can
get confused, especially when SPI transaction is used by an upper
level driver which does not check all error codes.
For size of the buffer, use the value used so far in the reel_board
default configuration and in the SPI loopback test, i.e. 8 bytes.

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
2020-09-14 16:02:59 -05:00
..
adc/adc_api device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
build_all drivers: sensor: Add VCNL4040 driver 2020-09-04 13:03:12 -05:00
can device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
clock_control tests: drivers: clock_control: Add LF clock start test 2020-09-10 21:31:01 +02:00
console sanitycheck: inclusive language 2020-08-27 07:04:07 -04:00
counter device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
dac tests: drivers: dac_loopback: Fix dependencies 2020-09-03 14:46:03 -05:00
dma tests: dma: loop_transfer: add board configurations 2020-09-03 21:50:58 +02:00
eeprom device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
entropy/api device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
flash device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
flash_simulator device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
gpio tests: gpio_api_1pin: fix failing test on reel_board 2020-09-09 15:12:11 +02:00
hwinfo/api zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
i2c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
i2s device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
ipm tests: Apply IRQ offload API change 2020-09-02 13:48:13 +02:00
kscan/kscan_api device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
led/led_api device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
pwm/pwm_api device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
sensor device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
spi/spi_loopback drivers: spi: Kconfig.nrfx: Use RAM buffers for SPIMs by default 2020-09-14 16:02:59 -05:00
uart tests: uart_async_api: build segger rtt driver 2020-09-03 21:51:28 +02:00
watchdog/wdt_basic_api device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00