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>
Improve build instructions
This commit changes the install-command for rustfmt to explicitly
install the nightly version. Ref #20.
Signed-off-by: Rahix <rahix@rahix.de>
make: Add targets for individual chips
Signed-off-by: Rahix <rahix@rahix.de>
Allow overwriting enumeratedValues and add exemplary patch
Integrate patching in the build process