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
555c60631a
zephyr
/
tests
/
drivers
/
pwm
/
pwm_api
/
Makefile
5 lines
93 B
Makefile
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
BOARD
?=
quark_se_c1000_devboard
tests/pwm: enable PWM case to work on D2000 board This test case uses PWM0 port to test PWM on Quark Se. However PWM0 port on Quark D2000 is initialized as tdo, not PWM0 and disabling tdo will kill JTAG on D2000. So use PWM1 and add PINMUX setting code to configure PIN_24 as PWM1 port, then the case will work on D2000 board. Change-Id: Ib28d4750dac7396529388b781fb64bde048139d6 Signed-off-by: Qiu Peiyang <peiyangx.qiu@intel.com>
2017-01-13 11:36:29 +08:00
CONF_FILE
?=
prj.conf
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
i
n
c
l
u
d
e
$
{
Z
E
P
H
Y
R
_
B
A
S
E
}
/
M
a
k
e
f
i
l
e
.
t
e
s
t