arduino / Arduino

Arduino IDE 1.x
https://www.arduino.cc/en/software
Other
14.09k stars 7.01k forks source link

avr-gcc doesn't know about tiny4/5/9/10/20 #5659

Closed sleemanj closed 7 years ago

sleemanj commented 7 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

Official

$ avr-gcc -Wa,-mlist-devices --target-help 2>&1 | grep "tiny4 "
atxmega128a1u atxmega128a4u attiny4 attiny5 attiny9 attiny10 attiny20

Arduino 1.6.13

$ avr-gcc -Wa,-mlist-devices --target-help 2>&1 | grep "tiny4 "
( Nothing Found )
sleemanj commented 7 years ago

https://github.com/arduino/toolchain-avr/issues/42