From 4f644e6c77bc29460806be5a5038796f85ea7bbb Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 11 Apr 2015 12:15:10 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index 9aaa10428..6fe2c2dde 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1253,3 +1253,6 @@ Armink(383016632@qq.com): https://github.com/armink/FreeModbus_Slave-Master-RTT-STM32. Ported to NuttX by Darcy Gong. + * apps/nshlib: Allow NSH 'date' command with no hardware RTC. Thisi + command is useful without an RTC too. Also, this permits testing on + the simulator which never has an RTC (2015-04-11).