should it be possible to have the core given in this link :
http://hlt.media.mit.edu/wiki/pmwiki.php?n=Main.ArduinoATtiny4585
added on the google project ??
Yes.
My goals are...
-
Get the Google Code site started (done)
-
Make SuperCow's ATtiny84 Core as similar as possible to the Arduino 0019 Core (minus Serial). This should provide a Tiny Core that has almost identical performance and functionality as the 0019 core.
-
Integrate the ATtiny85 Core (from the link you posted) with the ATtiny84 Core. The end result will be a single Tiny Core that supports 84 and 85 processors.
-
Integrate René Bohne's ATtiny2313 Core with the Tiny Core. The end result will be a single Tiny Core that supports 2313, 84, and 85 processors.
-
Branch the Tiny Core so performance and memory optimizations (like digital*Fast and tone-to-pin output) can be applied.
Any participation (including testing) is welcome!