samples: servo_motor: Fix servo_motor sample to use new DT options

1. Remove microbit Kconfig conf file.
2. Include microbit DT overlay with prescaler setting.
3. Set codeowner of servo_motor bbc_microbit to @jhe

Signed-off-by: Gaute Gamnes <gaute.gamnes@nordicsemi.no>
This commit is contained in:
Gaute Gamnes 2019-03-12 09:06:07 +01:00 committed by Carles Cufí
parent 121a9e41b2
commit baa1a62310
3 changed files with 5 additions and 5 deletions

View file

@ -212,6 +212,7 @@
/lib/posix/ @pfalcon
/kernel/device.c @andrewboie @andyross @nashif
/kernel/idle.c @andrewboie @andyross @nashif
/samples/basic/servo_motor/*microbit* @jhe
/samples/bluetooth/ @sjanc @jhedberg @Vudentz
/samples/boards/intel_s1000_crb/ @sathishkuttan @rgundi @nashif
/samples/display/ @vanwinkeljan

View file

@ -0,0 +1,4 @@
&sw_pwm {
clock-prescaler = <3>;
};

View file

@ -1,5 +0,0 @@
CONFIG_STDOUT_CONSOLE=y
CONFIG_PRINTK=y
CONFIG_PWM=y
CONFIG_PWM_NRF5_SW=y
CONFIG_PWM_NRF5_SW_0_CLOCK_PRESCALER=3