summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Ruben Bakke <glennbakke@gmail.com>2019-02-18 21:25:39 +0100
committerGlenn Ruben Bakke <glennbakke@gmail.com>2019-03-15 20:50:15 +0100
commita3a266a9c38a06269d517835eb0a93d8b25a9fa4 (patch)
tree37105f05fc97c5999324195976b41f5328a2cd0a
parentd3c1436e757b3a6d1230f0217de7db4ec9e5f816 (diff)
nrf/board: Migrate nrf52840 target to new BLE stack.
This patch moves pca10056/nrf52840 target board to use the new SoftDevice s140 v6.1.1 instead of the legacy v6.0.0.
-rw-r--r--ports/nrf/boards/pca10056/mpconfigboard.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/nrf/boards/pca10056/mpconfigboard.mk b/ports/nrf/boards/pca10056/mpconfigboard.mk
index 866698c0f..ca555d393 100644
--- a/ports/nrf/boards/pca10056/mpconfigboard.mk
+++ b/ports/nrf/boards/pca10056/mpconfigboard.mk
@@ -1,7 +1,7 @@
MCU_SERIES = m4
MCU_VARIANT = nrf52
MCU_SUB_VARIANT = nrf52840
-SOFTDEV_VERSION = 6.0.0
+SOFTDEV_VERSION = 6.1.1
LD_FILES += boards/nrf52840_1M_256k.ld
NRF_DEFINES += -DNRF52840_XXAA