target: add Espressif ESP32 basic support
[fw/openocd] / tcl / board / mbed-lpc11u24.cfg
index 6a58264594811fbbd369a744969791a384a8da6d..b1ec2a5194c639d65d6ee3940f57d65bd73b35ed 100644 (file)
@@ -4,10 +4,7 @@
 
 source [find interface/cmsis-dap.cfg]
 
-# increase working area to 8KB
+# NXP LPC11U24 Cortex-M0 with 32kB Flash and 8kB SRAM
 set WORKAREASIZE 0x2000
 
-# chip name
-set CHIPNAME lpc11u24
-
-source [find target/lpc11uxx.cfg]
+source [find target/lpc11xx.cfg]