flash: add openocd settings to nrf5

This commit is contained in:
sago35
2020-08-26 21:24:29 +09:00
committed by Ron Evans
parent 2194d447e9
commit ae01904ab0
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -14,5 +14,6 @@
"lib/nrfx/mdk/system_nrf51.c",
"src/device/nrf/nrf51.s"
],
"openocd-transport": "swd",
"openocd-target": "nrf51"
}
+1
View File
@@ -12,5 +12,6 @@
"lib/nrfx/mdk/system_nrf52.c",
"src/device/nrf/nrf52.s"
],
"openocd-transport": "swd",
"openocd-target": "nrf51"
}
+1
View File
@@ -12,5 +12,6 @@
"lib/nrfx/mdk/system_nrf52840.c",
"src/device/nrf/nrf52840.s"
],
"openocd-transport": "swd",
"openocd-target": "nrf51"
}