aboutsummaryrefslogtreecommitdiffhomepage
path: root/targets
diff options
context:
space:
mode:
authorKenneth Bell <[email protected]>2021-12-28 18:59:33 +0000
committerRon Evans <[email protected]>2022-01-04 20:27:41 +0100
commite046b23773603be13d9b57047a3fbbf201bb5f99 (patch)
treec48a38ad32678d0b9de300426994138aa5b9acab /targets
parent0099d470024614cf8d8361a7110a9be90e7412aa (diff)
downloadtinygo-e046b23773603be13d9b57047a3fbbf201bb5f99.tar.gz
tinygo-e046b23773603be13d9b57047a3fbbf201bb5f99.zip
stm32l552ze: use supported stlink interface
Diffstat (limited to 'targets')
-rw-r--r--targets/nucleo-l552ze.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/targets/nucleo-l552ze.json b/targets/nucleo-l552ze.json
index 044b58371..9ee436808 100644
--- a/targets/nucleo-l552ze.json
+++ b/targets/nucleo-l552ze.json
@@ -7,6 +7,6 @@
"src/device/stm32/stm32l552.s"
],
"flash-method": "openocd",
- "openocd-interface": "stlink-v2-1",
+ "openocd-interface": "stlink",
"openocd-target": "stm32l5x"
} \ No newline at end of file