Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
authorBdale Garbee <bdale@gag.com>
Tue, 13 Apr 2021 00:27:17 +0000 (18:27 -0600)
committerBdale Garbee <bdale@gag.com>
Tue, 13 Apr 2021 00:27:17 +0000 (18:27 -0600)
ao-tools/ao-flash/ao-flash-stm32f0x

index 45643a4ffbfe15eea251a2c52b57c7537630e735..89e266438693e4f10d5734d6282cffb08543a5c4 100755 (executable)
@@ -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