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
6f99b6d0e4
zephyr
/
tests
/
kernel
/
device
/
prj.conf
5 lines
85 B
Plaintext
Raw
Normal View
History
Unescape
Escape
tests: add test for device class/API Test APIs of device model and verify execution with power management enabled. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2018-02-15 12:36:01 +08:00
CONFIG_ZTEST=y
tests: device: cover device_get_binding() We had no coverage for invoking this from a system call. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2019-06-25 20:08:45 +08:00
CONFIG_TEST_USERSPACE=y
test: pm: device: Fix build options The test is using device and device runtime power management. Just including them to the test build. Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2021-10-08 00:06:45 +08:00
CONFIG_PM_DEVICE=y
CONFIG_PM_DEVICE_RUNTIME=y