From 0dbff0abc31214bc4a3feef6ac46e9d1a2685042 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 11 Apr 2015 12:13:18 -0600 Subject: [PATCH] Allow NSH date command with no RTC. This command is useful without an RTC too. Also, this permits testing on the simulator which never has an RTC --- Documentation/NuttShell.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Documentation/NuttShell.html b/Documentation/NuttShell.html index ff55c0655a3..244a7889a39 100644 --- a/Documentation/NuttShell.html +++ b/Documentation/NuttShell.html @@ -8,7 +8,7 @@

NuttShell (NSH)

-

Last Updated: August 7, 2014

+

Last Updated: April 11, 2015

@@ -1181,7 +1181,6 @@ date [-s "MMM DD HH:MM:SS YYYY"]

Synopsis. Show or set the current date and time. - This command is only supported if the platform supported RTC hardware (CONFIG_RTC=y).

Only one format is used both on display and when setting the date/time: @@ -2568,7 +2567,7 @@ nsh> date - CONFIG_RTC +
CONFIG_NSH_DISABLE_DATE