mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-27 07:49:05 +00:00
nano-33-ble: SoftDevice s140v7 support
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
{
|
||||
"build-tags": ["softdevice", "s140v7"],
|
||||
"linkerscript": "targets/nrf52840-s140v7.ld"
|
||||
"linkerscript": "targets/nrf52840-s140v7.ld",
|
||||
"ldflags": [
|
||||
"--defsym=__softdevice_stack=0x700"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user