* avrdude.conf.in (m32m1): add "size" parameter in "efuse"
section Reported by Hannes Wallnöfer: git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1450 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
c934f95f5e
commit
1b650f594d
|
@ -1,3 +1,9 @@
|
|||
2020-09-22 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
|
||||
|
||||
Reported by Hannes Wallnöfer:
|
||||
* avrdude.conf.in (m32m1): add "size" parameter in "efuse"
|
||||
section
|
||||
|
||||
2020-09-20 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
|
||||
|
||||
Submitted by Björn Mellström
|
||||
|
|
2
NEWS
2
NEWS
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue