change log for rtems (2010-06-07)

rtems-vc at rtems.org rtems-vc at rtems.org
Tue Jun 8 01:11:33 UTC 2010


 *joel*:
2010-06-07	Bharath Suri <bharath.s.jois at gmail.com>

	* spfifo01/main.c: New file.

M  1.368  testsuites/sptests/ChangeLog
A    1.1  testsuites/sptests/spfifo01/main.c

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
@@ -1,5 +1,9 @@
 2010-06-07	Bharath Suri <bharath.s.jois at gmail.com>
 
+	* spfifo01/main.c: New file.
+
+2010-06-07	Bharath Suri <bharath.s.jois at gmail.com>
+
 	PR PR1542
 	* Makefile.am, configure.ac: Coverage improvement: fifo_open.
 	* spfifo01/spfifo01.doc, spfifo01/spfifo01.scn, spfifo01/test.c,

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
@@ -0,0 +1,40 @@
+/*
+ *  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 */



--

Generated by Deluxe Loginfo [http://www.codewiz.org/projects/index.html#loginfo] 2.122 by Bernardo Innocenti <bernie at develer.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/vc/attachments/20100607/0d17ee51/attachment.html>


More information about the vc mailing list