summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-06 12:20:38 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-06 12:20:38 -0600
commitde7a1e9d3b02341506d818a2a628c190ce115aab (patch)
tree6779a7369b15cab5ae7da29583008e37098dacf7
parent35c00972da41e12f4fb0590f4b4d45be91a31bfa (diff)
downloadnuttx-de7a1e9d3b02341506d818a2a628c190ce115aab.tar.gz
nuttx-de7a1e9d3b02341506d818a2a628c190ce115aab.tar.bz2
nuttx-de7a1e9d3b02341506d818a2a628c190ce115aab.zip
Update TODO and ChangeLog
-rw-r--r--apps/ChangeLog.txt5
-rw-r--r--nuttx/TODO2
2 files changed, 6 insertions, 1 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 085f0aa12..ff0a73224 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -996,3 +996,8 @@
address is now configurable. From Lazlo (2014-8-6).
* apps/nshlib/Kconfig, nsh.h, and nsh_netinit.c: Also add an option to
let platform-specific logic select the MAC address (2014-8-5).
+ * apps/nshlib/Kconfig, nsh.h, and nsh_netinit.c: There is now a
+ configuration option that will bring up the network on an separate
+ thread. Since the network bring-up is asynchronous, there are not
+ serial console start-up delays due to the network negotiation time
+ (2014-8-6).
diff --git a/nuttx/TODO b/nuttx/TODO
index 3e3c83e28..1adea3d5d 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -2357,7 +2357,7 @@ o NuttShell (NSH) (apps/nshlib)
initialization was successful.
- Furthermore, there is currently no support for detecting loss
- of network connection and recover of the connection (see the
+ of network connection and recovery of the connection (see the
next issue).
Status: Open
Priority: Medium, but certainly high if you plan to use the generic