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:
parent
121a9e41b2
commit
baa1a62310
3 changed files with 5 additions and 5 deletions
|
@ -212,6 +212,7 @@
|
||||||
/lib/posix/ @pfalcon
|
/lib/posix/ @pfalcon
|
||||||
/kernel/device.c @andrewboie @andyross @nashif
|
/kernel/device.c @andrewboie @andyross @nashif
|
||||||
/kernel/idle.c @andrewboie @andyross @nashif
|
/kernel/idle.c @andrewboie @andyross @nashif
|
||||||
|
/samples/basic/servo_motor/*microbit* @jhe
|
||||||
/samples/bluetooth/ @sjanc @jhedberg @Vudentz
|
/samples/bluetooth/ @sjanc @jhedberg @Vudentz
|
||||||
/samples/boards/intel_s1000_crb/ @sathishkuttan @rgundi @nashif
|
/samples/boards/intel_s1000_crb/ @sathishkuttan @rgundi @nashif
|
||||||
/samples/display/ @vanwinkeljan
|
/samples/display/ @vanwinkeljan
|
||||||
|
|
4
samples/basic/servo_motor/bbc_microbit.overlay
Normal file
4
samples/basic/servo_motor/bbc_microbit.overlay
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
|
||||||
|
&sw_pwm {
|
||||||
|
clock-prescaler = <3>;
|
||||||
|
};
|
|
@ -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
|
|
Loading…
Add table
Add a link
Reference in a new issue