[avr-libc-dev] [bug #22964] io90pwm3b.h bit name inconsistency

2008-04-28 Thread Eric Weddington
Update of bug #22964 (project avr-libc): Status:None = Invalid Assigned to:None = arcanum Open/Closed:Open = Closed

[avr-libc-dev] [bug #23004] Watchdog enable docu only generated for Xmega series

2008-04-28 Thread Eric Weddington
Update of bug #23004 (project avr-libc): Status:None = Fixed Percent Complete: 0% = 100% Assigned to:None = arcanum Open/Closed:

[avr-libc-dev] [RFC] Patch to sfr_defs.h for XMEGA

2008-04-28 Thread Weddington, Eric
Hi All, Small problem in XMEGA support: the macros in pgmspace.h are using a lot of _SFR_IO_ADDR(RAMPZ) as operands. Obviously the RAMPZ address will be incorrect because it is subtracting the 0x20 offset used for the rest of the AVR devices. The XMEGA devices do not have such an offset. Instead

Re: [avr-libc-dev] [RFC] Patch to sfr_defs.h for XMEGA

2008-04-28 Thread Joerg Wunsch
As Weddington, Eric wrote: Are there any potential issues with this patch? Hard to say without really testing it extensively, but my guess is this is OK. As there is no IO offset on the Xmega, defining the offset value to 0 for it ought to be OK. -- cheers, Jorg .-.-. --...