Add optiboot_lgt8f328p.hex bootloader hashes to urclock.c

This commit is contained in:
Stefan Rueger 2022-11-25 17:26:17 +00:00
parent 19cd7d8c69
commit 289ca4f34c
No known key found for this signature in database
GPG Key ID: B0B4F1FD86B1EC55
1 changed files with 1 additions and 0 deletions

View File

@ -1156,6 +1156,7 @@ static void guessblstart(const PROGRAMMER *pgm, const AVRPART *p) {
{ 256, 0, 0xaa62bafc, 0xaa62bafc }, // picobootArduino8v3rc1.hex
{ 256, 0, 0x56263965, 0x56263965 }, // picobootSTK500-168p.hex
{ 512, 0, 0x3242ddd3, 0x5ba5f5f6 }, // picobootSTK500-328p.hex
{ 3072, 0, 0x3242ddd3, 0xd3347c5d }, // optiboot_lgt8f328p.hex
};
uint8_t buf[4096], b128[128];