From: Matthias T. <mt...@we...> - 2012-05-04 18:28:23
|
Hi, > Questions: The file “core/devices/atmega128/device.asm” says- > "generated do not edit" Can these changes be added to the regular > code base? The MCUSR stuff should be possible. I'll have to rewrite the tool that generates these files anyway. > > “core/drivers/usart_0.asm” - Can the changes to be added to the code > base without messing things up for other processors? Send patch ;) (but I doubt it is worth the trouble, just make a copy of the device/atmega128 tree in your application directory and edit there. The files and directories in the application area are checked first during assembler runs) > > Or is the ATmega128(x) too obscure to merit attention? obscure no, but old and out-dated. Even Atmel seems to have learnt some lessons.. Matthias |