bugAVR C Runtime Library - Bugs: bug #23004, Watchdog enable docu only...

 
 

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

bug #23004: Watchdog enable docu only generated for Xmega series

Submitter:  Wouter <wutje>
Submitted:  Sun 20 Apr 2008 07:31:36 PM UTC
   
 
Category:  Documentation Severity:  3 - Normal
Priority:  9 - Immediate Item Group:  Documentation
Status:  Fixed Assigned to:  arcanum
Percent Complete:  100% Open/Closed:  Closed
Release:  1.6.2 Fixed Release:  1.7.0

Sun 20 Apr 2008 07:31:36 PM UTC, original submission:  

The addition of Xmega ifdef has broken the documentation generation for wdt_enable.

The code is now this:
#if defined(_AVR_ATxmega128A1_) \
|| defined(_AVR_ATxmega64A1_)


/**
   \ingroup avr_watchdog
   Enable the watchdog timer, configuring it for expiry after
   \c timeout (which is a combination of the \c WDP0 through
   \c WDP2 bits to write into the \c WDTCR register; For those devices
   that have a \c WDTCSR register, it uses the combination of the \c WDP0
   through \c WDP3 bits).

   See also the symbolic constants \c WDTO_15MS et al.
*/


should of course be:
/**
   \ingroup avr_watchdog
   Enable the watchdog timer, configuring it for expiry after
   \c timeout (which is a combination of the \c WDP0 through
   \c WDP2 bits to write into the \c WDTCR register; For those devices
   that have a \c WDTCSR register, it uses the combination of the \c WDP0
   through \c WDP3 bits).

   See also the symbolic constants \c WDTO_15MS et al.
*/
#if defined(_AVR_ATxmega128A1_) \
|| defined(_AVR_ATxmega64A1_)

Wouter <wutje>

 

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

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by arcanum (Updated the item)
  • -email is unavailable- added by wutje (Submitted the item)
  •  

    Follow 6 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2008-04-28 arcanum StatusNone Fixed
        Percent Complete0% 100%
        Assigned toNone arcanum
        Open/ClosedOpen Closed
        Fixed ReleaseNone 1.7.0
    2008-04-27 arcanum Priority5 - Normal 9 - Immediate

    Back to the top

    Powered by Savane 3.13-bb6a.
    Corresponding source code