AVR C Runtime Library - Bugs: bug #61102, Missing support for ATmega324PA in...
You are not allowed to post comments on this tracker with your current authentication level.
bug #61102: Missing support for ATmega324PA in header file avr/power.h
Submitter: | None | ||
Submitted: | Wed 01 Sep 2021 11:22:15 AM UTC | ||
Category: | Library | Severity: | 3 - Normal |
Priority: | 5 - Normal | Item Group: | Header files |
Status: | None | Percent Complete: | 0% |
Assigned to: | None | Originator Email: | -email is unavailable- |
Open/Closed: | Open | Release: | 2.0.0 |
Fixed Release: | None |
Attached Files
file #51858: patch-include_avr_power.h added by None (415B - text/x-chdr)
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
Follows 1 latest change.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2021-09-01 | None | Attached File | - | ![]() |
Added patch-include_avr_power.h, #51858 |
Missing support for ATmega324PA in header file avr/power.h
In the header file "avr/power.h" some declarations like
clock_prescale_set() are not declared for ATmega324PA.
Patch attached.