summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-17 09:53:43 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-17 09:53:43 -0600
commit29cd2f3d4131c0aca01db339477a920b838b73bc (patch)
tree252b82278913aebc191231d679c90a805fa44a36 /apps/ChangeLog.txt
parent45ae398fe34e373700a02e08c0f779e572862525 (diff)
downloadnuttx-29cd2f3d4131c0aca01db339477a920b838b73bc.tar.gz
nuttx-29cd2f3d4131c0aca01db339477a920b838b73bc.tar.bz2
nuttx-29cd2f3d4131c0aca01db339477a920b838b73bc.zip
Update ChangeLogs
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).