[avr-libc-dev] [bug #31990] PRPSC0 used in power.h for AT90PWM81 instead of PRPSCR

2011-02-11 Thread Anitha Boyapati

Update of bug #31990 (project avr-libc):

  Status:None => Fixed  
 Discussion Lock: Any => Locked 
   Fixed Release:None => 1.7.1  


___

Reply to this item at:

  

___
  Message sent via/by Savannah
  http://savannah.nongnu.org/


___
AVR-libc-dev mailing list
AVR-libc-dev@nongnu.org
http://lists.nongnu.org/mailman/listinfo/avr-libc-dev


[avr-libc-dev] [bug #31990] PRPSC0 used in power.h for AT90PWM81 instead of PRPSCR

2011-02-11 Thread Anitha Boyapati

Update of bug #31990 (project avr-libc):

Percent Complete:  0% => 100%   
 Assigned to:None => aboyapati  
 Open/Closed:Open => Closed 


___

Reply to this item at:

  

___
  Message sent via/by Savannah
  http://savannah.nongnu.org/


___
AVR-libc-dev mailing list
AVR-libc-dev@nongnu.org
http://lists.nongnu.org/mailman/listinfo/avr-libc-dev


[avr-libc-dev] [bug #31990] PRPSC0 used in power.h for AT90PWM81 instead of PRPSCR

2011-02-10 Thread Anitha Boyapati

Additional Item Attachment, bug #31990 (project avr-libc):

File name: bug31990.patch Size:10 KB


___

Reply to this item at:

  

___
  Message sent via/by Savannah
  http://savannah.nongnu.org/


___
AVR-libc-dev mailing list
AVR-libc-dev@nongnu.org
http://lists.nongnu.org/mailman/listinfo/avr-libc-dev


[avr-libc-dev] [bug #31990] PRPSC0 used in power.h for AT90PWM81 instead of PRPSCR

2011-02-10 Thread Anitha Boyapati

Follow-up Comment #2, bug #31990 (project avr-libc):

Patch looks fine. Preparing to commit.

___

Reply to this item at:

  

___
  Message sent via/by Savannah
  http://savannah.nongnu.org/


___
AVR-libc-dev mailing list
AVR-libc-dev@nongnu.org
http://lists.nongnu.org/mailman/listinfo/avr-libc-dev


[avr-libc-dev] [bug #31990] PRPSC0 used in power.h for AT90PWM81 instead of PRPSCR

2010-12-27 Thread Praveen Kaushik

Follow-up Comment #1, bug #31990 (project avr-libc):

Hi,
  Please review the patch for this bug.
I have changed:
  /include/avr/io90pwm81.h-PRPSC0 changed to PRPSCR
  /include/avr/power.h-Changed PRPSC0 to PRPSCR in #elif
defined(__AVR_AT90PWM81__) section, documentation updated.

(file #22297)
___

Additional Item Attachment:

File name: patch  Size:9 KB


___

Reply to this item at:

  

___
  Message sent via/by Savannah
  http://savannah.nongnu.org/


___
AVR-libc-dev mailing list
AVR-libc-dev@nongnu.org
http://lists.nongnu.org/mailman/listinfo/avr-libc-dev


[avr-libc-dev] [bug #31990] PRPSC0 used in power.h for AT90PWM81 instead of PRPSCR

2010-12-27 Thread Praveen Kaushik

URL:
  

 Summary: PRPSC0 used in power.h for AT90PWM81 instead of
PRPSCR
 Project: AVR C Runtime Library
Submitted by: praveenkaushik
Submitted on: Mon 27 Dec 2010 10:21:08 AM GMT
Category: Header
Severity: 3 - Normal
Priority: 5 - Normal
  Item Group: Header files
  Status: None
Percent Complete: 0%
 Assigned to: None
 Open/Closed: Open
 Discussion Lock: Any
 Release: 1.7.0
   Fixed Release: None

___

Details:

power.h uses the macro PRPSC0 for AT90PWM81

#elif defined(__AVR_AT90PWM81__)
...
/* Power Stage Controller 0 */
#define power_psc0_enable() (PRR &= (uint8_t)~(1 << PRPSC0))
#define power_psc0_disable()(PRR |= (uint8_t)(1 << PRPSC0))
...
...
define power_all_enable()  (PRR &=
(uint8_t)~((1

___
  Message sent via/by Savannah
  http://savannah.nongnu.org/


___
AVR-libc-dev mailing list
AVR-libc-dev@nongnu.org
http://lists.nongnu.org/mailman/listinfo/avr-libc-dev