Add missing tinyAVR-2 series targets

Includes ATtiny3224, ATtiny3226 and ATtiny3227
This commit is contained in:
MCUdude 2022-01-13 22:29:22 +01:00
parent 5c264992fc
commit 310fe49b73
1 changed files with 72 additions and 0 deletions

View File

@ -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
#------------------------------------------------------------