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

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

[avr-libc-commit] [2293] bug #31267: misleading header iom128rfa1.h


From: Joerg Wunsch
Subject: [avr-libc-commit] [2293] bug #31267: misleading header iom128rfa1.h
Date: Tue, 22 May 2012 15:16:54 +0000

Revision: 2293
          http://svn.sv.gnu.org/viewvc/?view=rev&root=avr-libc&revision=2293
Author:   joerg_wunsch
Date:     2012-05-22 15:16:53 +0000 (Tue, 22 May 2012)
Log Message:
-----------
bug #31267: misleading header iom128rfa1.h
include/iom128rfa1.h: remove vectors 51 through 56

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

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

Modified: trunk/avr-libc/ChangeLog
===================================================================
--- trunk/avr-libc/ChangeLog    2012-05-14 15:39:16 UTC (rev 2292)
+++ trunk/avr-libc/ChangeLog    2012-05-22 15:16:53 UTC (rev 2293)
@@ -1,3 +1,8 @@
+2012-05-16  Joerg Wunsch <address@hidden>
+
+       bug #31267: misleading header iom128rfa1.h
+       * include/iom128rfa1.h: remove vectors 51 through 56
+
 2012-05-14  Joerg Wunsch <address@hidden>
 
        bug #36454: string.h: Error for long long in C90

Modified: trunk/avr-libc/NEWS
===================================================================
--- trunk/avr-libc/NEWS 2012-05-14 15:39:16 UTC (rev 2292)
+++ trunk/avr-libc/NEWS 2012-05-22 15:16:53 UTC (rev 2293)
@@ -2,6 +2,7 @@
 
 * Bugs fixed:
 
+  [#31267] misleading header iom128rfa1.h
   [#35197] sleep.h _BV defined as __BV in AT90S8515 section
   [#35226] Online-documentation broken - [...]
   [#35398] assert doesn't work unless stdlib.h is also included

Modified: trunk/avr-libc/include/avr/iom128rfa1.h
===================================================================
--- trunk/avr-libc/include/avr/iom128rfa1.h     2012-05-14 15:39:16 UTC (rev 
2292)
+++ trunk/avr-libc/include/avr/iom128rfa1.h     2012-05-22 15:16:53 UTC (rev 
2293)
@@ -5224,30 +5224,8 @@
 #define TIMER5_OVF_vect                 _VECTOR(50)
 #define TIMER5_OVF_vect_num             50
 
-/* USART2, Rx Complete */
-#define USART2_RX_vect                  _VECTOR(51)
-#define USART2_RX_vect_num              51
+/* Vectors 51 through 56 are reserved (unimplemented UARTs) */
 
-/* USART2 Data register Empty */
-#define USART2_UDRE_vect                _VECTOR(52)
-#define USART2_UDRE_vect_num            52
-
-/* USART2, Tx Complete */
-#define USART2_TX_vect                  _VECTOR(53)
-#define USART2_TX_vect_num              53
-
-/* USART3, Rx Complete */
-#define USART3_RX_vect                  _VECTOR(54)
-#define USART3_RX_vect_num              54
-
-/* USART3 Data register Empty */
-#define USART3_UDRE_vect                _VECTOR(55)
-#define USART3_UDRE_vect_num            55
-
-/* USART3, Tx Complete */
-#define USART3_TX_vect                  _VECTOR(56)
-#define USART3_TX_vect_num              56
-
 /* TRX24 - PLL lock interrupt */
 #define TRX24_PLL_LOCK_vect             _VECTOR(57)
 #define TRX24_PLL_LOCK_vect_num         57




reply via email to

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