X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ao-tools%2Fao-flash%2Fao-flash-stm32f0x;h=89e266438693e4f10d5734d6282cffb08543a5c4;hb=HEAD;hp=45643a4ffbfe15eea251a2c52b57c7537630e735;hpb=643c2fb03833d658320f476ef731bbb06fe3cc31;p=fw%2Faltos 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