From 9c26fe3e4fddfd2a3f3e5a7da68ef65422053063 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Mon, 12 Apr 2021 18:26:46 -0600 Subject: [PATCH] ao-tools: update ao-flash-stm32f0x to work with openocd in Debian unstable --- ao-tools/ao-flash/ao-flash-stm32f0x | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ao-tools/ao-flash/ao-flash-stm32f0x b/ao-tools/ao-flash/ao-flash-stm32f0x index 45643a4f..89e26643 100755 --- a/ao-tools/ao-flash/ao-flash-stm32f0x +++ b/ao-tools/ao-flash/ao-flash-stm32f0x @@ -10,7 +10,7 @@ trap "rm $cmds" 0 1 15 file="$1" echo "program $file verify reset" > $cmds openocd \ - -f interface/stlink-v2.cfg \ - -f target/stm32f0x_stlink.cfg \ + -f interface/stlink.cfg \ + -f target/stm32f0x.cfg \ -f $cmds \ -c shutdown -- 2.30.2