Add missing efuse write delay for ATmega169/A/P/PA and ATmega328P

This commit is contained in:
MCUdude 2022-06-19 19:23:34 +02:00
parent cb114233ef
commit aa211f7580
1 changed files with 4 additions and 0 deletions

View File

@ -5823,6 +5823,8 @@ part
memory "efuse"
size = 1;
min_write_delay = 2000;
max_write_delay = 2000;
write = "1 0 1 0 1 1 0 0 1 0 1 0 0 1 0 0",
"x x x x x x x x x x x x i i i i";
@ -9852,6 +9854,8 @@ part parent "m328"
memory "efuse"
size = 1;
min_write_delay = 4500;
max_write_delay = 4500;
read = "0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0",
"x x x x x x x x o o o o o o o o";
write = "1 0 1 0 1 1 0 0 1 0 1 0 0 1 0 0",