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