Skip to content

Commit 324b4f8

Browse files
Add attiny1617 to tinyMegaCore section of build platforms
1 parent e659722 commit 324b4f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build_platform.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,8 @@
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 (SpenceKonde)
133+
# Attiny8xy and 16xy (SpenceKonde)
134+
"attiny1617" : ["megaTinyCore:megaavr:atxy7:chip=1617", None],
134135
"attiny817" : ["megaTinyCore:megaavr:atxy7:chip=817", None],
135136
"attiny816" : ["megaTinyCore:megaavr:atxy6:chip=816", None],
136137
"attiny807" : ["megaTinyCore:megaavr:atxy7:chip=807", None],

0 commit comments

Comments
 (0)