Closed sleemanj closed 8 years ago
The avr-gcc 4.9.2 in IDE 1.6.13 does still not know about the ATTiny 4/5/9/10/20 Reduced Core TinyAVR chips.
The official avr-gcc 4.9.2 does
$ avr-gcc -Wa,-mlist-devices --target-help 2>&1 | grep "tiny4 " atxmega128a1u atxmega128a4u attiny4 attiny5 attiny9 attiny10 attiny20
$ avr-gcc -Wa,-mlist-devices --target-help 2>&1 | grep "tiny4 " ( Nothing Found )
https://github.com/arduino/toolchain-avr/issues/42
The avr-gcc 4.9.2 in IDE 1.6.13 does still not know about the ATTiny 4/5/9/10/20 Reduced Core TinyAVR chips.
The official avr-gcc 4.9.2 does
Official
Arduino 1.6.13