Skip to content

Commit 695f2c1

Browse files
samples: peripherals: Remove SoftDevice handler
SoftDevice handler is not needed by the boards as the SoftDevice is. Signed-off-by: Eivind Jølsgard <[email protected]>
1 parent 21de127 commit 695f2c1

File tree

5 files changed

+0
-5
lines changed

5 files changed

+0
-5
lines changed

samples/peripherals/buttons/prj.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ CONFIG_LOG_BACKEND_BM_UARTE=y
33

44
# Enabling SoftDevice is not strictly needed, though we are building with SoftDevice boards.
55
CONFIG_SOFTDEVICE=y
6-
CONFIG_NRF_SDH=y
76

87
CONFIG_BM_TIMER=y
98
CONFIG_BM_BUTTONS=y

samples/peripherals/leds/prj.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@ CONFIG_LOG_BACKEND_BM_UARTE=y
33

44
# Enabling SoftDevice is not strictly needed, though we are building with SoftDevice boards.
55
CONFIG_SOFTDEVICE=y
6-
CONFIG_NRF_SDH=y
76

87
CONFIG_CLOCK_CONTROL=y

samples/peripherals/lpuarte/prj.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ CONFIG_BM_UARTE_CONSOLE=n
66

77
# Enabling SoftDevice is not strictly needed, though we are building with SoftDevice boards.
88
CONFIG_SOFTDEVICE=y
9-
CONFIG_NRF_SDH=y
109

1110
CONFIG_BM_TIMER=y
1211
CONFIG_CLOCK_CONTROL=y

samples/peripherals/timer/prj.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ CONFIG_LOG_BACKEND_BM_UARTE=y
33

44
# Enabling SoftDevice is not strictly needed, though we are building with SoftDevice boards.
55
CONFIG_SOFTDEVICE=y
6-
CONFIG_NRF_SDH=y
76

87
CONFIG_BM_TIMER=y
98
CONFIG_CLOCK_CONTROL=y

samples/peripherals/uarte/prj.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ CONFIG_BM_UARTE_CONSOLE=y
33

44
# Enabling SoftDevice is not strictly needed, though we are building with SoftDevice boards.
55
CONFIG_SOFTDEVICE=y
6-
CONFIG_NRF_SDH=y
76

87
CONFIG_CLOCK_CONTROL=y
98

0 commit comments

Comments
 (0)