mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-09-27 22:45:27 +00:00
Add missing tinyAVR-2 series targets
Includes ATtiny3224, ATtiny3226 and ATtiny3227
This commit is contained in:
@@ -17518,6 +17518,78 @@ part parent ".avr8x_tiny"
|
||||
;
|
||||
;
|
||||
|
||||
#------------------------------------------------------------
|
||||
# ATtiny3224
|
||||
#------------------------------------------------------------
|
||||
|
||||
part parent ".avr8x_tiny"
|
||||
id = "t3224";
|
||||
desc = "ATtiny3224";
|
||||
signature = 0x1E 0x95 0x28;
|
||||
|
||||
memory "flash"
|
||||
size = 0x8000;
|
||||
offset = 0x8000;
|
||||
page_size = 0x80;
|
||||
readsize = 0x100;
|
||||
;
|
||||
|
||||
memory "eeprom"
|
||||
size = 0x100;
|
||||
offset = 0x1400;
|
||||
page_size = 0x40;
|
||||
readsize = 0x100;
|
||||
;
|
||||
;
|
||||
|
||||
#------------------------------------------------------------
|
||||
# ATtiny3226
|
||||
#------------------------------------------------------------
|
||||
|
||||
part parent ".avr8x_tiny"
|
||||
id = "t3226";
|
||||
desc = "ATtiny3226";
|
||||
signature = 0x1E 0x95 0x27;
|
||||
|
||||
memory "flash"
|
||||
size = 0x8000;
|
||||
offset = 0x8000;
|
||||
page_size = 0x80;
|
||||
readsize = 0x100;
|
||||
;
|
||||
|
||||
memory "eeprom"
|
||||
size = 0x100;
|
||||
offset = 0x1400;
|
||||
page_size = 0x40;
|
||||
readsize = 0x100;
|
||||
;
|
||||
;
|
||||
|
||||
#------------------------------------------------------------
|
||||
# ATtiny3227
|
||||
#------------------------------------------------------------
|
||||
|
||||
part parent ".avr8x_tiny"
|
||||
id = "t3227";
|
||||
desc = "ATtiny3227";
|
||||
signature = 0x1E 0x95 0x26;
|
||||
|
||||
memory "flash"
|
||||
size = 0x8000;
|
||||
offset = 0x8000;
|
||||
page_size = 0x80;
|
||||
readsize = 0x100;
|
||||
;
|
||||
|
||||
memory "eeprom"
|
||||
size = 0x100;
|
||||
offset = 0x1400;
|
||||
page_size = 0x40;
|
||||
readsize = 0x100;
|
||||
;
|
||||
;
|
||||
|
||||
#------------------------------------------------------------
|
||||
# ATmega808
|
||||
#------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user