bugAVR C Runtime Library - Bugs: bug #14378, EEPROM library d'not support...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #14378: EEPROM library d'not support at86rf401 device

Submitter:  Anatoly Sokolov <aesok>
Submitted:  Fri 02 Sep 2005 06:42:18 PM UTC
   
 
Category:  Library Severity:  2 - Minor
Priority:  5 - Normal Item Group:  None
Status:  Fixed Assigned to:  None
Percent Complete:  0% Open/Closed:  Closed
Release:  None Fixed Release:  None

Discussion

Wed 07 Sep 2005 10:12:21 PM UTC, comment #3: 

Fixsed 2005-09-07.

Anatoly Sokolov <aesok>
Group administrator
Sun 04 Sep 2005 08:56:15 AM UTC, comment #2: 

I don't think this is necessary.  Remember, we aren't building
per-device libraries (yet), so the library will simply be based
on the generic bit and register names, and incidentally match
the hardware of the AT86RF401 when run on that device.

OTOH, I think it's a reasonable addition to add the #ifdefs,
so once we really move the EEPROM lib out into a per-device
library, we won't get a bad surprise.

Joerg Wunsch <joerg_wunsch>
Group administrator
Sun 04 Sep 2005 08:01:09 AM UTC, comment #1: 

One more version eeprom_is_ready is necessary:

#elif defined(DEECR) && defined(EEL)
# define eeprom_is_ready() bit_is_clear(DEECR, EEL)

Anatoly Sokolov <aesok>
Group administrator
Fri 02 Sep 2005 06:42:18 PM UTC, original submission:  


Anatoly Sokolov <aesok>
Group administrator

 

Attached Files

This item currently has no attached files.

 

Dependencies

This item does not depend on any other items.

No items depend on this one.

 

Mail Notification Carbon-Copy List

 

History

Follow 4 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2005-09-07 aesok StatusNone Fixed
    Assigned toaesok None
    Open/ClosedOpen Closed
2005-09-06 joerg_wunsch Assigned toNone aesok

Back to the top

Powered by Savane 3.16-ed84.
Corresponding source code