URL: <http://savannah.nongnu.org/bugs/?25925>
Summary: <avr/boot.h> cannot be included on Xmega devices Project: AVR C Runtime Library Submitted by: joerg_wunsch Submitted on: Thu 19 Mar 2009 10:17:10 AM CET Category: Header Severity: 3 - Normal Priority: 5 - Normal Item Group: Header files Status: None Percent Complete: 0% Assigned to: None Open/Closed: Open Discussion Lock: Any Release: 1.6.4 Fixed Release: None _______________________________________________________ Details: 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. _______________________________________________________ Reply to this item at: <http://savannah.nongnu.org/bugs/?25925> _______________________________________________ Message sent via/by Savannah http://savannah.nongnu.org/ _______________________________________________ AVR-libc-dev mailing list AVR-libc-dev@nongnu.org http://lists.nongnu.org/mailman/listinfo/avr-libc-dev