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
|