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