aboutsummaryrefslogtreecommitdiffhomepage
path: root/targets
diff options
context:
space:
mode:
authordeadprogram <[email protected]>2020-06-24 20:11:49 +0200
committerAyke <[email protected]>2020-06-30 14:08:20 +0200
commit2dbe29327a6c568b2fff85c5d75c03393d4b5be2 (patch)
tree084c39b9aa38f614bdb56e6467105e144abc6857 /targets
parentde0fbb5e2f92384eba39d42322b7194049302a3f (diff)
downloadtinygo-2dbe29327a6c568b2fff85c5d75c03393d4b5be2.tar.gz
tinygo-2dbe29327a6c568b2fff85c5d75c03393d4b5be2.zip
machine/stm32f4disco: add updated target file for newer version of board that have updated st-link
Signed-off-by: deadprogram <[email protected]>
Diffstat (limited to 'targets')
-rw-r--r--targets/stm32f4disco-1.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/targets/stm32f4disco-1.json b/targets/stm32f4disco-1.json
new file mode 100644
index 000000000..173ef3d3b
--- /dev/null
+++ b/targets/stm32f4disco-1.json
@@ -0,0 +1,4 @@
+{
+ "inherits": ["stm32f4disco"],
+ "openocd-interface": "stlink-v2-1"
+}