From: Bdale Garbee Date: Tue, 13 Apr 2021 00:26:46 +0000 (-0600) Subject: ao-tools: update ao-flash-stm32f0x to work with openocd in Debian unstable X-Git-Tag: 1.9.7~1^2~13 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=9c26fe3e4fddfd2a3f3e5a7da68ef65422053063 ao-tools: update ao-flash-stm32f0x to work with openocd in Debian unstable --- 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