avrdudes / avarice

AVaRICE is a program for interfacing the Atmel JTAG ICE to GDB to allow users to debug their embedded AVR target.
GNU General Public License v2.0
35 stars 11 forks source link

New devices #102

Open Florin-Popescu opened 1 year ago

Florin-Popescu commented 1 year ago

Hello!

This PR adds support for the following devices:

This support was added either by me or by other contributors to my fork of the svn repo. I've written instructions on how to extend this for devices which fit into protocols already supported by avarice in the README of my fork. Would love to see that as a guide somewhere here too but I don't know where it would fit.

Ideally a script could be written to process ALL of Microchip's device descriptors and add them like I've described, but I didn't have the chance to do it yet.

FYI, #101 must be merged to allow this to compile because of the attiny devices added.