AVR C Runtime Library - Bugs: bug #60662, Xmega.h is prepared for Doxygen...
You are not allowed to post comments on this tracker with your current authentication level.
bug #60662: Xmega.h is prepared for Doxygen but not added to doxygen.config.in
Submitter: | Cliff Lawson <wrightflyer> | ||
Submitted: | Mon 24 May 2021 09:43:16 AM UTC | ||
Category: | Documentation | Severity: | 3 - Normal |
Priority: | 5 - Normal | Item Group: | Documentation |
Status: | None | Percent Complete: | 0% |
Assigned to: | None | Open/Closed: | Open |
Release: | 2.0.0 | Fixed Release: | None |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
No changes have been made to this item
Now that the recently added AVR-0/AVR-1/AVR-DB mean there are many more "Xmega"" being used, there is increasing requirement for _PROTECTED_WRITE() to write CCP protected registers.
Clearly the avr/include/xmega.h header has been prepared for Doxygen but it does not appear in the published documentation. This is simply (I believe) because it has not been listed around line 774 in avr-libc/doc/api/doxygen.config.in where the other ("main") files in avr/include are listed. Suggest that
@top_srcdir@/include/time.h \
+ @top_srcdir@/include/xmega.h \
an additional line be added after "time.h" to also list "xmega.h"