diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index 64bf3568a2..008a414a29 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -12,7 +12,7 @@

NuttX RTOS Porting Guide

-

Last Updated: March 23, 2011

+

Last Updated: April 13, 2011

@@ -129,7 +129,8 @@ 6.3.11 Analog (ADC/DAC) Drivers
6.3.12 PWM Drivers
6.3.13 CAN Drivers
- 6.3.14 Quadrature Encoder Drivers + 6.3.14 Quadrature Encoder Drivers
+ 6.3.15 Watchdog Timer Drivers 6.4 Power Management +

6.3.15 Watchdog Timer Drivers

+

+ NuttX supports a low-level, two-part watchdog timer driver. +

+
    +
  1. + An "upper half", generic driver that provides the comman watchdog timer interface to application level code, and +
  2. +
  3. + A "lower half", platform-specific driver that implements the low-level timer controls to implement the watchdog timer functionality. +
  4. +
+

+ Files supporting the watchdog timer can be found in the following locations: +

+ +

6.4 Power Management

6.4.1 Overview