avr-libc-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-libc-dev] Change EEPROM SFR definition.


From: Anatoly Sokolov
Subject: Re: [avr-libc-dev] Change EEPROM SFR definition.
Date: Sun, 17 Jul 2005 12:59:42 +0400

Hi.



Yes, I agree with you on this, Anatoly.  As we know we'll eventually
have to move out the EE* register and bit names back into each
individual ioXXX.h file, it's really the time to do it now.  Then,
embrace the existing definitions in avr/io.h within an #if defined
__COMPILING_AVR_LIBC__, and the status quo will be maintained.  (No
need to check for the __AVR_device__ macros, as the macro
__COMPILING_AVR_LIBC__ is only ever supposed to be set within
avr-libc's compilation process, and then we know there's no -mmcu
option in effect.)

Are you willing to do that?

Im move the EE* register and bit names into each individual ioXXX.h file and
change io.h. Plaece check up changes on CVS tree if they is ok I shall
submit them on avr-libc-1_2-branch.



Anatoly.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]