frdm-kl25z.cfg 390 B

1234567891011121314151617
  1. # SPDX-License-Identifier: GPL-2.0-or-later
  2. # This is an Freescale Freedom eval board with a single MKL25Z128VLK4 chip.
  3. # http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=FRDM-KL25Z
  4. #
  5. source [find interface/cmsis-dap.cfg]
  6. # increase working area to 16KB
  7. set WORKAREASIZE 0x4000
  8. # chip name
  9. set CHIPNAME MKL25Z128VLK4
  10. reset_config srst_only
  11. source [find target/kl25.cfg]