Skip to content

Commit 098fb5f

Browse files
aykevldeadprogram
authored andcommitted
nrf52840: add build tags for SoftDevice support
The SoftDevice should already be installed on these chips. Adding the right build tags makes them work with the bluetooth package. I did not change the HasLowFrequencyCrystal property: all these boards use the MDBT50Q which appears to include a low-frequency oscillator. That is, I tested the ItsyBitsy nRF52840 with the property set to true and advertisement worked just fine.
1 parent 47a975a commit 098fb5f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

targets/clue_alpha.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"inherits": ["nrf52840"],
3-
"build-tags": ["clue_alpha","nrf52840_reset_uf2"],
3+
"build-tags": ["clue_alpha","nrf52840_reset_uf2", "softdevice", "s140v6"],
44
"flash-1200-bps-reset": "true",
55
"flash-method": "msd",
66
"msd-volume-name": "FTHR840BOOT",

targets/feather-nrf52840.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"inherits": ["nrf52840"],
3-
"build-tags": ["feather_nrf52840","nrf52840_reset_uf2"],
3+
"build-tags": ["feather_nrf52840","nrf52840_reset_uf2", "softdevice", "s140v6"],
44
"flash-1200-bps-reset": "true",
55
"flash-method": "msd",
66
"msd-volume-name": "FTHR840BOOT",

targets/itsybitsy-nrf52840.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"inherits": ["nrf52840"],
3-
"build-tags": ["itsybitsy_nrf52840","nrf52840_reset_uf2"],
3+
"build-tags": ["itsybitsy_nrf52840","nrf52840_reset_uf2", "softdevice", "s140v6"],
44
"flash-1200-bps-reset": "true",
55
"flash-method": "msd",
66
"msd-volume-name": "ITSY840BOOT",

0 commit comments

Comments
 (0)