aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGareth McMullin2015-04-11 16:08:25 -0700
committerGareth McMullin2015-04-11 16:08:25 -0700
commit24122aa31894524867536469c5a9b055c82b25af (patch)
tree95c241e482e88b59741c85ef06861f6ffdc1a5a6
parent09b781f1c1593025e6d3157573343f4431f5f5b6 (diff)
lpc43xx: add chipid for LPC43S37.
-rw-r--r--src/lpc43xx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lpc43xx.c b/src/lpc43xx.c
index 5181b8b..99ceb00 100644
--- a/src/lpc43xx.c
+++ b/src/lpc43xx.c
@@ -89,6 +89,7 @@ bool lpc43xx_probe(target *t)
switch(chipid) {
case 0x4906002B: /* Parts with on-chip flash */
+ case 0x7906002B: /* LM43S?? - Undocumented? */
switch (cpuid & 0xFF00FFF0) {
case 0x4100C240:
t->driver = "LPC43xx Cortex-M4";