We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 36fee42 + 9857260 commit 22efe4fCopy full SHA for 22efe4f
src/avrdude.conf.in
@@ -15768,7 +15768,7 @@ part # .xmega-cd
15768
# - fuses[6] only used in XMEGA-E parts
15769
#
15770
memory "fuses"
15771
- size = 7;
+ size = 6;
15772
offset = 0x8f0020;
15773
;
15774
@@ -15879,6 +15879,10 @@ part parent ".xmega-cd" # .xmega-e
15879
page_size = 128;
15880
15881
15882
+ memory "fuses"
15883
+ size = 7;
15884
+ ;
15885
+
15886
memory "fuse2"
15887
bitmask = 0x43;
15888
0 commit comments