NSH networking: 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.

This commit is contained in:
Gregory Nutt
2014-08-06 11:59:41 -06:00
parent 291697ba8d
commit dc57af80fc
4 changed files with 117 additions and 8 deletions

View File

@@ -101,4 +101,3 @@ void nsh_initialize(void)
(void)nsh_netinit();
}