Supported PWM at pins A0, D3, D5 and D6 which are also Arduino
compatible. Also the onboard red LED can be used with PWM.
The basic/{fade_led, blink_led} samples to apply to this board
seemlessly and operate on the onboard red LED.
Also supported RTC.
Signed-off-by: Ioannis Konstantelias <ikonstadel@gmail.com>
11 lines
368 B
YAML
11 lines
368 B
YAML
sample:
|
|
name: Blink LED (PWM based)
|
|
tests:
|
|
test:
|
|
# FIXME: We should remove those and just rely on depends_on
|
|
platform_whitelist: arduino_101 quark_d2000_crb
|
|
nucleo_f103rb nucleo_f302r8 nucleo_f401re nucleo_l476rg stm32f4_disco
|
|
hexiwear_k64 colibri_imx7d_m4 nrf52832_mdk nrf52840_mdk, nucleo_l496zg
|
|
tags: drivers pwm
|
|
depends_on: pwm
|