Ro5bert / avra

Assembler for the Atmel AVR microcontroller family
GNU General Public License v2.0
153 stars 39 forks source link

Missing include files for some devices #29

Closed aerobaticant closed 3 years ago

aerobaticant commented 3 years ago

The includes folder is missing the definition include files for at least the following devices: ATmega164A, ATmega164PA, ATmega324A, ATmega324PA, ATmega644PA, ATmega1284, ATmega1284P

Most of these are listed in the --devices command, although ATmega164A isn't.

aerobaticant commented 3 years ago

@Ro5bert would you like me to add the missing includes (from Atmel Studio) in a pull request? I'm not that familiar with git although I've been using svn for years. :-)

Ro5bert commented 3 years ago

@aerobaticant Thanks for the issue. I would've just let you make the PR you suggested, but I've been meaning to pillage all the include files from Atmel Studio (I don't use windows) so that I can easily add them whenever new devices are added to AVRA, and this gave me a reason to do it. I added all the include files you mentioned, plus the remaining variants of those devices that came with Atmel Studio.