aboutsummaryrefslogtreecommitdiff
path: root/tcl/board/frdm-kl46z.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'tcl/board/frdm-kl46z.cfg')
-rw-r--r--tcl/board/frdm-kl46z.cfg13
1 files changed, 13 insertions, 0 deletions
diff --git a/tcl/board/frdm-kl46z.cfg b/tcl/board/frdm-kl46z.cfg
new file mode 100644
index 00000000..16ffa8d6
--- /dev/null
+++ b/tcl/board/frdm-kl46z.cfg
@@ -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]