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

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

[avr-libc-dev] [bug #14378] EEPROM library d'not support at86rf401 devic


From: Joerg Wunsch
Subject: [avr-libc-dev] [bug #14378] EEPROM library d'not support at86rf401 device
Date: Thu, 8 Sep 2005 20:50:51 +0200
User-agent: Mozilla/5.0 Galeon/1.2.13 (X11; FreeBSD i386; U;) Gecko/0

URL:
  <http://savannah.nongnu.org/bugs/?func=detailitem&item_id=14378>

                 Summary: EEPROM library d'not support at86rf401 device
                 Project: AVR C Runtime Library
            Submitted by: aesok
            Submitted on: Fri 09/02/05 at 20:42
                Category: Library
                Severity: 2 - Minor
                Priority: 5 - Normal
              Item Group: None
                  Status: Fixed
                 Privacy: Public
             Assigned to: None
        Percent Complete: 0%
        Originator Email: address@hidden
             Open/Closed: Closed

    _______________________________________________________

Details:



    _______________________________________________________

Follow-up Comments:


-------------------------------------------------------
Date: Thu 09/08/05 at 00:12         By: Anatoly Sokolov <aesok>
Fixsed 2005-09-07.

-------------------------------------------------------
Date: Sun 09/04/05 at 10:56         By: Joerg Wunsch <joerg_wunsch>
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.

-------------------------------------------------------
Date: Sun 09/04/05 at 10:01         By: Anatoly Sokolov <aesok>
One more version eeprom_is_ready is necessary:

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









    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?func=detailitem&item_id=14378>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

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