mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-06 03:53:42 +00:00
flash: add openocd settings to nrf5
This commit is contained in:
@@ -14,5 +14,6 @@
|
||||
"lib/nrfx/mdk/system_nrf51.c",
|
||||
"src/device/nrf/nrf51.s"
|
||||
],
|
||||
"openocd-transport": "swd",
|
||||
"openocd-target": "nrf51"
|
||||
}
|
||||
|
||||
@@ -12,5 +12,6 @@
|
||||
"lib/nrfx/mdk/system_nrf52.c",
|
||||
"src/device/nrf/nrf52.s"
|
||||
],
|
||||
"openocd-transport": "swd",
|
||||
"openocd-target": "nrf51"
|
||||
}
|
||||
|
||||
@@ -12,5 +12,6 @@
|
||||
"lib/nrfx/mdk/system_nrf52840.c",
|
||||
"src/device/nrf/nrf52840.s"
|
||||
],
|
||||
"openocd-transport": "swd",
|
||||
"openocd-target": "nrf51"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user