mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 05:02:38 +00:00
The hexiwear_k64 board can drive the leds with a pwm, so update the blink_led sample to work with this board. Reduces the maximum blinking frequency from 500 Hz to 64 Hz because your eye can't distinguish these higher frequencies (the led appears solidly on). Increases the minimum blinking frequency from 0.5 Hz to 1 Hz because the mcux pwm driver can't handle frequencies less than 1 Hz. Jira: ZEP-2025 Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
9 lines
215 B
YAML
9 lines
215 B
YAML
sample:
|
|
description: TBD
|
|
name: TBD
|
|
tests:
|
|
- test:
|
|
build_only: true
|
|
platform_whitelist: arduino_101 quark_d2000_crb nucleo_f103rb nucleo_f401re nucleo_l476rg hexiwear_k64
|
|
tags: apps
|