]> git.gag.com Git - fw/openocd/blobdiff - tcl/target/lpc12xx.cfg
cfg: refactor lpc1xxx targets onto one base config
[fw/openocd] / tcl / target / lpc12xx.cfg
diff --git a/tcl/target/lpc12xx.cfg b/tcl/target/lpc12xx.cfg
new file mode 100644 (file)
index 0000000..a37c6fe
--- /dev/null
@@ -0,0 +1,8 @@
+# NXP LPC12xx Cortex-M0 with at least 4kB SRAM
+set CHIPNAME lpc12xx
+set CHIPSERIES lpc1200
+if { ![info exists WORKAREASIZE] } {
+       set WORKAREASIZE 0x1000
+}
+
+source [find target/lpc1xxx.cfg]