<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>change log for rtems (2010-06-07)</title>
</head>
<body text='#000000' bgcolor='#ffffff'>
<a name='cs1'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
 <font color='#bb2222'><strong>joel</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2010-06-07 Bharath Suri <bharath.s.jois@gmail.com>

        * spfifo01/main.c: New file.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/sptests/ChangeLog.diff?r1=text&tr1=1.367&r2=text&tr2=1.368&diff_format=h">M</a></td><td width='1%'>1.368</td><td width='100%'>testsuites/sptests/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/sptests/spfifo01/main.c?rev=1.1&content-type=text/vnd.viewcvs-markup">A</a></td><td width='1%'><font color="#000088">1.1</font></td><td width='100%'><font color="#000088">testsuites/sptests/spfifo01/main.c</font></td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/testsuites/sptests/ChangeLog:1.367 rtems/testsuites/sptests/ChangeLog:1.368
--- rtems/testsuites/sptests/ChangeLog:1.367    Mon Jun  7 14:09:27 2010
+++ rtems/testsuites/sptests/ChangeLog  Mon Jun  7 19:31:52 2010
</font><font color='#997700'>@@ -1,5 +1,9 @@
</font> 2010-06-07        Bharath Suri <bharath.s.jois@gmail.com>
 
<font color='#000088'>+   * spfifo01/main.c: New file.
+
+2010-06-07     Bharath Suri <bharath.s.jois@gmail.com>
+
</font>   PR PR1542
        * Makefile.am, configure.ac: Coverage improvement: fifo_open.
        * spfifo01/spfifo01.doc, spfifo01/spfifo01.scn, spfifo01/test.c,

<font color='#006600'>diff -u /dev/null rtems/testsuites/sptests/spfifo01/main.c:1.1
--- /dev/null   Mon Jun  7 20:11:33 2010
+++ rtems/testsuites/sptests/spfifo01/main.c    Mon Jun  7 19:31:53 2010
</font><font color='#997700'>@@ -0,0 +1,40 @@
</font><font color='#000088'>+/*
+ *  COPYRIGHT (c) 1989-2010.
+ *  On-Line Applications Research Corporation (OAR).
+ *
+ *  The license and distribution terms for this file may be
+ *  found in the file LICENSE in this distribution or at
+ *  http://www.rtems.com/license/LICENSE.
+ *
+ *  $Id$
+ */
+
+/* Includes */
+#include <bsp.h>
+#include <tmacros.h>
+
+void test_main(void);
+
+rtems_task Init(
+  rtems_task_argument not_used
+)
+{
+  test_main();
+  rtems_test_exit(0);
+}
+
+#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
+#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
+
+#define CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEM
+#define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 6
+
+#define CONFIGURE_MAXIMUM_TASKS 1
+
+#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
+
+#define CONFIGURE_INIT
+
+#include <rtems/confdefs.h>
+
+/* end of file */
</font></pre>
<p> </p>

<p>--<br />
<small>Generated by <a href="http://www.codewiz.org/projects/index.html#loginfo">Deluxe Loginfo</a> 2.122 by Bernardo Innocenti <bernie@develer.com></small></p>
</body>
</html>