summaryrefslogtreecommitdiff
path: root/nuttx/configs/sama5d4-ek/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/sama5d4-ek/README.txt')
-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.