diff --git a/src/lpc11xx.c b/src/lpc11xx.c index 670bba8..30db181 100644 --- a/src/lpc11xx.c +++ b/src/lpc11xx.c @@ -64,7 +64,7 @@ static const char lpc11xx_xml_memory_map[] = "" " PUBLIC \"+//IDN gnu.org//DTD GDB Memory Map V1.0//EN\"" " \"http://sourceware.org/gdb/gdb-memory-map.dtd\">"*/ "" - " " + " " " 0x1000" " " " " @@ -100,6 +100,7 @@ lpc11xx_probe(struct target_s *target) case 0x1440102B: /* lpc1114 */ case 0x0A40902B: case 0x1A40902B: + case 0x2058002B: /* lpc1115 */ case 0x1431102B: /* lpc11c22 */ case 0x1430102B: /* lpc11c24 */ target->driver = "lpc11xx";