From a57f380259675992c2060b572719a90592c796ec Mon Sep 17 00:00:00 2001 From: Benjamin Valentin Date: Fri, 25 Oct 2019 23:10:13 +0200 Subject: [PATCH] lpc2k_pgm: add LPC2388 The device is very simmilar to the LPC2387 --- boards/common/msba2/tools/src/chipinfo.c | 1 + 1 file changed, 1 insertion(+) diff --git a/boards/common/msba2/tools/src/chipinfo.c b/boards/common/msba2/tools/src/chipinfo.c index 43d44f1869..cbad96e9fb 100644 --- a/boards/common/msba2/tools/src/chipinfo.c +++ b/boards/common/msba2/tools/src/chipinfo.c @@ -138,6 +138,7 @@ struct chip_info_struct chip_info[] = { {"LPC2378 (500k)", "117702437", 0x40000200, 0x1000, 27, lpc2138_layout, boot_23xx}, {"LPC2387 (500k)", "402716981", 0x40000200, 0x1000, 27, lpc2138_layout, boot_23xx}, {"LPC2387 (500k)", "385941301", 0x40000200, 0x1000, 27, lpc2138_layout, boot_23xx}, + {"LPC2388 (500k)", "402718517", 0x40000200, 0x1000, 27, lpc2138_layout, boot_23xx}, {"LPC2468 (500k)", "100925237", 0x40000200, 0x1000, 27, lpc2138_layout, boot_23xx}, {NULL, NULL, 0, 0, 0, NULL} };