From 4766acc544a97423a2560918c0d8fc0e28df5dee Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 17 Aug 2014 09:53:43 -0600 Subject: [PATCH] Update ChangeLogs --- ChangeLog.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index 680d49817..bb3d33a86 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1005,3 +1005,9 @@ 7.5 2014-xx-xx Gregory Nutt + * 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).