Anyone knows of a ATTiny87 core that would work with the current IDE (I'm still running 1.0.5, until 1.5 rises out of beta phase)? 87 does not seem to be in the toolchain either.
I have a project with the code at a bit over 5k, and needing 16 digital I/O lines. Prototype, running on Pro Mini works and the project is about to get its own PCB... ATTiny87 looks just right...
If ATMega8, not sure if I can solder MLF/TQFP... The ATTiny87 comes in SOIC, which I can deal with.
Thanks for the pointer to TCWORLD/ATTinyCore. I already saw it but was not clear about a few items: Can I use it with Arduino IDE (what about toolchain?) or do I need to use UECIDE then?
You could go for the ATTiny167, which is supported. It is basically the same as the 87, but with more flash.
The only thing that doesn't support the 167 directly is avrdude, though if you add the lines from the attached file into your avrdude.conf file, it will work fine.