ao-tools/ao-flash-lpc: Adapt to current openocd LPC support
authorKeith Packard <keithp@keithp.com>
Thu, 2 Mar 2017 21:37:12 +0000 (13:37 -0800)
committerKeith Packard <keithp@keithp.com>
Thu, 2 Mar 2017 21:37:12 +0000 (13:37 -0800)
commitf004eaa2c26b4c61a8c3de2c0667a4e9865e704d
treebdea9eb655b7e89dbedf4c6e88fb512b4b6691a2
parent59aaac44e3e164b326518b324b52d115fbb76fca
ao-tools/ao-flash-lpc: Adapt to current openocd LPC support

Openocd 0.9.0 has generalized the lpc11xx support for all lpc11xx
processors, not just the lpc11u14. This replaces the specific
lpc11u14.cfg with the general lpc11xx.cfg file.

Unlike the build we were using, this doesn't adjust the
'verify' command to adapt for the checksum which gets added during the
flashing process. Hence, we disable verification and trust that if the
flash loader works to load the OS, it's fine.

Signed-off-by: Keith Packard <keithp@keithp.com>
ao-tools/ao-flash/ao-flash-lpc