Skip to content

Commit

Permalink
ravedude: Use Adafruit's values for ATtiny85 in avrdude.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
dalpil authored May 21, 2022
1 parent f64fdb7 commit 81edfcd
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions ravedude/src/avrdude/avrdude.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9745,7 +9745,7 @@ part
avr910_devcode = 0x20;
signature = 0x1e 0x93 0x0b;
reset = io;
chip_erase_delay = 4500;
chip_erase_delay = 900000;

pgm_enable = "1 0 1 0 1 1 0 0 0 1 0 1 0 0 1 1",
"x x x x x x x x x x x x x x x x";
Expand Down Expand Up @@ -9780,7 +9780,7 @@ part
hvleavestabdelay = 100;
resetdelay = 25;
chiperasepolltimeout = 40;
chiperasetime = 0;
chiperasetime = 900000;
programfusepolltimeout = 25;
programlockpolltimeout = 25;

Expand Down Expand Up @@ -9811,7 +9811,7 @@ part
" x x x x x x x x";

mode = 0x41;
delay = 6;
delay = 12;
blocksize = 4;
readsize = 256;
;
Expand All @@ -9820,8 +9820,8 @@ part
size = 8192;
page_size = 64;
num_pages = 128;
min_write_delay = 4500;
max_write_delay = 4500;
min_write_delay = 30000;
max_write_delay = 30000;
readback_p1 = 0xff;
readback_p2 = 0xff;
read_lo = " 0 0 1 0 0 0 0 0",
Expand Down Expand Up @@ -9864,8 +9864,6 @@ part
size = 1;
write = "1 0 1 0 1 1 0 0 1 1 1 x x x x x",
"x x x x x x x x 1 1 i i i i i i";
read = "0 1 0 1 1 0 0 0 0 0 0 0 0 0 0 0",
"0 0 0 0 0 0 0 0 o o o o o o o o";
min_write_delay = 9000;
max_write_delay = 9000;
;
Expand Down Expand Up @@ -9904,7 +9902,7 @@ part
;

memory "calibration"
size = 1;
size = 2;
read = "0 0 1 1 1 0 0 0 0 0 0 x x x x x",
"0 0 0 0 0 0 0 a0 o o o o o o o o";
;
Expand Down

0 comments on commit 81edfcd

Please sign in to comment.