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

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

[avr-libc-commit] [2545] Fix for bug #51755: Add PUEA[0-7] and PUEB[0-3]


From: pitchumani . sivanupandi
Subject: [avr-libc-commit] [2545] Fix for bug #51755: Add PUEA[0-7] and PUEB[0-3] definitions to iotn [48]41.h
Date: Fri, 18 Aug 2017 02:57:30 -0400 (EDT)

Revision: 2545
          http://svn.sv.gnu.org/viewvc/?view=rev&root=avr-libc&revision=2545
Author:   pitchumani
Date:     2017-08-18 02:57:29 -0400 (Fri, 18 Aug 2017)
Log Message:
-----------
Fix for bug #51755: Add PUEA[0-7] and PUEB[0-3] definitions to iotn[48]41.h

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

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

Modified: trunk/avr-libc/ChangeLog
===================================================================
--- trunk/avr-libc/ChangeLog    2017-08-04 08:50:27 UTC (rev 2544)
+++ trunk/avr-libc/ChangeLog    2017-08-18 06:57:29 UTC (rev 2545)
@@ -1,3 +1,9 @@
+2017-08-18  basil
+
+       Fix for bug #51755: iotn441.h & iotn841.h missing definitions for 
PUEA[0-7] and PUEB[0-3]
+       * include/avr/iotn441.h: Add defines for PUEA[0-7] and PUEB[0-3]
+       * include/avr/iotn841.h: Likewise.
+
 2017-07-05  Georg-Johann Lay <address@hidden>
 
        patch #9400: Add multilib support for avrxmega3 + avrxmega3/short-calls.

Modified: trunk/avr-libc/NEWS
===================================================================
--- trunk/avr-libc/NEWS 2017-08-04 08:50:27 UTC (rev 2544)
+++ trunk/avr-libc/NEWS 2017-08-18 06:57:29 UTC (rev 2545)
@@ -17,6 +17,7 @@
   [#49447] Example code for uart_putchar() has error in recursive call
   strings for storage in program memory
   [#50439] avr/iom32u4.h does not define PRTIM4
+  [#51755] iotn441.h & iotn841.h missing definitions for PUEA[0-7] and 
PUEB[0-3]
   [no-id] util/eu_dst.h: fix reversed DST decision logic for March and October
 
 * New devices supported:

Modified: trunk/avr-libc/include/avr/iotn441.h
===================================================================
--- trunk/avr-libc/include/avr/iotn441.h        2017-08-04 08:50:27 UTC (rev 
2544)
+++ trunk/avr-libc/include/avr/iotn441.h        2017-08-18 06:57:29 UTC (rev 
2545)
@@ -403,8 +403,20 @@
 #define ADC9D   3
 
 #define PUEB    _SFR_MEM8(0x62)
+#define PUEB3   3
+#define PUEB2   2
+#define PUEB1   1
+#define PUEB0   0
 
 #define PUEA    _SFR_MEM8(0x63)
+#define PUEA7   7
+#define PUEA6   6
+#define PUEA5   5
+#define PUEA4   4
+#define PUEA3   3
+#define PUEA2   2
+#define PUEA1   1
+#define PUEA0   0
 
 #define PORTCR  _SFR_MEM8(0x64)
 #define BBMB    1

Modified: trunk/avr-libc/include/avr/iotn841.h
===================================================================
--- trunk/avr-libc/include/avr/iotn841.h        2017-08-04 08:50:27 UTC (rev 
2544)
+++ trunk/avr-libc/include/avr/iotn841.h        2017-08-18 06:57:29 UTC (rev 
2545)
@@ -403,8 +403,20 @@
 #define ADC9D   3
 
 #define PUEB    _SFR_MEM8(0x62)
+#define PUEB3   3
+#define PUEB2   2
+#define PUEB1   1
+#define PUEB0   0
 
 #define PUEA    _SFR_MEM8(0x63)
+#define PUEA7   7
+#define PUEA6   6
+#define PUEA5   5
+#define PUEA4   4
+#define PUEA3   3
+#define PUEA2   2
+#define PUEA1   1
+#define PUEA0   0
 
 #define PORTCR  _SFR_MEM8(0x64)
 #define BBMB    1




reply via email to

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