Skip to content

Commit 3cedebd

Browse files
aykevldeadprogram
authored andcommitted
nrf: fix nrf52-s132v6 config
In my excitement to get the SoftDevice PR ready, I made two mistakes. They're fixed in this commit. * Add the `s132v6` build tag. * Remove the (old) `ldscript` property. This fixes the following issue: tinygo-org/bluetooth#1
1 parent 118af9d commit 3cedebd

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

targets/nrf52-s132v6.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"build-tags": ["softdevice"],
2+
"build-tags": ["softdevice", "s132v6"],
33
"linkerscript": "targets/nrf52-s132v6.ld"
44
}

targets/pca10040-s132v6.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
{
2-
"inherits": ["pca10040", "nrf52-s132v6"],
3-
"ldscript": "targets/nrf52-s132v6.ld"
2+
"inherits": ["pca10040", "nrf52-s132v6"]
43
}

0 commit comments

Comments
 (0)