summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 680d49817..bb3d33a86 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -1005,3 +1005,9 @@
7.5 2014-xx-xx Gregory Nutt <gnutt@nuttx.org>
+ * apps/nshlib/Kconfig, nsh.h, and nsh_netinit.c: Extend the NSH network
+ initialization logic. There is now an option that will create a
+ network monitor thread that will monitor the state of the link. When
+ the link goes down, the code will attempt to gracefully put the
+ Ethernet driver in a down state; When the link comes back, the code
+ will attempt to bring the network back up (2014-8-17).