Skip to content

Commit 0bfe2c4

Browse files
committed
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
1 parent 89861c7 commit 0bfe2c4

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
--- avrdude.conf.in.orig 2016-12-16 13:08:00.210983367 +0100
2+
+++ avrdude.conf.in 2016-12-16 13:10:44.691541657 +0100
3+
@@ -6548,6 +6548,13 @@
4+
"x x x x x x x x i i i i i i i i";
5+
;
6+
7+
+ # Required for Arduino IDE
8+
+ # see: https://github.com/arduino/Arduino/issues/2075
9+
+ # https://github.com/arduino/Arduino/issues/2075#issuecomment-238031689
10+
+ memory "efuse"
11+
+ size = 0;
12+
+ ;
13+
+
14+
memory "lock"
15+
size = 1;
16+
min_write_delay = 2000;

0 commit comments

Comments
 (0)