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

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

[avr-libc-commit] [2480] bug #45551: Define SLEEP_MODE_PWR_SAVE in iotn1


From: Pitchumani
Subject: [avr-libc-commit] [2480] bug #45551: Define SLEEP_MODE_PWR_SAVE in iotn167.h (ATtiny167) for power-save sleep mode.
Date: Wed, 22 Jul 2015 06:31:49 +0000

Revision: 2480
          http://svn.sv.gnu.org/viewvc/?view=rev&root=avr-libc&revision=2480
Author:   pitchumani
Date:     2015-07-22 06:31:48 +0000 (Wed, 22 Jul 2015)
Log Message:
-----------
bug #45551: Define SLEEP_MODE_PWR_SAVE in iotn167.h (ATtiny167) for power-save 
sleep mode.

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

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

Modified: trunk/avr-libc/ChangeLog
===================================================================
--- trunk/avr-libc/ChangeLog    2015-07-22 05:32:39 UTC (rev 2479)
+++ trunk/avr-libc/ChangeLog    2015-07-22 06:31:48 UTC (rev 2480)
@@ -1,5 +1,11 @@
 2015-07-22  Pitchumani Sivanupandi <address@hidden>
 
+       bug #45551: Power-save mode not supported for ATtiny167
+       * include/avr/iotn167.h (SLEEP_MODE_PWR_SAVE): Define for power save
+       sleep mode.
+
+2015-07-22  Pitchumani Sivanupandi <address@hidden>
+
        bug #45539: iom32u4.h defines reserved IO address (TIMSK2 (0x70),
        TIMSK5 (0x73) etc)
        * include/avr/iom32u4.h: Remove defines for reserved IO

Modified: trunk/avr-libc/NEWS
===================================================================
--- trunk/avr-libc/NEWS 2015-07-22 05:32:39 UTC (rev 2479)
+++ trunk/avr-libc/NEWS 2015-07-22 06:31:48 UTC (rev 2480)
@@ -15,6 +15,7 @@
   [#44869] trunk doesn't work with gcc 5.1.0-RC-20150412
   [#44977] Incorrect PORT_t and CRC_t definitions for ATxmega64A1U and 128A1U
   [#45539] iom32u4.h defines reserved IO address (TIMSK2 (0x70), TIMSK5 (0x73) 
etc)
+  [#45551] Power-save mode not supported for ATtiny167
   [no-id] TC_EVACT_FRQ_gc was misspelled as TC_EVACT_FRW_gc in some Xmega
           header files
 

Modified: trunk/avr-libc/include/avr/iotn167.h
===================================================================
--- trunk/avr-libc/include/avr/iotn167.h        2015-07-22 05:32:39 UTC (rev 
2479)
+++ trunk/avr-libc/include/avr/iotn167.h        2015-07-22 06:31:48 UTC (rev 
2480)
@@ -877,6 +877,7 @@
 #define SLEEP_MODE_IDLE (0x00<<1)
 #define SLEEP_MODE_ADC (0x01<<1)
 #define SLEEP_MODE_PWR_DOWN (0x02<<1)
+#define SLEEP_MODE_PWR_SAVE (0x03<<1)
 
 
 #endif  /* _AVR_IOTN167_H_ */




reply via email to

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