diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index 8695be5912b..2f6c63f2c20 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -4598,7 +4598,7 @@ void board_led_off(int led);
include/nuttx/timer.h.
+ The header file for the NuttX timer driver reside at include/nuttx/timers/timer.h.
This header file includes both the application level interface to the timer driver as well as the interface between the "upper half" and "lower half" drivers.
The timer driver uses a standard character driver framework.
include/nuttx/rtc.h.
+ The header file for the NuttX RTC driver reside at include/nuttx/timers/rtc.h.
This header file includes both the application level interface to the RTC driver as well as the interface between the "upper half" and "lower half" drivers.
The RTC driver uses a standard character driver framework.
include/nuttx/watchdog.h.
+ The header file for the NuttX watchdog timer driver reside at include/nuttx/timers/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.