bugAVR C Runtime Library - Bugs: bug #25925, <avr/boot.h> cannot be...

 
 

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

bug #25925: <avr/boot.h> cannot be included on Xmega devices

Submitter:  Joerg Wunsch <joerg_wunsch>
Submitted:  Thu 19 Mar 2009 09:17:10 AM UTC
   
 
Category:  Header Severity:  4 - Important
Priority:  9 - Immediate Item Group:  Header files
Status:  Fixed Assigned to:  dmix
Percent Complete:  100% Open/Closed:  Closed
Release:  1.6.6 Fixed Release:  None

Sun 21 Jun 2009 07:03:02 AM UTC, comment #3: 

Fixed in 1_6 branch: the XMEGA EEPROM functions are added.
Not tested now.

Dmitry Xmelkov <dmix>
Group administrator
Sat 06 Jun 2009 01:35:50 AM UTC, comment #2: 

Fixed in HEAD branch: the XMEGA EEPROM functions are added.
Not tested now.

Dmitry Xmelkov <dmix>
Group administrator
Sat 25 Apr 2009 09:36:19 PM UTC, comment #1: 

The only way to get this fixed is to modify eeprom.h to work with XMEGA devices. The first error that is output is:

c:/programme/winavr-20090313/lib/gcc/../../avr/include/avr/eeprom.h:141:4: error
: #error "Unknown EEPROM register(s) location."

This will make it a no-go for just about everything in <avr/eeprom.h>

Eric Weddington <arcanum>
Group administrator
Thu 19 Mar 2009 09:17:10 AM UTC, original submission:  

When including <avr/boot.h>, this file in turn includes
<avr/eeprom.h>.  As there's currently no EEPROM API implemented
for Xmega devices, this file throws errors.  The only reason
for including it is to eventually use eeprom_busy_wait().  As
the file could otherwise be used independtly of the actual
EEPROM API implementation status, a way should be found to
resolve that issue.

Joerg Wunsch <joerg_wunsch>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by dmix (Posted a comment)
  • -email is unavailable- added by arcanum (Updated the item)
  • -email is unavailable- added by joerg_wunsch (Submitted the item)
  •  

    Follow 7 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2009-06-21 dmix StatusNone Fixed
        Open/ClosedOpen Closed
    2009-06-06 dmix Percent Complete0% 100%
        Assigned toNone dmix
    2009-03-19 arcanum Severity3 - Normal 4 - Important
        Priority5 - Normal 9 - Immediate
    2009-03-19 joerg_wunsch Release1.6.4 1.6.6

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code