From dacf833f9af5137dcad044152b8c75e56ddd0e79 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 18 Mar 2011 20:35:31 +0000 Subject: Update documentation, change CONFIG_EXAMPLES_NSH to CONFIG_NSH git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3394 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/TODO | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'nuttx/TODO') diff --git a/nuttx/TODO b/nuttx/TODO index ee9638a0b..b2a3c7317 100644 --- a/nuttx/TODO +++ b/nuttx/TODO @@ -17,7 +17,7 @@ NuttX TODO List (Last updated March 16 2011) (1) Pascal add-on (pcode/) (1) Documentation (Documentation/) (5) Build system / Toolchains - (4) NuttShell (NSH) (examples/nsh) + (4) NuttShell (NSH) (apps/nshlib) (3) Other Applications & Tests (examples/) (7) Linux/Cywgin simulation (arch/sim) (3) ARM (arch/arm/) @@ -226,7 +226,7 @@ o Network (net/, drivers/net) Priority: Medium Description: Need to standardize collection of statistics from network - drivers. examples/nsh ifconfig command should present + drivers. apps/nshlib ifconfig command should present statistics. Status: Open Priority: Low @@ -237,7 +237,7 @@ o Network (net/, drivers/net) solution is simple: A mutex will be needed to make sure that each send that is started is able to be the exclusive sender until all of the data to be sent has been ACKed. - Status: Open. There is some temporary logic to examples/nsh that does + Status: Open. There is some temporary logic to apps/nshlib that does this same fix and that temporary logic should be removed when send() is fixed. Priority: Medium-Low. This is an important issue for applications that @@ -551,8 +551,8 @@ o Build system Priority: High if you are using NX and a newer compiler. -o NuttShell (NSH) (examples/nsh) - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +o NuttShell (NSH) (apps/nshlib) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Description: When the telnetd front end is received, each TCP packet received causes a prompt (nsh >) to be presented. The -- cgit v1.2.3