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

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

[avr-libc-commit] [2152] 2010-06-09 Eric B.


From: Eric Weddington
Subject: [avr-libc-commit] [2152] 2010-06-09 Eric B.
Date: Wed, 09 Jun 2010 22:04:53 +0000

Revision: 2152
          http://svn.sv.gnu.org/viewvc/?view=rev&root=avr-libc&revision=2152
Author:   arcanum
Date:     2010-06-09 22:04:53 +0000 (Wed, 09 Jun 2010)
Log Message:
-----------
2010-06-09  Eric B. Weddington  <address@hidden>

        Fix for bug #29653.
        * include/avr/iousbxx2.h (PUD): Add bit definition.
        * NEWS: Add to fixed bugs list.

Ticket Links:
:-----------
    http://savannah.gnu.org/bugs/?29653

Modified Paths:
--------------
    trunk/avr-libc/ChangeLog
    trunk/avr-libc/NEWS
    trunk/avr-libc/include/avr/iousbxx2.h

Modified: trunk/avr-libc/ChangeLog
===================================================================
--- trunk/avr-libc/ChangeLog    2010-06-09 20:49:06 UTC (rev 2151)
+++ trunk/avr-libc/ChangeLog    2010-06-09 22:04:53 UTC (rev 2152)
@@ -1,3 +1,9 @@
+2010-06-09  Eric B. Weddington  <address@hidden>
+
+       Fix for bug #29653.
+       * include/avr/iousbxx2.h (PUD): Add bit definition.
+       * NEWS: Add to fixed bugs list.
+
 2010-06-09  Joerg Wunsch <address@hidden>
 
        Move some testscripts around.

Modified: trunk/avr-libc/NEWS
===================================================================
--- trunk/avr-libc/NEWS 2010-06-09 20:49:06 UTC (rev 2151)
+++ trunk/avr-libc/NEWS 2010-06-09 22:04:53 UTC (rev 2152)
@@ -117,6 +117,7 @@
   [#28901] Xmega header files with missing definitions for GPIO_t and CPU_t
   [#28574] Xmega D ADC struct missing registers
   [#28921] pointer to function > 128k flash
+  [#29653] PUD bit missing for at90usb82
   [#29950] ATtiny167 SPM_PAGESIZE Discrepancy
   [#30018] Errors in include files
   [#30085] memcpy_P on XMega does not clr NVM.CMD before copy

Modified: trunk/avr-libc/include/avr/iousbxx2.h
===================================================================
--- trunk/avr-libc/include/avr/iousbxx2.h       2010-06-09 20:49:06 UTC (rev 
2151)
+++ trunk/avr-libc/include/avr/iousbxx2.h       2010-06-09 22:04:53 UTC (rev 
2152)
@@ -288,6 +288,7 @@
 #define PORF    0
 
 #define MCUCR   _SFR_IO8(0x35)
+#define PUD     4
 #define IVSEL   1
 #define IVCE    0
 




reply via email to

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