Skip to content

Commit

Permalink
Merge pull request RIOT-OS#12868 from benpicco/lpc2k-fix
Browse files Browse the repository at this point in the history
lpc2k_pgm: fix build warnings, add lpc2388
  • Loading branch information
maribu authored Dec 5, 2019
2 parents 5c6410b + 9ce34bb commit cf0fb1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions boards/common/msba2/tools/src/chipinfo.c
Original file line number Diff line number Diff line change
Expand Up @@ -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}
};
Expand Down
2 changes: 1 addition & 1 deletion boards/common/msba2/tools/src/download.c
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ hardware you may be using. Thanks :-)\r\n"

static void download_main(int event)
{
char buf[4096];
char buf[4096 + 32];
unsigned char bytes[256];
double xtal;
int n;
Expand Down

0 comments on commit cf0fb1d

Please sign in to comment.