diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index d2e440e5b5a..d6bb7982c50 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -12,7 +12,7 @@

NuttX RTOS Porting Guide

-

Last Updated: May 18, 2015

+

Last Updated: November 20, 2015

@@ -2340,6 +2340,14 @@ else
CONFIG_RTC
Enables general support for a hardware RTC. Specific architectures may require other specific settings. +
CONFIG_RTC_EXTERNAL +
Most MCUs include RTC hardware built into the chip. + Other RTCs, external MCUs, may be provided as separate chips typically + interfacing with the MCU via a serial interface such as SPI or I2C. + These external RTCs differ from the builtin RTCs in that they cannot be initialized + until the operating system is fully booted and can support the required serial + communications. CONFIG_RTC_EXTERNAL will configure the operating + system so that it defers initialization of its time facilities.
CONFIG_RTC_DATETIME
There are two general types of RTC: (1) A simple battery backed counter that keeps the time when power is down, and (2) A full date / time RTC the provides the date and time information, often in BCD format. @@ -2364,8 +2372,12 @@ else