zephyr/tests
Qiu Peiyang 1124da16de tests: add zephyr SPI driver api test case
This commit verifies the below SPI driver apis:
	spi_configure()
	spi_slave_select()
	spi_write()
	spi_transceive()

Verify SPI work in SPI_MODE_CPOL, SPI_MODE_CPHA,
and SPI_MODE_CPOL | SPI_MODE_CPHA.

Jira: ZEP-1626

Change-Id: I1985ac6ff8269ac908817644a844720f2d7a125c
Signed-off-by: Qiu Peiyang <peiyangx.qiu@intel.com>
Signed-off-by: Sergio Rodriguez <sergio.sf.rodriguez@intel.com>
2017-03-07 23:00:54 +00:00
..
benchmarks libc: attribute minimal libc printf style functions with __printf_like 2017-03-02 08:46:30 -06:00
bluetooth
booting/stub
compliance
crypto Revert "tests/crypto: Update testcase.ini to build on more platforms" 2017-02-23 07:13:42 -08:00
drivers tests: add zephyr SPI driver api test case 2017-03-07 23:00:54 +00:00
fs/fat_fs_api
include
kernel tests: sprintf: fixed sprintf usage 2017-03-03 18:38:06 +00:00
legacy libc: attribute minimal libc printf style functions with __printf_like 2017-03-02 08:46:30 -06:00
net iot/zoap: Fix requiring that the buffer is unchanged for retransmit 2017-02-27 10:28:54 +02:00
power tests/power/multicorei/lmt: Fix RTC configuration 2017-02-23 13:17:47 +00:00
subsys/debug/gdb_server
unit lifo: Make use of k_queue as implementation 2017-02-27 21:20:53 +00:00
ztest ztest: shorten line longer than 80 characters 2017-03-01 13:18:33 +00:00
defaults.tc
Kconfig
Makefile
Makefile.test