Skip to content

Commit

Permalink
Added fake EFUSE to atmega8 part.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
cmaglie committed Dec 16, 2016
1 parent 89861c7 commit 0bfe2c4
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
--- avrdude.conf.in.orig 2016-12-16 13:08:00.210983367 +0100
+++ avrdude.conf.in 2016-12-16 13:10:44.691541657 +0100
@@ -6548,6 +6548,13 @@
"x x x x x x x x i i i i i i i i";
;

+ # Required for Arduino IDE
+ # see: https://github.com/arduino/Arduino/issues/2075
+ # https://github.com/arduino/Arduino/issues/2075#issuecomment-238031689
+ memory "efuse"
+ size = 0;
+ ;
+
memory "lock"
size = 1;
min_write_delay = 2000;

0 comments on commit 0bfe2c4

Please sign in to comment.