iar_lpc1768.cfg 406 B

123456789101112131415161718
  1. # SPDX-License-Identifier: GPL-2.0-or-later
  2. # Board from IAR KickStart Kit for LPC1768
  3. # See www.iar.com and also
  4. # http://www.olimex.com/dev/lpc-1766stk.html
  5. #
  6. source [find target/lpc17xx.cfg]
  7. # The chip has just been reset.
  8. #
  9. $_TARGETNAME configure -event reset-init {
  10. # FIXME update the core clock to run at 100 MHz;
  11. # and update JTAG clocking similarly; then
  12. # make CCLK match,
  13. flash probe 0
  14. }