Import xPack OpenOCD 0.12.0-7 and GNU Make 4.4.1 from x86_64-w64-mingw32.
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
# This is an Freescale Freedom eval board with a single MKL25Z128VLK4 chip.
|
||||
# http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=FRDM-KL25Z
|
||||
#
|
||||
|
||||
source [find interface/cmsis-dap.cfg]
|
||||
|
||||
# increase working area to 16KB
|
||||
set WORKAREASIZE 0x4000
|
||||
|
||||
# chip name
|
||||
set CHIPNAME MKL25Z128VLK4
|
||||
|
||||
reset_config srst_only
|
||||
|
||||
source [find target/kl25.cfg]
|
||||
Reference in New Issue
Block a user