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

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

[avr-libc-dev] RE: [bug #28574] Xmega D ADC struct missing registers


From: Weddington, Eric
Subject: [avr-libc-dev] RE: [bug #28574] Xmega D ADC struct missing registers
Date: Thu, 15 Apr 2010 13:45:34 -0600

 

> -----Original Message-----
> From: Anitha Boyapati [mailto:address@hidden 
> Sent: Thursday, April 15, 2010 10:08 AM
> To: Boyapati, Anitha; Olivier Gay; Aksel Jensen; Galen Seitz; 
> Joerg Wunsch; Weddington, Eric; address@hidden
> Subject: [bug #28574] Xmega D ADC struct missing registers
> 
> 
> Follow-up Comment #11, bug #28574 (project avr-libc):
> 
> Proper patch with Changelog and News entries generated for 
> revision 2121.
> Build verified.
> 
> (file #20229)
>     _______________________________________________________
> 
> Additional Item Attachment:
> 
> File name: bug28574.patch                 Size:9 KB
> 
> 

Patch approved with changes below to the ChangeLog entry.

Currnently you have this:

+2010-04-06  Anitha Boyapati <address@hidden>
+
+        Fix bug #28574.
+       * include/avr/iox128d3.h - Modify EVSYS_t and ADC_t structures to 
+                                                          include reserved 
registers.  
+       * include/avr/iox16d4.h  - Modify EVSYS_t and ADC_t structures to
+                                                          include reserved 
registers.  
+       * include/avr/iox192d3.h - Modify EVSYS_t and ADC_t structures to
+                                                          include reserved 
registers.  
+       * include/avr/iox256d3.h - Modify EVSYS_t and ADC_t structures to
+                                                          include reserved 
registers.  
+       * include/avr/iox32d4.h  - Modify EVSYS_t and ADC_t structures to
+                                                          include reserved 
registers.  
+       * include/avr/iox64d3.h  - Modify EVSYS_t and ADC_t structures to
+                                                          include reserved 
registers.  
+

And it needs to change to this:

+2010-04-06  Anitha Boyapati <address@hidden>
+
+     Fix bug #28574.
+       * include/avr/iox128d3.h - Modify EVSYS_t and ADC_t structures to 
+     include reserved registers.       
+       * include/avr/iox16d4.h  - Same.        
+       * include/avr/iox192d3.h - Same.
+       * include/avr/iox256d3.h - Same.
+       * include/avr/iox32d4.h  - Same.
+       * include/avr/iox64d3.h  - Same.
+

Be sure to use TABs for indententation and keep width of lines under 80 
characters (where a TAB is interpreted as 8 spaces).




reply via email to

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