From 532043057004d333ca89b482cdae205e718b4fb9 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 13 Sep 2014 15:45:26 -0600 Subject: [PATCH] Update README, TODO, and make some unfinished configuration options dependent on EXPERIMENTAL --- configs/sama5d4-ek/README.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/configs/sama5d4-ek/README.txt b/configs/sama5d4-ek/README.txt index d55935a2e4..1c612e1b3b 100644 --- a/configs/sama5d4-ek/README.txt +++ b/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.