mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-12-13 09:24:55 +00:00
Add missing chip erase delay for ATmega48/88/168/328PB
This commit is contained in:
@@ -8215,6 +8215,7 @@ part parent "m48"
|
|||||||
id = "m48pb";
|
id = "m48pb";
|
||||||
desc = "ATmega48PB";
|
desc = "ATmega48PB";
|
||||||
signature = 0x1e 0x92 0x10;
|
signature = 0x1e 0x92 0x10;
|
||||||
|
chip_erase_delay = 10500;
|
||||||
;
|
;
|
||||||
|
|
||||||
#------------------------------------------------------------
|
#------------------------------------------------------------
|
||||||
@@ -8442,6 +8443,7 @@ part parent "m88"
|
|||||||
id = "m88pb";
|
id = "m88pb";
|
||||||
desc = "ATmega88PB";
|
desc = "ATmega88PB";
|
||||||
signature = 0x1e 0x93 0x16;
|
signature = 0x1e 0x93 0x16;
|
||||||
|
chip_erase_delay = 10500;
|
||||||
;
|
;
|
||||||
|
|
||||||
#------------------------------------------------------------
|
#------------------------------------------------------------
|
||||||
@@ -8671,6 +8673,7 @@ part parent "m168"
|
|||||||
id = "m168pb";
|
id = "m168pb";
|
||||||
desc = "ATmega168PB";
|
desc = "ATmega168PB";
|
||||||
signature = 0x1e 0x94 0x15;
|
signature = 0x1e 0x94 0x15;
|
||||||
|
chip_erase_delay = 10500;
|
||||||
;
|
;
|
||||||
|
|
||||||
#------------------------------------------------------------
|
#------------------------------------------------------------
|
||||||
@@ -9827,6 +9830,7 @@ part parent "m328"
|
|||||||
id = "m328pb";
|
id = "m328pb";
|
||||||
desc = "ATmega328PB";
|
desc = "ATmega328PB";
|
||||||
signature = 0x1e 0x95 0x16;
|
signature = 0x1e 0x95 0x16;
|
||||||
|
chip_erase_delay = 10500;
|
||||||
|
|
||||||
memory "efuse"
|
memory "efuse"
|
||||||
size = 1;
|
size = 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user