zephyr/tests/drivers
Maureen Helm 9346ded0af tests: pwm_api: Use smaller pwm period cycles on k64-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
k64-based boards, fixing the test for frdm_k64f and hexiwear_k64 boards.

The test is not changed for i.mx rt boards because the pwm clock source
on these boards is much faster than on k64 boards, and thus the same pwm
frequency operation does not underflow.

Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
2019-08-13 09:33:31 -05:00
..
adc/adc_api tests: nucleo_wb55rg: add adc test 2019-07-31 05:38:25 -04:00
build_all drivers: sensors: Add Si7006 temperature/humidity sensor driver 2019-08-06 15:05:25 -05:00
can cleanup: include/: move can.h to drivers/can.h 2019-06-27 22:55:49 -04:00
counter drivers: counter: Add optional flags to alarm configuration structure 2019-07-10 07:42:12 -05:00
dma cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
entropy/api cleanup: include/: move entropy.h to drivers/entropy.h 2019-06-27 22:55:49 -04:00
flash_simulator drivers/flash/flash_simulator: fix flash size calculation 2019-07-17 13:49:26 -07:00
gpio/gpio_basic_api tests: gpio: remove whitelisting 2019-07-12 05:54:16 -07:00
hwinfo/api cleanup: include/: move hwinfo.h to drivers/hwinfo.h 2019-06-27 22:55:49 -04:00
i2c dts: Make instance defines consistent 2019-07-30 17:10:31 -05:00
i2s cleanup: include/: move i2s.h to drivers/i2s.h 2019-06-27 22:55:49 -04:00
ipm boards: remove quarl_se_c1000 2019-07-29 21:30:25 -07:00
pci_enum license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
pinmux/pinmux_basic_api boards: remove arduino 101 and related boards 2019-07-29 21:30:25 -07:00
pwm/pwm_api tests: pwm_api: Use smaller pwm period cycles on k64-based boards 2019-08-13 09:33:31 -05:00
rtc/rtc_basic_api cleanup: include/: move rtc.h to drivers/rtc.h 2019-06-27 22:55:49 -04:00
spi/spi_loopback boards: arm: stm32mp157c_dk2: Add SPI support 2019-08-05 13:52:34 -05:00
uart tests: drivers: Fix coverity issue 198873 2019-07-30 13:47:37 +03:00
watchdog/wdt_basic_api cleanup: include/: move watchdog.h to drivers/watchdog.h 2019-06-27 22:55:49 -04:00