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 @@
Last Updated: March 23, 2011
+Last Updated: April 13, 2011
@@ -129,7 +129,8 @@ 6.3.11 Analog (ADC/DAC) Drivers- NuttX supports only a low-level, two-part Quadrature Driver driver. + NuttX supports a low-level, two-part Quadrature Encoder driver.
+ NuttX supports a low-level, two-part watchdog timer driver. +
++ Files supporting the watchdog timer can be found in the following locations: +
+include/nuttx/watchdog.h
.
+ This header file includes both the application level interface to the watchdog timer driver as well as the interface between the "upper half" and "lower half" drivers.
+ The watchdog timer driver uses a standard character driver framework.
+ drivers/watchdog.c
.
+ arch/
<architecture>/src/
<chip> directory for the specific processor <architecture> and for the specific <chip> watchdog timer peripheral devices.
+