summaryrefslogtreecommitdiff
path: root/nuttx/examples/ostest/roundrobin.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-09-18 14:48:26 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-09-18 14:48:26 +0000
commitb1bb829bbf07e59acb1aecf24c514901b32752e2 (patch)
treee4748aef6be341f1656f646ace2d449dd3cdc72c /nuttx/examples/ostest/roundrobin.c
parent460d93a5ee00cdc770f4e02eef186af2f363a96f (diff)
downloadpx4-nuttx-b1bb829bbf07e59acb1aecf24c514901b32752e2.tar.gz
px4-nuttx-b1bb829bbf07e59acb1aecf24c514901b32752e2.tar.bz2
px4-nuttx-b1bb829bbf07e59acb1aecf24c514901b32752e2.zip
ARM architecture supports lowconsole
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@930 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/examples/ostest/roundrobin.c')
-rw-r--r--nuttx/examples/ostest/roundrobin.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/nuttx/examples/ostest/roundrobin.c b/nuttx/examples/ostest/roundrobin.c
index 003c6cf6b..061d51f3d 100644
--- a/nuttx/examples/ostest/roundrobin.c
+++ b/nuttx/examples/ostest/roundrobin.c
@@ -14,7 +14,7 @@
* notice, this list of conditions and the following disclaimer in
* the documentation and/or other materials provided with the
* distribution.
- * 3. Neither the name Gregory NuttX nor the names of its contributors may be
+ * 3. Neither the name NuttX nor the names of its contributors may be
* used to endorse or promote products derived from this software
* without specific prior written permission.
*
@@ -47,7 +47,10 @@
* Definitions
********************************************************************************/
-/* This number may need to be tuned for different processor speeds */
+/* This number may need to be tuned for different processor speeds. Since these
+ * arrays must be large to very correct SCHED_RR behavior, this test may require
+ * too much memory on many targets.
+ */
/* #define CONFIG_NINTEGERS 32768 Takes forever on 60Mhz ARM7 */