From: Bdale Garbee Date: Thu, 10 Nov 2022 19:34:12 +0000 (-0700) Subject: ao-tools: return ao-flash-lpc operaton to "full speed" X-Git-Tag: 1.9.13~1^2~32 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=31f32f200c3f64b42617638eb2fc390857d2b2e6 ao-tools: return ao-flash-lpc operaton to "full speed" --- diff --git a/ao-tools/ao-flash/ao-flash-lpc b/ao-tools/ao-flash/ao-flash-lpc index 9e1d1cdb..62e223db 100755 --- a/ao-tools/ao-flash/ao-flash-lpc +++ b/ao-tools/ao-flash/ao-flash-lpc @@ -12,5 +12,6 @@ echo "program $file reset" > $cmds openocd \ -f interface/stlink-v2.cfg \ -f target/lpc11xx.cfg \ + -c 'adapter speed 1000' \ -f $cmds \ -c shutdown