From 0b5b6591f97a9322724834c7cf94532a34b60cd4 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 18 Feb 2014 11:50:32 -0600 Subject: [PATCH] sched/task_terminate always return an error because return value was not being set correctory. From Gosha --- configs/samd20-xplained/README.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/samd20-xplained/README.txt b/configs/samd20-xplained/README.txt index 6ca88093248..81962e59074 100644 --- a/configs/samd20-xplained/README.txt +++ b/configs/samd20-xplained/README.txt @@ -852,7 +852,7 @@ Configuration sub-directories STATUS/ISSUES: - 1. The FLASH waistates is set to 2 (see include/board.h). According to + 1. The FLASH waitstates is set to 2 (see include/board.h). According to the data sheet, it should work at 1 but I sometimes see crashes when the waitstates are set to one (about half of the time) (2014-2-18). @@ -860,7 +860,7 @@ Configuration sub-directories the time) or after a power cycle (less after a power cycle). I don't understand the cause of of this but most of this can be eliminated by simply holding the the reset button longer and releasing it cleanly - (then it fails maybe 5-10% of the time, mabe because of button + (then it fails maybe 5-10% of the time, maybe because of button chatter?) (2014-2-18). - The garbage is not random: It is always the same.