mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-04 02:57:46 +00:00
0c2ab895b7
Signed-off-by: deadprogram <ron@hybridgroup.com>
8 lines
147 B
JSON
8 lines
147 B
JSON
{
|
|
"build-tags": ["softdevice", "s140v7"],
|
|
"linkerscript": "targets/nrf52833-s140v7.ld",
|
|
"ldflags": [
|
|
"--defsym=__softdevice_stack=0x700"
|
|
]
|
|
}
|