Hmm. The plugin itself has no list of supported micros. It reads the output of
avr-gcc --help=target
and
avrdude -p?
You need to find up-to-date tools that support these micros. After you've installed them, and restarted Eclipse then you'll have support for these micros.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hmm. The plugin itself has no list of supported micros. It reads the output of
avr-gcc --help=target
and
avrdude -p?
You need to find up-to-date tools that support these micros. After you've installed them, and restarted Eclipse then you'll have support for these micros.