Update README, TODO, and make some unfinished configuration options dependent on EXPERIMENTAL

This commit is contained in:
Gregory Nutt 2014-09-13 15:45:26 -06:00
parent e55b722ccd
commit 5320430570

View File

@ -3944,6 +3944,10 @@ Configurations
processes. There are hooks in place to do this; I just need to get processes. There are hooks in place to do this; I just need to get
time to get that done. time to get that done.
To see the bug in action:
nsh> /bin/hello
nsh: nsh:
This configuration directory provide the NuttShell (NSH). This is a This configuration directory provide the NuttShell (NSH). This is a
@ -4416,7 +4420,7 @@ Configurations
STATUS: STATUS:
See the To-Do list below See the To-Do list below
(2014-8-30): Retesting today I am seeing a strange behavior: Serial 2014-8-30: Retesting today I am seeing a strange behavior: Serial
output is coming out in chunks with delays between the chunks. It output is coming out in chunks with delays between the chunks. It
appears that something is not good in the serial port configuration. appears that something is not good in the serial port configuration.
I see no such chunky behavior in, for example, grahics output. I see no such chunky behavior in, for example, grahics output.