-
Notifications
You must be signed in to change notification settings - Fork 90
Description
I've noticed a couple people trying to use ATtiny10s recently. They have as much flash as an ATtiny13, so it's ... not impossible.
There is at least on "core", but it turns out that the Arduino compiler currently has something wrong with it, WRT avrtiny, so you have to use an old version of the IDE (1.8.9, before Arduino started using their own build of v7.3. See https://www.avrfreaks.net/s/topic/a5CV400000027bhMAA/t397960 )
In addition, those cores seem to be abandoned, and not particularly well optimized.
So I decided to look at what it would take to add tiny10 support to microcore. The needed changes look pretty small; mostly WRT changes in interrupt control registers and such.
Are you interested in this? (there's still the "compiler is broken" problem, though.)