Skip to content

Commit 0972185

Browse files
umbynosfacchinm
andcommitted
Added fake EFUSE to atmega8 part.
This allows to have a common platform.txt recipe for all the ATMegaXX parts in the Arduino IDE. See: arduino/Arduino#2075 (comment) arduino/Arduino#2075 Co-authored-by: Martino Facchin <[email protected]>
1 parent a855692 commit 0972185

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
@@ -6832,6 +6832,13 @@ part
68326832
"x x x x x x x x i i i i i i i i";
68336833
;
68346834

6835+
# Required for Arduino IDE
6836+
# see: https://github.com/arduino/Arduino/issues/2075
6837+
# https://github.com/arduino/Arduino/issues/2075#issuecomment-238031689
6838+
memory "efuse"
6839+
size = 0;
6840+
;
6841+
68356842
memory "lock"
68366843
size = 1;
68376844
min_write_delay = 2000;

0 commit comments

Comments
 (0)