README: Mention alternative location for pack downloads
The avr-rust organization has a mirror of all Atmel packs in a GitHub
repository. Mention it as an alternative to the official download as it
is much easier to browse.
Closes #61.
README: Remove text about custom patching
We're now fully compatible with upstream svdtools so the additional
documentation is superfluous. Remove it and point to the up-to-date
svdtools documentation instead.
Signed-off-by: Rahix <rahix@rahix.de>
README: Update dependencies
svdtools is needed now instead of PyYAML.
Signed-off-by: Rahix <rahix@rahix.de>
Add basic support for ATmega644
Add support for the ATtiny84
Add atmega48p device support
Add basic support for ATmega168
Add support for ATmega2560
Update README in preparation for release
Signed-off-by: Rahix <rahix@rahix.de>
README: Use ATmega64 as an up-to-date example
Signed-off-by: Rahix <rahix@rahix.de>
Add basic support for ATmega64
Pull in the ATDF file from Microchip and add all the necessary plumbing
around the code-base to make it compile. Not tested against real
hardware and no device-specific patches are included yet.
Signed-off-by: Rahix <rahix@rahix.de>