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


Co-authored-by: Martino Facchin <m.facchin@arduino.cc>
  • Loading branch information
umbynos and facchinm committed May 23, 2022
1 parent a855692 commit 51d4f69
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/avrdude.conf.in
Original file line number Diff line number Diff line change
Expand Up @@ -6525,6 +6525,13 @@ part
"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;
Expand Down

0 comments on commit 51d4f69

Please sign in to comment.