nano-33-ble: SoftDevice s140v7 support

This commit is contained in:
Yurii Soldak
2021-10-25 20:58:56 +02:00
committed by Ron Evans
parent 02ef64f012
commit c2165f74d8
4 changed files with 12 additions and 5 deletions
+4 -1
View File
@@ -1,4 +1,7 @@
{
"build-tags": ["softdevice", "s140v7"],
"linkerscript": "targets/nrf52840-s140v7.ld"
"linkerscript": "targets/nrf52840-s140v7.ld",
"ldflags": [
"--defsym=__softdevice_stack=0x700"
]
}