platformio / platform-atmelavr

Atmel AVR: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/atmelavr
Apache License 2.0
138 stars 105 forks source link

ATtiny core on steroids #48

Closed ghost closed 7 years ago

ghost commented 7 years ago

Feature request, as described here: https://community.platformio.org/t/radiohead-compiling-fails-for-attiny85/1777

The core used does not support RadioHead, this is the go-to library for using the cheap green 433MHz chips from China so this would be awesome to have!

Best option: Better cores for the tiny, like this one

Second best option: Enable digispark-tiny to use Arduino as ISP

Not so great solution: Change current ATtiny core so RadioHead compiles

Bonus points: Simple solition for adding my own core, as described here: https://github.com/SpenceKonde/ATTinyCore/issues/124

ivankravets commented 7 years ago

Duplicate of https://github.com/platformio/platform-atmelavr/issues/47