Hi all,
I want to use avr-gcc for the atmega165p, however the current avr-gcc I am using (3.4.3, ubuntu package) does not support it. I saw a recent patch for this device on the gcc mailing list, but all it appears to do is alias the 165p to the generic "avr5" architecture. So do you think I could simply compile for -mmcu=avr5 or -mmcu=atmega165 and be ok?
Are the atmega165 and atmega165p binary compatible?
-kwr