Skip to content

Commit

Permalink
Merge pull request #1918 from stefanrueger/da-s
Browse files Browse the repository at this point in the history
Add AVR128DAxxS parts
  • Loading branch information
stefanrueger committed Sep 1, 2024
2 parents 4fa07e5 + 13e5af1 commit f1cfb81
Show file tree
Hide file tree
Showing 3 changed files with 326 additions and 78 deletions.
103 changes: 102 additions & 1 deletion 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 @@ -21275,7 +21276,7 @@ part parent ".avrdx" # 32da48
"AVR32DA48T-I/PT: TQFP48, Fmax=24 MHz, T=[-40 C, 85 C], Vcc=[1.8 V, 5.5 V]";
family_id = " AVR";
mcuid = 346;
n_interrupts = 58;
n_interrupts = 61;
signature = 0x1e 0x95 0x32;

memory "eeprom"
Expand Down Expand Up @@ -21710,6 +21711,106 @@ part parent ".avrdx" # 128da64
;
;

#------------------------------------------------------------
# AVR128DA28S
#------------------------------------------------------------

part parent "128da28" # 128da28s
desc = "AVR128DA28S";
id = "128da28s";
variants =
"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";
;
;

#------------------------------------------------------------
# AVR128DA32S
#------------------------------------------------------------

part parent "128da32" # 128da32s
desc = "AVR128DA32S";
id = "128da32s";
variants =
"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";
;
;

#------------------------------------------------------------
# AVR128DA48S
#------------------------------------------------------------

part parent "128da48" # 128da48s
desc = "AVR128DA48S";
id = "128da48s";
variants =
"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";
;
;

#------------------------------------------------------------
# AVR128DA64S
#------------------------------------------------------------

part parent "128da64" # 128da64s
desc = "AVR128DA64S";
id = "128da64s";
variants =
"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";
;
;

#------------------------------------------------------------
# AVR32DB28
#------------------------------------------------------------
Expand Down
Loading

0 comments on commit f1cfb81

Please sign in to comment.