Skip to content

Commit

Permalink
* avrdude.conf.in (m32m1): add "size" parameter in "efuse"
Browse files Browse the repository at this point in the history
section

Reported by Hannes Wallnöfer:



git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@1450 81a1dc3b-b13d-400b-aceb-764788c761c2
  • Loading branch information
joerg_wunsch committed Sep 22, 2020
1 parent f957cfa commit 3b8dc7a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2020-09-22 Joerg Wunsch <[email protected]>

Reported by Hannes Wallnöfer:
* avrdude.conf.in (m32m1): add "size" parameter in "efuse"
section

2020-09-20 Joerg Wunsch <[email protected]>

Submitted by Björn Mellström
Expand Down
2 changes: 2 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ Current:
bug #47376: ATtiny841 description missing in configuration file
bug #49455: support for tiny441
bug #57428: document when 'arduino' or 'wiring' should be used, and -D requirement of latter
bug #58095: error setting efuse on atmega328pb variant
no-id: efuse section on ATmega32M1 lacks 'size'

* Patches:
patch #9482: Add support for UPDI and AVR8X
Expand Down
1 change: 1 addition & 0 deletions avrdude.conf.in
Original file line number Diff line number Diff line change
Expand Up @@ -8833,6 +8833,7 @@ part parent "m328"
bs2 = 0xe2;

memory "efuse"
size = 1;
read = "0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0",
"x x x x x x x x o o o o o o o o";
write = "1 0 1 0 1 1 0 0 1 0 1 0 0 1 0 0",
Expand Down

0 comments on commit 3b8dc7a

Please sign in to comment.