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
61f252fe33
zephyr
/
tests
/
drivers
/
kscan
/
kscan_api
/
prj.conf
5 lines
77 B
Plaintext
Raw
Normal View
History
Unescape
Escape
tests: drivers: kscan: Add simple API tests Introduce API tests for kscan driver Signed-off-by: Francisco Munoz <francisco.munoz.ruiz@intel.com>
2019-10-16 07:25:58 +08:00
CONFIG_KSCAN=y
ztest: Fix userspace ztests in new API Update the new API to use K_USER as the flags for both CONFIG_USERSPACE and CONFIG_TEST_USERSPACE. Also, fix the linker script to properly include the suites, tests, and rules. Fixes #44108 Signed-off-by: Yuval Peress <peress@google.com>
2022-04-06 01:42:31 +08:00
CONFIG_TEST_USERSPACE=y
tests: drivers: kscan: Add simple API tests Introduce API tests for kscan driver Signed-off-by: Francisco Munoz <francisco.munoz.ruiz@intel.com>
2019-10-16 07:25:58 +08:00
CONFIG_ZTEST=y
tests: drivers: kscan: move to new ztest API Move drivers kscan tests to use new ztest API Signed-off-by: Hu Zhenyu <zhenyu.hu@intel.com>
2022-09-08 09:26:51 +08:00
CONFIG_ZTEST_NEW_API=y