bugAVR C Runtime Library - Bugs: bug #39061, Clock_prescale_get and set missing...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #39061: Clock_prescale_get and set missing for some mega and tiny devices

Submitter:  Senthil Kumar Selvaraj <saaadhu>
Submitted:  Fri 24 May 2013 08:10:22 AM UTC
   
 
Category:  Library Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Header files
Status:  None Assigned to:  None
Percent Complete:  0% Open/Closed:  Open
Release:  1.8.0 Fixed Release:  None

Tue 02 Dec 2014 06:13:42 AM UTC, comment #1: 

I just ran into this issue as well using an ATmega16U2, and would love to see it fixed!

Andrew Mao <mizzao>
Fri 24 May 2013 08:10:22 AM UTC, original submission:  

The implementation for clock_prescale_set and get is missing for the following devices.

ATmega168A, ATmega16M1, ATmega16U2, ATmega324PA, ATmega3290P, ATmega64M1, ATmega64C1, ATmega88A, ATmega88PA, ATtiny88 and ATtiny87

The attached patch adds support by adding conditional directives for these devices to an existing implementation.

ChangeLog

2013-05-24  Usha Gupta <usha.gupta@atmel.com>

    * include/avr/power.h: Add clock_prescale_get and set for
    ATmega168A, ATmega16M1, ATmega16U2, ATmega324PA, ATmega3290P,
    ATmega64M1, ATmega64C1, ATmega88A, ATmega88PA, ATtiny88 and
    ATtiny87

Senthil Kumar Selvaraj <saaadhu>
Group Member

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files
file #28157:  misc_power.patch added by saaadhu (2KiB - text/x-patch)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by mizzao (Posted a comment)
  • -email is unavailable- added by saaadhu (Submitted the item)
  •  

    Follows 1 latest change.

    Date Changed by Updated Field Previous Value => Replaced by
    2013-05-24 saaadhu Attached File- Added misc_power.patch, #28157

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code