Skip to content

Commit a03d0ac

Browse files
umbynosfacchinm
andcommitted
Add fake efuse to atmega8 for Arduino IDE
Co-authored-by: Martino Facchin <[email protected]>
1 parent a4c9fcd commit a03d0ac

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/avrdude.conf.in

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6525,6 +6525,13 @@ part
65256525
"x x x x x x x x i i i i i i i i";
65266526
;
65276527

6528+
# Required for Arduino IDE
6529+
# see: https://github.com/arduino/Arduino/issues/2075
6530+
# https://github.com/arduino/Arduino/issues/2075#issuecomment-238031689
6531+
memory "efuse"
6532+
size = 0;
6533+
;
6534+
65286535
memory "lock"
65296536
size = 1;
65306537
min_write_delay = 2000;

0 commit comments

Comments
 (0)