This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
c544926b37
zephyr
/
tests
/
drivers
/
spi
/
dt_spec
/
prj.conf
5 lines
65 B
Plaintext
Raw
Normal View
History
Unescape
Escape
tests: drivers: spi: Add test for the SPI_DT_SPEC initializer macro Adds a new test for the SPI_DT_SPEC initializer macro to reproduce the XCC build failure reported in #43745 on the intel_adsp_cavs15 board. Signed-off-by: Maureen Helm <maureen.helm@intel.com>
2022-03-19 00:00:15 +08:00
CONFIG_ZTEST=y
tests: drivers: spi: move the dt_spec test to new ztest API Migrate the testsuite tests/drivers/spi/dt_spec to the new ztest API. Signed-off-by: Enjia Mai <enjia.mai@intel.com>
2022-08-24 22:29:54 +08:00
CONFIG_ZTEST_NEW_API=y
tests: drivers: spi: Add test for the SPI_DT_SPEC initializer macro Adds a new test for the SPI_DT_SPEC initializer macro to reproduce the XCC build failure reported in #43745 on the intel_adsp_cavs15 board. Signed-off-by: Maureen Helm <maureen.helm@intel.com>
2022-03-19 00:00:15 +08:00
CONFIG_SPI=y
CONFIG_GPIO=y