Skip to content

Commit c9945ba

Browse files
Add more ATtiny varieties to build_platform.py
We don’t NEED all of these right now, but might become necessary due to parts availability, so I’m adding them while the process is fresh in my head rather than floundering later.
1 parent 324b4f8 commit c9945ba

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

build_platform.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,13 @@
130130
"feather_rp2040_tinyusb" : ["rp2040:rp2040:adafruit_feather:flash=8388608_0,freq=125,dbgport=Disabled,dbglvl=None,usbstack=tinyusb", "0xe48bff56"],
131131
"qt2040_trinkey" : ["rp2040:rp2040:adafruit_trinkeyrp2040qt:freq=125,flash=8388608_0", "0xe48bff56"],
132132
"qt2040_trinkey_tinyusb" : ["rp2040:rp2040:adafruit_trinkeyrp2040qt:flash=8388608_0,freq=125,dbgport=Disabled,dbglvl=None,usbstack=tinyusb", "0xe48bff56"],
133-
# Attiny8xy and 16xy (SpenceKonde)
133+
# Attiny8xy, 16xy, 32xy (SpenceKonde)
134+
"attiny3217" : ["megaTinyCore:megaavr:atxy7:chip=3217", None],
135+
"attiny3216" : ["megaTinyCore:megaavr:atxy6:chip=3216", None],
134136
"attiny1617" : ["megaTinyCore:megaavr:atxy7:chip=1617", None],
137+
"attiny1616" : ["megaTinyCore:megaavr:atxy6:chip=1616", None],
138+
"attiny1607" : ["megaTinyCore:megaavr:atxy7:chip=1607", None],
139+
"attiny1606" : ["megaTinyCore:megaavr:atxy6:chip=1606", None],
135140
"attiny817" : ["megaTinyCore:megaavr:atxy7:chip=817", None],
136141
"attiny816" : ["megaTinyCore:megaavr:atxy6:chip=816", None],
137142
"attiny807" : ["megaTinyCore:megaavr:atxy7:chip=807", None],

0 commit comments

Comments
 (0)