-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add AVR64DAnnS, AVR32DAnnS and AVR32SDnn #1955
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No changes were found that would cause any problems.
Thanks @askn37 for looking at this! I am unclear about
The ATmega(16|8)0(8|9) entries may well be an error (@MCUdude can you confim?) and we can fix that here or in a dedicated PR, but what is |
@janegilruud Do you know what's the significance of the new The data sheets for AVR32DU28 ( |
@stefanrueger, I'm sorry, but I don't. I don't work at Microchip any more. Even though I remember the SD device were being designed, this has been introduced after I left. I'm sure @mraardvark can answer, or I'll get in touch with them and get the answer. (I know where they live ;-) ) |
Apparently Type 3 has some new type of handshake. As I thought @mraardvark has the details, but he's in a different timezone right now. |
This commit leaves the settings of true parts unchanged. One can verify this by # Before this commit $ avrdude -p*/At | sort > /tmp/At # After this commit avrdude -p*/At | sort | diff - /tmp/At | grep -vi common.values
This changes family_id to "megaAVR" and hvupdi_variant to 1.
This PR
avrintel.c
avrintel.c
from ATDF filesavrdude.conf
from ATDF filesThe last one addresses #1952
@askn37 Are you available for review?