samples: blink_led: make it work for nrf52832-mdk

Add support for nRF52832-MDK to blink_led sample.

Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
This commit is contained in:
Jean-Paul Saman 2018-10-12 13:15:58 +02:00 committed by Kumar Gala
parent 4324333611
commit fea87ae717
2 changed files with 7 additions and 1 deletions

View File

@ -0,0 +1,6 @@
CONFIG_STDOUT_CONSOLE=y
CONFIG_PRINTK=y
CONFIG_PWM=y
CONFIG_LOG=y
CONFIG_PWM_LOG_LEVEL_DBG=y
CONFIG_PWM_NRF5_SW_0_CLOCK_PRESCALER=9

View File

@ -5,6 +5,6 @@ tests:
# 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 nrf52840_mdk
hexiwear_k64 colibri_imx7d_m4 nrf52832_mdk nrf52840_mdk
tags: drivers pwm
depends_on: pwm