summaryrefslogtreecommitdiff
path: root/nuttx/configs
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-13 15:45:26 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-13 15:45:26 -0600
commit26d0141f155734ffdaad2260d9335061fe81abc1 (patch)
tree6fc7a764399a4b6ad167b813f87701de92e7cbe4 /nuttx/configs
parent7f7712d662d40ab932ccb066ef081ffff71d9a0e (diff)
downloadpx4-nuttx-26d0141f155734ffdaad2260d9335061fe81abc1.tar.gz
px4-nuttx-26d0141f155734ffdaad2260d9335061fe81abc1.tar.bz2
px4-nuttx-26d0141f155734ffdaad2260d9335061fe81abc1.zip
Update README, TODO, and make some unfinished configuration options dependent on EXPERIMENTAL
Diffstat (limited to 'nuttx/configs')
-rw-r--r--nuttx/configs/sama5d4-ek/README.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/nuttx/configs/sama5d4-ek/README.txt b/nuttx/configs/sama5d4-ek/README.txt
index d55935a2e..1c612e1b3 100644
--- a/nuttx/configs/sama5d4-ek/README.txt
+++ b/nuttx/configs/sama5d4-ek/README.txt
@@ -3944,6 +3944,10 @@ Configurations
processes. There are hooks in place to do this; I just need to get
time to get that done.
+ To see the bug in action:
+
+ nsh> /bin/hello
+
nsh:
This configuration directory provide the NuttShell (NSH). This is a
@@ -4416,7 +4420,7 @@ Configurations
STATUS:
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
appears that something is not good in the serial port configuration.
I see no such chunky behavior in, for example, grahics output.