<!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 examples-v2 (2011-03-03)</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>2011-03-03 Joel Sherrill <joel.sherrilL@OARcorp.com>
* classic_signal/test.c: Example clean up.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//examples-v2/classic_api/ChangeLog.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&diff_format=h">M</a></td><td width='1%'>1.3</td><td width='100%'>classic_api/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//examples-v2/classic_api/classic_signal/test.c.diff?r1=text&tr1=1.1&r2=text&tr2=1.2&diff_format=h">M</a></td><td width='1%'>1.2</td><td width='100%'>classic_api/classic_signal/test.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u examples-v2/classic_api/ChangeLog:1.2 examples-v2/classic_api/ChangeLog:1.3
--- examples-v2/classic_api/ChangeLog:1.2 Thu Apr 8 08:21:44 2010
+++ examples-v2/classic_api/ChangeLog Thu Mar 3 12:00:29 2011
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2011-03-03 Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+ * classic_signal/test.c: Example clean up.
+
</font> 2010-04-08 Joel Sherrill <joel.sherrilL@OARcorp.com>
* classic_signal/Makefile: Change executable name from hello.
<font color='#006600'>diff -u examples-v2/classic_api/classic_signal/test.c:1.1 examples-v2/classic_api/classic_signal/test.c:1.2
--- examples-v2/classic_api/classic_signal/test.c:1.1 Thu Aug 6 15:25:58 2009
+++ examples-v2/classic_api/classic_signal/test.c Thu Mar 3 12:00:30 2011
</font><font color='#997700'>@@ -51,7 +51,7 @@
</font> rtems_interval start;
rtems_interval now;
<font color='#880000'>- puts( "\n\n*** SIGNAL FROM TST TEST ***" );
</font><font color='#000088'>+ puts( "\n\n*** SIGNAL FROM TSR TEST ***" );
</font>
main_task = rtems_task_self();
<font color='#997700'>@@ -96,7 +96,6 @@
</font> }
/* configuration information */
<font color='#880000'>-
</font> #define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
<font color='#997700'>@@ -106,5 +105,4 @@
</font> #define CONFIGURE_MAXIMUM_TIMERS 1
#define CONFIGURE_INIT
<font color='#880000'>-
</font> #include <rtems/confdefs.h>
</pre>
<p> </p>
<a name='cs2'></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>2011-03-03 Joel Sherrill <joel.sherrilL@OARcorp.com>
* both_hello/test.c, hello_world_c/test.c, posix_hello_world/test.c:
Example clean up.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//examples-v2/hello/ChangeLog.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&diff_format=h">M</a></td><td width='1%'>1.3</td><td width='100%'>hello/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//examples-v2/hello/both_hello/test.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&diff_format=h">M</a></td><td width='1%'>1.3</td><td width='100%'>hello/both_hello/test.c</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//examples-v2/hello/hello_world_c/test.c.diff?r1=text&tr1=1.1&r2=text&tr2=1.2&diff_format=h">M</a></td><td width='1%'>1.2</td><td width='100%'>hello/hello_world_c/test.c</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//examples-v2/hello/posix_hello_world/test.c.diff?r1=text&tr1=1.1&r2=text&tr2=1.2&diff_format=h">M</a></td><td width='1%'>1.2</td><td width='100%'>hello/posix_hello_world/test.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u examples-v2/hello/ChangeLog:1.2 examples-v2/hello/ChangeLog:1.3
--- examples-v2/hello/ChangeLog:1.2 Tue Apr 6 16:26:17 2010
+++ examples-v2/hello/ChangeLog Thu Mar 3 12:00:33 2011
</font><font color='#997700'>@@ -1,3 +1,8 @@
</font><font color='#000088'>+2011-03-03 Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+ * both_hello/test.c, hello_world_c/test.c, posix_hello_world/test.c:
+ Example clean up.
+
</font> 2010-04-06 Joel Sherrill <joel.sherrill@oarcorp.com>
* both_hello/test.c: Add unistd.h
<font color='#006600'>diff -u examples-v2/hello/both_hello/test.c:1.2 examples-v2/hello/both_hello/test.c:1.3
--- examples-v2/hello/both_hello/test.c:1.2 Tue Apr 6 16:26:17 2010
+++ examples-v2/hello/both_hello/test.c Thu Mar 3 12:00:33 2011
</font><font color='#997700'>@@ -3,7 +3,6 @@
</font> */
#include <bsp.h>
<font color='#880000'>-
</font> #include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
<font color='#997700'>@@ -37,7 +36,5 @@
</font> #define CONFIGURE_MAXIMUM_POSIX_THREADS 1
#define CONFIGURE_INIT
<font color='#880000'>-
</font> #include <rtems/confdefs.h>
<font color='#880000'>-
</font> /* end of file */
<font color='#006600'>diff -u examples-v2/hello/hello_world_c/test.c:1.1 examples-v2/hello/hello_world_c/test.c:1.2
--- examples-v2/hello/hello_world_c/test.c:1.1 Thu Aug 6 15:25:58 2009
+++ examples-v2/hello/hello_world_c/test.c Thu Mar 3 12:00:33 2011
</font><font color='#997700'>@@ -5,7 +5,6 @@
</font> */
#include <bsp.h>
<font color='#880000'>-
</font> #include <stdlib.h>
#include <stdio.h>
<font color='#997700'>@@ -29,7 +28,5 @@
</font> #define CONFIGURE_MAXIMUM_TASKS 1
#define CONFIGURE_INIT
<font color='#880000'>-
</font> #include <rtems/confdefs.h>
<font color='#880000'>-
</font> /* end of file */
<font color='#006600'>diff -u examples-v2/hello/posix_hello_world/test.c:1.1 examples-v2/hello/posix_hello_world/test.c:1.2
--- examples-v2/hello/posix_hello_world/test.c:1.1 Thu Aug 6 15:25:58 2009
+++ examples-v2/hello/posix_hello_world/test.c Thu Mar 3 12:00:33 2011
</font><font color='#997700'>@@ -3,7 +3,6 @@
</font> */
#include <bsp.h>
<font color='#880000'>-
</font> #include <stdio.h>
#include <stdlib.h>
<font color='#997700'>@@ -24,11 +23,8 @@
</font> #define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
#define CONFIGURE_POSIX_INIT_THREAD_TABLE
<font color='#880000'>-
</font> #define CONFIGURE_MAXIMUM_POSIX_THREADS 1
#define CONFIGURE_INIT
<font color='#880000'>-
</font> #include <rtems/confdefs.h>
<font color='#880000'>-
</font> /* end of file */
</pre>
<p> </p>
<a name='cs3'></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>2011-03-03 Joel Sherrill <joel.sherrilL@OARcorp.com>
* event_server/init.c, msg_server/init.c, sem_server/init.c,
timer/init.c, timer_server/init.c: Example clean up.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//examples-v2/led/ChangeLog.diff?r1=text&tr1=1.11&r2=text&tr2=1.12&diff_format=h">M</a></td><td width='1%'>1.12</td><td width='100%'>led/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//examples-v2/led/event_server/init.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&diff_format=h">M</a></td><td width='1%'>1.4</td><td width='100%'>led/event_server/init.c</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//examples-v2/led/msg_server/init.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&diff_format=h">M</a></td><td width='1%'>1.4</td><td width='100%'>led/msg_server/init.c</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//examples-v2/led/sem_server/init.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&diff_format=h">M</a></td><td width='1%'>1.4</td><td width='100%'>led/sem_server/init.c</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//examples-v2/led/timer/init.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&diff_format=h">M</a></td><td width='1%'>1.4</td><td width='100%'>led/timer/init.c</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//examples-v2/led/timer_server/init.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&diff_format=h">M</a></td><td width='1%'>1.3</td><td width='100%'>led/timer_server/init.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u examples-v2/led/ChangeLog:1.11 examples-v2/led/ChangeLog:1.12
--- examples-v2/led/ChangeLog:1.11 Thu Apr 29 16:52:00 2010
+++ examples-v2/led/ChangeLog Thu Mar 3 12:00:34 2011
</font><font color='#997700'>@@ -1,3 +1,8 @@
</font><font color='#000088'>+2011-03-03 Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+ * event_server/init.c, msg_server/init.c, sem_server/init.c,
+ timer/init.c, timer_server/init.c: Example clean up.
+
</font> 2010-04-29 Joel Sherrill <joel.sherrilL@OARcorp.com>
* complex1/main.cc, complex1/menu.cc, complex1/periodic.c,
<font color='#006600'>diff -u examples-v2/led/event_server/init.c:1.3 examples-v2/led/event_server/init.c:1.4
--- examples-v2/led/event_server/init.c:1.3 Thu Dec 17 14:09:11 2009
+++ examples-v2/led/event_server/init.c Thu Mar 3 12:00:34 2011
</font><font color='#997700'>@@ -41,7 +41,6 @@
</font> }
}
<font color='#880000'>-
</font> rtems_task Init(
rtems_task_argument argument
)
<font color='#006600'>diff -u examples-v2/led/msg_server/init.c:1.3 examples-v2/led/msg_server/init.c:1.4
--- examples-v2/led/msg_server/init.c:1.3 Thu Dec 17 14:09:11 2009
+++ examples-v2/led/msg_server/init.c Thu Mar 3 12:00:34 2011
</font><font color='#997700'>@@ -55,6 +55,14 @@
</font>
LED_INIT();
<font color='#000088'>+ status = rtems_message_queue_create(
+ rtems_build_name( 'Q', '1', ' ', ' ' ),
+ 1,
+ sizeof(uint32_t),
+ RTEMS_DEFAULT_ATTRIBUTES,
+ &Queue_id
+ );
+
</font> task_name = rtems_build_name( 'T', 'A', '1', ' ' );
status = rtems_task_create(
<font color='#997700'>@@ -64,14 +72,6 @@
</font>
status = rtems_task_start( task_id, Test_task, 1 );
<font color='#880000'>- status = rtems_message_queue_create(
- rtems_build_name( 'Q', '1', ' ', ' ' ),
- 1,
- sizeof(uint32_t),
- RTEMS_DEFAULT_ATTRIBUTES,
- &Queue_id
- );
-
</font> for (count=0; ; count++) {
/* fprintf( stderr, "send 0x%d\n", count ); */
<font color='#006600'>diff -u examples-v2/led/sem_server/init.c:1.3 examples-v2/led/sem_server/init.c:1.4
--- examples-v2/led/sem_server/init.c:1.3 Thu Dec 17 14:09:11 2009
+++ examples-v2/led/sem_server/init.c Thu Mar 3 12:00:34 2011
</font><font color='#997700'>@@ -58,8 +58,6 @@
</font>
LED_INIT();
<font color='#880000'>- task_name = rtems_build_name( 'T', 'A', '1', ' ' );
-
</font> status = rtems_semaphore_create(
rtems_build_name( 'S', 'E', 'M', ' ' ),
0, /* created locked */
<font color='#997700'>@@ -69,6 +67,8 @@
</font> );
assert( status == RTEMS_SUCCESSFUL );
<font color='#000088'>+ task_name = rtems_build_name( 'T', 'A', '1', ' ' );
+
</font> status = rtems_task_create(
task_name, 1, RTEMS_MINIMUM_STACK_SIZE * 2, RTEMS_DEFAULT_MODES,
RTEMS_DEFAULT_ATTRIBUTES, &task_id
<font color='#997700'>@@ -105,8 +105,6 @@
</font> }
/**************** START OF CONFIGURATION INFORMATION ****************/
<font color='#880000'>-
-#define CONFIGURE_INIT
</font> #define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
<font color='#997700'>@@ -117,6 +115,6 @@
</font>
#define CONFIGURE_EXTRA_TASK_STACKS (3 * RTEMS_MINIMUM_STACK_SIZE)
<font color='#000088'>+#define CONFIGURE_INIT
</font> #include <rtems/confdefs.h>
<font color='#880000'>-
</font> /**************** END OF CONFIGURATION INFORMATION ****************/
<font color='#006600'>diff -u examples-v2/led/timer/init.c:1.3 examples-v2/led/timer/init.c:1.4
--- examples-v2/led/timer/init.c:1.3 Thu Dec 17 16:07:06 2009
+++ examples-v2/led/timer/init.c Thu Mar 3 12:00:34 2011
</font><font color='#997700'>@@ -92,7 +92,6 @@
</font>
/**************** START OF CONFIGURATION INFORMATION ****************/
<font color='#880000'>-#define CONFIGURE_INIT
</font> #define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
<font color='#997700'>@@ -103,6 +102,6 @@
</font>
#define CONFIGURE_EXTRA_TASK_STACKS (3 * RTEMS_MINIMUM_STACK_SIZE)
<font color='#000088'>+#define CONFIGURE_INIT
</font> #include <rtems/confdefs.h>
<font color='#880000'>-
</font> /**************** END OF CONFIGURATION INFORMATION ****************/
<font color='#006600'>diff -u examples-v2/led/timer_server/init.c:1.2 examples-v2/led/timer_server/init.c:1.3
--- examples-v2/led/timer_server/init.c:1.2 Thu Dec 17 16:07:06 2009
+++ examples-v2/led/timer_server/init.c Thu Mar 3 12:00:34 2011
</font><font color='#997700'>@@ -73,7 +73,6 @@
</font>
/**************** START OF CONFIGURATION INFORMATION ****************/
<font color='#880000'>-#define CONFIGURE_INIT
</font> #define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
<font color='#997700'>@@ -84,6 +83,6 @@
</font>
#define CONFIGURE_EXTRA_TASK_STACKS (3 * RTEMS_MINIMUM_STACK_SIZE)
<font color='#000088'>+#define CONFIGURE_INIT
</font> #include <rtems/confdefs.h>
<font color='#880000'>-
</font> /**************** END OF CONFIGURATION INFORMATION ****************/
</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>