diff options
| author | Sean Cross <sean@xobs.io> | 2020-04-22 13:34:11 +0800 |
|---|---|---|
| committer | Sean Cross <sean@xobs.io> | 2020-04-22 13:34:11 +0800 |
| commit | 689dd613791439b04b2cce6a45ebb9b99c95d098 (patch) | |
| tree | bb6e97688bf12d8ec228e66b16a3774831f06044 | |
| parent | 09bef7b0e16199f3d6886e6be73d70e26fe7abbc (diff) | |
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 <sean@xobs.io>
| -rw-r--r-- | ports/nrf/mpconfigport.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/nrf/mpconfigport.mk b/ports/nrf/mpconfigport.mk index e483d455e..410d3750e 100644 --- a/ports/nrf/mpconfigport.mk +++ b/ports/nrf/mpconfigport.mk @@ -81,7 +81,7 @@ MCU_VARIANT = nrf52 MCU_SUB_VARIANT = nrf52833 SD ?= s140 -SOFTDEV_VERSION ?= 6.1.0 +SOFTDEV_VERSION ?= 7.0.1 BOOT_SETTING_ADDR = 0x7F000 NRF_DEFINES += -DNRF52833_XXAA -DNRF52833 |
