Skip to content

Commit 4434e2c

Browse files
committed
try adding new attiny817 target
1 parent ddcbcde commit 4434e2c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build_platform.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@
113113
"pico_rp2040_tinyusb" : "rp2040:rp2040:rpipico:flash=2097152_0,freq=125,dbgport=Disabled,dbglvl=None,usbstack=tinyusb",
114114
"feather_rp2040" : "rp2040:rp2040:adafruitfeather:freq=125,flash=8388608_0",
115115
"feather_rp2040_tinyusb" : "rp2040:rp2040:adafruit_feather:flash=8388608_0,freq=125,dbgport=Disabled,dbglvl=None,usbstack=tinyusb",
116+
# Attiny8xy (SpenceKonde)
117+
"attiny817" : "megaTinyCore:megaavr:atxy7:chip=817",
116118
# groupings
117119
"main_platforms" : ("uno", "leonardo", "mega2560", "zero",
118120
"esp8266", "esp32", "metro_m4", "trinket_m0"),
@@ -121,7 +123,7 @@
121123
"rp2040_platforms" : ("pico_rp2040", "feather_rp2040")
122124
}
123125

124-
BSP_URLS = "https://adafruit.github.io/arduino-board-index/package_adafruit_index.json,http://arduino.esp8266.com/stable/package_esp8266com_index.json,https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_dev_index.json,https://sandeepmistry.github.io/arduino-nRF5/package_nRF5_boards_index.json,https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json"
126+
BSP_URLS = "https://adafruit.github.io/arduino-board-index/package_adafruit_index.json,http://arduino.esp8266.com/stable/package_esp8266com_index.json,https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_dev_index.json,https://sandeepmistry.github.io/arduino-nRF5/package_nRF5_boards_index.json,https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json,http://drazzy.com/package_drazzy.com_index.json"
125127

126128
class ColorPrint:
127129

0 commit comments

Comments
 (0)