From 7628bd279fe962674ad74fcf939bbe2234d5da41 Mon Sep 17 00:00:00 2001 From: James Clark Date: Wed, 21 Sep 2022 16:41:05 -0500 Subject: [PATCH] add softdevice configuration to particle boron --- boards/particle_boron.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/boards/particle_boron.json b/boards/particle_boron.json index cf161380..0e2eb820 100644 --- a/boards/particle_boron.json +++ b/boards/particle_boron.json @@ -2,7 +2,13 @@ "build": { "cpu": "cortex-m4", "f_cpu": "64000000L", - "mcu": "nrf52840" + "mcu": "nrf52840", + "softdevice": { + "sd_flags": "-DS140", + "sd_name": "s140", + "sd_version": "6.1.1", + "sd_fwid": "0x00B6" + } }, "connectivity": [ "bluetooth"