cfg: add Freescale FRDM-KL46Z Board

Change-Id: Ib585728f13a380eeeb2ada095f3e1a1c2aaf44cb
Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk>
Reviewed-on: http://openocd.zylin.com/1866
Tested-by: jenkins
Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
This commit is contained in:
Spencer Oliver
2014-01-11 23:14:13 +00:00
parent 009f5c2af0
commit e18c958e82
2 changed files with 61 additions and 0 deletions

13
tcl/board/frdm-kl46z.cfg Normal file
View File

@@ -0,0 +1,13 @@
# This is an Freescale Freedom eval board with a single MKL46Z256VLL4 chip.
# http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=FRDM-KL46Z
#
source [find interface/cmsis-dap.cfg]
# increase working area to 16KB
set WORKAREASIZE 0x4000
# chip name
set CHIPNAME MKL46Z256VLL4
source [find target/kl46.cfg]