Skip to content

Commit 689dd61

Browse files
committed
nrf: nrf52833: use s140 v7.0.1
Previously, we were using v6.1.1 which worked, but was unsupported. v7.0.1 is the first version of s140 that supports the nRF52833. Signed-off-by: Sean Cross <[email protected]>
1 parent 09bef7b commit 689dd61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/nrf/mpconfigport.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ MCU_VARIANT = nrf52
8181
MCU_SUB_VARIANT = nrf52833
8282

8383
SD ?= s140
84-
SOFTDEV_VERSION ?= 6.1.0
84+
SOFTDEV_VERSION ?= 7.0.1
8585

8686
BOOT_SETTING_ADDR = 0x7F000
8787
NRF_DEFINES += -DNRF52833_XXAA -DNRF52833

0 commit comments

Comments
 (0)