Skip to content

Commit

Permalink
Add memory pdicfg to AVR128DAnnS
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanrueger committed Aug 31, 2024
1 parent a0a2ec8 commit 13e5af1
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions src/avrdude.conf.in
Original file line number Diff line number Diff line change
Expand Up @@ -5313,6 +5313,7 @@ part parent "t44" # t44a
"ATtiny44A-SSU: SOIC14, Fmax=20 MHz, T=[-40 C, 85 C], Vcc=[1.8 V, 5.5 V]",
"ATtiny44A-SSUR: SOIC14N, Fmax=20 MHz, T=[-40 C, 85 C], Vcc=[1.8 V, 5.5 V]";
mcuid = XVII + IV; # 21;

;

#------------------------------------------------------------
Expand Down Expand Up @@ -21721,6 +21722,18 @@ part parent "128da28" # 128da28s
"AVR128DA28S-SPDIP: SOIC28, Fmax=24 MHz, T=[-40 C, 125 C], Vcc=[1.8 V, 5.5 V]";
mcuid = 394;
signature = 0x1e 0x97 0x12;

memory "fusea"
size = 2;
initval = 0x03;
bitmask = 0xfff3;
offset = 0x105a;
readsize = 1;
;

memory "pdicfg"
alias "fusea";
;
;

#------------------------------------------------------------
Expand All @@ -21734,6 +21747,18 @@ part parent "128da32" # 128da32s
"AVR128DA32S-VQFN/TQFP: QFN32, Fmax=24 MHz, T=[-40 C, 125 C], Vcc=[1.8 V, 5.5 V]";
mcuid = 395;
signature = 0x1e 0x97 0x11;

memory "fusea"
size = 2;
initval = 0x03;
bitmask = 0xfff3;
offset = 0x105a;
readsize = 1;
;

memory "pdicfg"
alias "fusea";
;
;

#------------------------------------------------------------
Expand All @@ -21747,6 +21772,18 @@ part parent "128da48" # 128da48s
"AVR128DA48S-VQFN/TQFP: QFN48, Fmax=24 MHz, T=[-40 C, 125 C], Vcc=[1.8 V, 5.5 V]";
mcuid = 396;
signature = 0x1e 0x97 0x10;

memory "fusea"
size = 2;
initval = 0x03;
bitmask = 0xfff3;
offset = 0x105a;
readsize = 1;
;

memory "pdicfg"
alias "fusea";
;
;

#------------------------------------------------------------
Expand All @@ -21760,6 +21797,18 @@ part parent "128da64" # 128da64s
"AVR128DA64S-VQFN/TQFP: QFN64, Fmax=24 MHz, T=[-40 C, 125 C], Vcc=[1.8 V, 5.5 V]";
mcuid = 397;
signature = 0x1e 0x97 0x0f;

memory "fusea"
size = 2;
initval = 0x03;
bitmask = 0xfff3;
offset = 0x105a;
readsize = 1;
;

memory "pdicfg"
alias "fusea";
;
;

#------------------------------------------------------------
Expand Down

0 comments on commit 13e5af1

Please sign in to comment.