zephyr/tests/drivers/pwm/pwm_api
Maureen Helm 6dc38b570c tests: pwm_api: Use smaller pwm period cycles on kw41z-based boards
The mcux pwm drivers use period cycles as a divisor to calculate the pwm
frequency in hertz. This operation can underflow easily with large
values of period cycles relative to the pwm clock source, causing the
driver to return an error code and the pwm_api test to fail.

Updates the test to use the smaller set of period and pulse cycles on
kw41z-based boards, fixing the test for the frdm_kw41z board.

Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
2020-07-13 13:11:37 +02:00
..
src tests: pwm_api: Use smaller pwm period cycles on kw41z-based boards 2020-07-13 13:11:37 +02:00
CMakeLists.txt tests: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
prj.conf tests: Add PWM driver api test 2017-01-12 15:54:16 +00:00
testcase.yaml tests: fix test identifiers 2019-12-09 15:53:44 -05:00