lpc2k_pgm: add LPC2388

The device is very simmilar to the LPC2387
This commit is contained in:
Benjamin Valentin 2019-10-25 23:10:13 +02:00
parent bd254dfc63
commit a57f380259

View File

@ -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}
};