SpenceKonde / megaTinyCore

Arduino core for the tinyAVR 0/1/2-series - Ones's digit 2,4,5,7 (pincount, 8,14,20,24), tens digit 0, 1, or 2 (featureset), preceded by flash in kb. Library maintainers: porting help available!
Other
551 stars 142 forks source link

Can't install megaTinyCore anymore #1127

Closed avandalen closed 1 month ago

avandalen commented 1 month ago

Hi Spence

Installing the megaTinyCore doesnt work anymore , whats happened? megaTinyCore is not on the list in board manager

(Note that every time I install another package, I need to install megaTinyCore again to get de ATtiny3217 in the board list)

I always use this: File -> Preferences> Additional board manager URLs = http://drazzy.com/package_drazzy.com_index.json Tools -> Boards -> Boards Manager ... Select "megaTinyCore by Spence Konde" and click "Install". (This can take a while)

hmeijdam commented 1 month ago

As a workaround you can put this in your: File -> Preferences> Additional board manager URLs

https://archive.org/download/azduino_micronucleus-mirror/package_drazzy.com_index.json

avandalen commented 1 month ago

Yes, now it works :-) :-) :-) :-) :-) :-) I added this to my article here: https://avdweb.nl/arduino/attiny3217/bootloader-attiny3217

nomakewan commented 1 month ago

Just as a note, a better URL to use would be this one since it comes from the maintainer directly:

https://raw.githubusercontent.com/SpenceKonde/ReleaseScripts/master/package_drazzy.com_index.json

EDIT: Though while the above works fine for basic MegaTinyCore and DxCore, for Azduino the modified version would be necessary per Issue #1117

SpenceKonde commented 1 month ago

The SSL situation is fixed and original links again work. Anyone know how to set up autorenew?