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
fb60aab245
zephyr
/
tests
/
drivers
/
pwm
/
pwm_api
/
prj.conf
4 lines
52 B
Plaintext
Raw
Normal View
History
Unescape
Escape
tests: Add PWM driver api test The commit verify below PWM apis pwm_pin_set_cycles() pwm_pin_set_usec test PWM apis under always-on, half-on and alway-off modes Change-Id: I2251be23ad9c443703dac44e138651a63d2d7211 Signed-off-by: jing wang <jing.j.wang@intel.com>
2017-01-10 14:33:38 +08:00
CONFIG_PWM=y
CONFIG_ZTEST=y
tests: drivers: pwm: api: run PWM tests in user space Run the PWM API tests in user space. Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
2020-12-31 05:30:09 +08:00
CONFIG_TEST_USERSPACE=y