Add attiny841 and attiny861
Add basic support for ATmega4809
Update instructions for adding a new chip
Mention that it is currently required to add a (possibly empty) patch
file for a new chip.
Fixes: #65
Signed-off-by: Rahix <rahix@rahix.de>
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>