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

 
 

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

Submitted by:  Wouter <wutje>
Submitted on:  Sun 20 Apr 2008 07:31:36 PM UTC  
 
Category: DocumentationSeverity: 3 - Normal
Priority: 9 - ImmediateItem Group: Documentation
Status: FixedPercent Complete: 100%
Assigned to: Eric Weddington <arcanum>Open/Closed: Closed
Release: 1.6.2Fixed Release: 1.7.0

Add a New Comment(Rich Markup)
   

You are not logged in

Please log in, so followups can be emailed to you.

 

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.)

Attach File(s):
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

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

    Please enter the title of George Orwell's famous dystopian book (it's a date):

     

     

    Follow 6 latest changes.

    Date Changed By Updated Field Previous Value => Replaced By
    Mon 28 Apr 2008 06:57:11 PM UTCarcanumStatusNone=>Fixed
      Percent Complete0%=>100%
      Assigned toNone=>arcanum
      Open/ClosedOpen=>Closed
      Fixed ReleaseNone=>1.7.0
    Sun 27 Apr 2008 04:13:13 AM UTCarcanumPriority5 - Normal=>9 - Immediate

    Back to the top


    Powered by Savane 3.1-cleanup1