Update ChangeLogs

This commit is contained in:
Gregory Nutt 2014-08-17 09:53:43 -06:00
parent 5943cf2c2b
commit 4766acc544

View File

@ -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).