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

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

[avr-libc-commit] [2445] bug #41690 Bit definitions for SPMCSR


From: Joerg Wunsch
Subject: [avr-libc-commit] [2445] bug #41690 Bit definitions for SPMCSR
Date: Mon, 11 Aug 2014 22:21:45 +0000

Revision: 2445
          http://svn.sv.gnu.org/viewvc/?view=rev&root=avr-libc&revision=2445
Author:   joerg_wunsch
Date:     2014-08-11 22:21:45 +0000 (Mon, 11 Aug 2014)
Log Message:
-----------
bug #41690 Bit definitions for SPMCSR
(Similar to bug #42957)

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

Modified Paths:
--------------
    trunk/avr-libc/ChangeLog
    trunk/avr-libc/NEWS
    trunk/avr-libc/include/avr/iom168p.h
    trunk/avr-libc/include/avr/iom48p.h
    trunk/avr-libc/include/avr/iom88p.h
    trunk/avr-libc/include/avr/iom88pa.h

Modified: trunk/avr-libc/ChangeLog
===================================================================
--- trunk/avr-libc/ChangeLog    2014-08-11 22:10:47 UTC (rev 2444)
+++ trunk/avr-libc/ChangeLog    2014-08-11 22:21:45 UTC (rev 2445)
@@ -1,8 +1,13 @@
 2014-08-12  Joerg Wunsch <address@hidden>
 
        bug #42957 missing SPMCSR defines in iom328p.h
+       bug #41690 Bit definitions for SPMCSR
        * include/iom328p.h: fix SPMCSR names; add correct signature for
        ATmega328 device
+       * include/avr/iom168p.h: fix SPMCSR names
+       * include/avr/iom48p.h: (Dito.)
+       * include/avr/iom88p.h: (Dito.)
+       * include/avr/iom88pa.h: (Dito.)
 
 2014-08-11  Joerg Wunsch <address@hidden>
 

Modified: trunk/avr-libc/NEWS
===================================================================
--- trunk/avr-libc/NEWS 2014-08-11 22:10:47 UTC (rev 2444)
+++ trunk/avr-libc/NEWS 2014-08-11 22:21:45 UTC (rev 2445)
@@ -32,7 +32,8 @@
   [#42085] HFUSE_DEFAULT not defined for iotn84.h
   [#39779] PCIE0 and PCIE1 defined incorrectly for mega165a and mega165pa 
devices
   [#38614] dtostrf - wrong behavior or wrong documentation
-  [#42957] missing SPMCSR defines in iom328p.h
+  [#42957] missing SPMCSR defines in iom328p.h#
+  [#41690] Bit definitions for SPMCSR
   [no-id]  XXX_vect_num not consistent io90pwmx.h, iousbxx6_7.h
   [no-id]  Specialize clock_prescale_set/get for mega hvb devices
   [no-id]  Update register and bit definitions for tiny 13a/24a/44a/84a,

Modified: trunk/avr-libc/include/avr/iom168p.h
===================================================================
--- trunk/avr-libc/include/avr/iom168p.h        2014-08-11 22:10:47 UTC (rev 
2444)
+++ trunk/avr-libc/include/avr/iom168p.h        2014-08-11 22:21:45 UTC (rev 
2445)
@@ -339,10 +339,12 @@
 
 #define SPMCSR _SFR_IO8(0x37)
 #define SELFPRGEN 0
+#define SPMEN 0
 #define PGERS 1
 #define PGWRT 2
 #define BLBSET 3
 #define RWWSRE 4
+#define SIGRD 5
 #define RWWSB 6
 #define SPMIE 7
 

Modified: trunk/avr-libc/include/avr/iom48p.h
===================================================================
--- trunk/avr-libc/include/avr/iom48p.h 2014-08-11 22:10:47 UTC (rev 2444)
+++ trunk/avr-libc/include/avr/iom48p.h 2014-08-11 22:21:45 UTC (rev 2445)
@@ -335,10 +335,12 @@
 
 #define SPMCSR _SFR_IO8(0x37)
 #define SELFPRGEN 0
+#define SPMEN 0
 #define PGERS 1
 #define PGWRT 2
 #define BLBSET 3
 #define RWWSRE 4
+#define SIGRD 5
 #define RWWSB 6
 #define SPMIE 7
 

Modified: trunk/avr-libc/include/avr/iom88p.h
===================================================================
--- trunk/avr-libc/include/avr/iom88p.h 2014-08-11 22:10:47 UTC (rev 2444)
+++ trunk/avr-libc/include/avr/iom88p.h 2014-08-11 22:21:45 UTC (rev 2445)
@@ -339,10 +339,12 @@
 
 #define SPMCSR _SFR_IO8(0x37)
 #define SELFPRGEN 0
+#define SPMEN 0
 #define PGERS 1
 #define PGWRT 2
 #define BLBSET 3
 #define RWWSRE 4
+#define SIGRD 5
 #define RWWSB 6
 #define SPMIE 7
 

Modified: trunk/avr-libc/include/avr/iom88pa.h
===================================================================
--- trunk/avr-libc/include/avr/iom88pa.h        2014-08-11 22:10:47 UTC (rev 
2444)
+++ trunk/avr-libc/include/avr/iom88pa.h        2014-08-11 22:21:45 UTC (rev 
2445)
@@ -337,10 +337,12 @@
 
 #define SPMCSR _SFR_IO8(0x37)
 #define SELFPRGEN 0
+#define SPMEN 0
 #define PGERS 1
 #define PGWRT 2
 #define BLBSET 3
 #define RWWSRE 4
+#define SIGRD 5
 #define RWWSB 6
 #define SPMIE 7
 




reply via email to

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