LumiNet (based on attiny84)

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...

  1. Get the Google Code site started (done)

  2. 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.

  3. 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.

  4. 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.

  5. 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!