Skip to content

Commit

Permalink
Fix ATxmega fuses memory sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanrueger committed Nov 16, 2024
1 parent 30e19f2 commit 9857260
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/avrdude.conf.in
Original file line number Diff line number Diff line change
Expand Up @@ -15768,7 +15768,7 @@ part # .xmega-cd
# - fuses[6] only used in XMEGA-E parts
#
memory "fuses"
size = 7;
size = 6;
offset = 0x8f0020;
;

Expand Down Expand Up @@ -15879,6 +15879,10 @@ part parent ".xmega-cd" # .xmega-e
page_size = 128;
;

memory "fuses"
size = 7;
;

memory "fuse2"
bitmask = 0x43;
;
Expand Down

0 comments on commit 9857260

Please sign in to comment.