aboutsummaryrefslogtreecommitdiff
path: root/tcl/target/lpc13xx.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'tcl/target/lpc13xx.cfg')
-rw-r--r--tcl/target/lpc13xx.cfg8
1 files changed, 8 insertions, 0 deletions
diff --git a/tcl/target/lpc13xx.cfg b/tcl/target/lpc13xx.cfg
new file mode 100644
index 00000000..3d128c96
--- /dev/null
+++ b/tcl/target/lpc13xx.cfg
@@ -0,0 +1,8 @@
+# NXP LPC13xx Cortex-M3 with at least 4kB SRAM
+set CHIPNAME lpc13xx
+set CHIPSERIES lpc1300
+if { ![info exists WORKAREASIZE] } {
+ set WORKAREASIZE 0x1000
+}
+
+source [find target/lpc1xxx.cfg]