Joel Sherrill
ec5c898b41
2009-08-10 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* tm08/task1.c: Convert calls to legacy routine rtems_clock_get(
RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
2009-08-10 14:49:56 +00:00
Joel Sherrill
1055ce20fc
Fix most warnings.
2009-05-09 21:24:06 +00:00
Ralf Corsepius
3d5483771c
Eliminate _exe_/.exe.
2009-04-03 12:55:13 +00:00
Ralf Corsepius
230c879826
2009-04-03 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am:
tmoverhd/Makefile.am: Eliminate _exe_/.exe.
2009-04-03 12:51:19 +00:00
Joel Sherrill
9d01e1deed
2009-01-05 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* include/timesys.h: Array of task names should be of type rtems_name
not rtems_id.
2009-01-05 19:41:11 +00:00
Joel Sherrill
4389287a39
2008-12-14 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* tm01/task1.c, tm02/task1.c, tm03/task1.c, tm04/task1.c, tm05/task1.c,
tm06/task1.c, tm07/task1.c, tm08/task1.c, tm09/task1.c, tm10/task1.c,
tm11/task1.c, tm12/task1.c, tm13/task1.c, tm14/task1.c, tm16/task1.c,
tm17/task1.c, tm18/task1.c, tm19/task1.c, tm20/task1.c, tm21/task1.c,
tm23/task1.c, tm24/task1.c, tm25/task1.c, tm26/task1.c, tm27/task1.c,
tm28/task1.c, tm29/task1.c, tmoverhd/testtask.c: Run all tests
successfully with maxixum number of priorities as 16 instead of 256.
This was done by temporarily modifying the score priority.h maximum.
This allowed testing of all API code to ensure that it worked
properly with a reduced number of priorities. Most modifications were
to switch from hard-coded maximum to using the API provided methods
to determine maximum number of priority levels.
2008-12-14 18:38:45 +00:00
Joel Sherrill
d30316c40c
2008-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* tm26/task1.c: Fix typo.
2008-12-08 16:15:43 +00:00
Joel Sherrill
55448ebeea
2008-10-28 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* tm22/system.h, tm22/task1.c: Account for message buffers used.
2008-10-28 21:42:42 +00:00
Joel Sherrill
1d7a927dc4
2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* include/timesys.h: Use inttypes.h.
* tmck/task1.c: Use uint32_t for count.
2008-10-02 21:01:58 +00:00
Joel Sherrill
6c89d726fb
2008-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* include/timesys.h: Rename STACK_CHECKER_ON to more appropriate
CONFIGURE_STACK_CHECKER_ENABLED.
2008-09-17 19:31:23 +00:00
Joel Sherrill
8a33503890
2008-09-08 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* tm09/system.h, tm09/task1.c: Account for message buffer memory.
2008-09-08 21:47:23 +00:00
Joel Sherrill
dbf4f175ac
2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* tm01/Makefile.am, tm01/task1.c, tm02/Makefile.am, tm02/task1.c,
tm03/Makefile.am, tm03/task1.c, tm04/Makefile.am, tm04/task1.c,
tm05/Makefile.am, tm05/task1.c, tm06/Makefile.am, tm06/task1.c,
tm07/Makefile.am, tm07/task1.c, tm08/Makefile.am, tm08/task1.c,
tm09/Makefile.am, tm09/task1.c, tm10/Makefile.am, tm10/task1.c,
tm11/Makefile.am, tm11/task1.c, tm12/Makefile.am, tm12/task1.c,
tm13/Makefile.am, tm13/task1.c, tm14/Makefile.am, tm14/task1.c,
tm15/Makefile.am, tm15/task1.c, tm16/Makefile.am, tm16/task1.c,
tm17/Makefile.am, tm17/task1.c, tm18/Makefile.am, tm18/task1.c,
tm19/Makefile.am, tm19/task1.c, tm20/Makefile.am, tm20/task1.c,
tm21/Makefile.am, tm21/task1.c, tm22/Makefile.am, tm22/task1.c,
tm23/Makefile.am, tm23/task1.c, tm24/Makefile.am, tm24/task1.c,
tm25/Makefile.am, tm25/task1.c, tm26/Makefile.am, tm26/task1.c,
tm27/Makefile.am, tm27/task1.c, tm28/Makefile.am, tm28/task1.c,
tm29/Makefile.am, tm29/task1.c, tmck/Makefile.am, tmck/task1.c,
tmoverhd/Makefile.am, tmoverhd/testtask.c: Eliminate empty function
from every benchmark timer driver. Fix spelling.
2008-08-31 17:21:47 +00:00
Joel Sherrill
4074e70b03
2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* tm01/task1.c, tm02/task1.c, tm03/task1.c, tm04/task1.c, tm05/task1.c,
tm06/task1.c, tm07/task1.c, tm08/task1.c, tm09/task1.c, tm10/task1.c,
tm11/task1.c, tm12/task1.c, tm13/task1.c, tm14/task1.c, tm15/task1.c,
tm16/task1.c, tm17/task1.c, tm18/task1.c, tm19/task1.c, tm20/task1.c,
tm21/task1.c, tm22/task1.c, tm23/task1.c, tm24/task1.c, tm25/task1.c,
tm26/task1.c, tm27/task1.c, tm28/task1.c, tm29/task1.c, tmck/task1.c,
tmoverhd/testtask.c: Rename timer driver methods to follow RTEMS
programming conventions.
2008-08-31 16:47:18 +00:00
Joel Sherrill
8c444f9a7b
2008-06-05 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* tm02/system.h, tm10/system.h: Make configurations more accurate.
2008-06-05 14:24:28 +00:00
Joel Sherrill
cb3873f952
2008-05-12 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* tmoverhd/dumrtems.h: Refactored and renamed initialization routines
to rtems_initialize_data_structures, rtems_initialize_before_drivers,
rtems_initialize_device_drivers, and
rtems_initialize_start_multitasking. This opened the sequence up so
that bootcard() could provide a more robust and flexible framework
which is easier to explain and understand. This also lays the
groundwork for sharing the division of available memory between the
RTEMS workspace and heap and the C library initialization across all
BSPs.
2008-05-12 18:44:34 +00:00
Joel Sherrill
d1128e26a3
2008-01-31 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* tm01/task1.c, tm02/task1.c, tm03/task1.c, tm04/task1.c, tm05/task1.c,
tm06/task1.c, tm07/task1.c, tm08/task1.c, tm09/task1.c, tm10/task1.c,
tm11/task1.c, tm12/task1.c, tm13/task1.c, tm14/task1.c, tm15/task1.c,
tm16/task1.c, tm17/task1.c, tm18/task1.c, tm19/task1.c, tm20/task1.c,
tm21/task1.c, tm22/task1.c, tm23/task1.c, tm24/task1.c, tm25/task1.c,
tm26/task1.c, tm27/task1.c, tm28/task1.c, tm29/task1.c, tmck/task1.c,
tmoverhd/testtask.c: Change TEST_INIT to CONFIGURE_INIT. Make
tmacros.h available to all POSIX tests. Add a clock_settime case for
< 1988.
2008-02-01 00:45:16 +00:00
Joel Sherrill
9a56628e7b
2007-12-05 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* tmoverhd/testtask.c: Spacing and remove call to obsolete
rtems_initialize_executive().
2007-12-05 22:24:53 +00:00
Joel Sherrill
c610850ede
2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* tmoverhd/testtask.c: Move interrupt_stack_size field from CPU Table
to Configuration Table. Eliminate CPU Table from all ports. Delete
references to CPU Table in all forms.
2007-12-04 22:18:39 +00:00
Joel Sherrill
dc172333df
2007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* tm05/Makefile.am, tm06/Makefile.am, tm07/Makefile.am,
tm08/Makefile.am, tm09/Makefile.am, tm10/Makefile.am,
tm11/Makefile.am, tm12/Makefile.am, tm13/Makefile.am,
tm14/Makefile.am, tm15/Makefile.am, tm16/Makefile.am,
tm17/Makefile.am, tm18/Makefile.am, tm19/Makefile.am,
tm20/Makefile.am, tm22/Makefile.am, tm23/Makefile.am,
tm24/Makefile.am, tm25/Makefile.am, tm26/Makefile.am,
tm27/Makefile.am, tm28/Makefile.am, tm29/Makefile.am,
tmck/Makefile.am, tmoverhd/Makefile.am: Add optional managers to
Makefiles. Clean up test cases so last output line follows END OF
pattern. Make sure test case all run. All tests appeared ok on sis.
2007-05-11 19:44:44 +00:00
Joel Sherrill
5343588483
2007-02-06 Joel Sherrill <joel@OARcorp.com>
...
* tm09/task1.c, tm10/task1.c, tm11/task1.c, tm12/task1.c, tm13/task1.c,
tm14/task1.c, tm22/task1.c: Address size_t/uint32_t typing issues in
message queue tests.
2007-02-06 19:14:37 +00:00
Ralf Corsepius
fcb0cd462c
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* configure.ac: New BUG-REPORT address.
2006-12-02 06:06:55 +00:00
Ralf Corsepius
ba2c04fa2c
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* configure.ac: Require autoconf-2.60. Require automake-1.10.
2006-10-17 07:38:02 +00:00
Ralf Corsepius
9c5ea1114a
Eliminate scndir, docdir. Use rtems_testsdir instead.
2006-07-11 05:09:12 +00:00
Ralf Corsepius
1fe16f56c2
2006-07-11 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
tmoverhd/Makefile.am: Eliminate scndir, docdir. Use rtems_testsdir
instead.
2006-07-11 05:05:11 +00:00
Ralf Corsepius
1fd159523f
2005-11-22 Ralf Corsepius <ralf.corsepius@rtems.org>
...
* configure.ac: Remove RTEMS_ENABLE_BARE,
BARE_CPU_CFLAGS, BARE_CPU_MODEL.
2005-11-22 15:30:31 +00:00
Ralf Corsepius
6f2593f79f
Fix my email address
2005-11-13 06:52:39 +00:00
Ralf Corsepius
a6b588d649
Convert to using *_PROGRAMS.
2005-11-13 06:46:05 +00:00
Ralf Corsepius
3290efc759
2005-11-13 Ralf Corsepius <ralf.corsepius@rtems.org>
...
* tm01/Makefile.am, tm02/Makefile.am,
tm03/Makefile.am, tm04/Makefile.am,
tm05/Makefile.am, tm06/Makefile.am,
tm07/Makefile.am, tm08/Makefile.am,
tm09/Makefile.am, tm10/Makefile.am,
tm11/Makefile.am, tm12/Makefile.am,
tm13/Makefile.am, tm14/Makefile.am,
tm15/Makefile.am, tm16/Makefile.am,
tm17/Makefile.am, tm18/Makefile.am,
tm19/Makefile.am, tm20/Makefile.am,
tm21/Makefile.am, tm22/Makefile.am,
tm23/Makefile.am, tm24/Makefile.am,
tm25/Makefile.am, tm26/Makefile.am,
tm27/Makefile.am, tm28/Makefile.am,
tm29/Makefile.am, tmck/Makefile.am,
tmoverhd/Makefile.am: Convert to using *_PROGRAMS.
2005-11-13 06:45:40 +00:00
Ralf Corsepius
dc35ca4374
Fix typos.
2005-11-11 15:10:59 +00:00
Ralf Corsepius
ce4669a179
* tm01/Makefile.am: Rework.
...
* tm02/Makefile.am: Rework.
* tm03/Makefile.am: Rework.
* tm04/Makefile.am: Rework.
* tm05/Makefile.am: Rework.
* tm06/Makefile.am: Rework.
* tm07/Makefile.am: Rework.
* tm08/Makefile.am: Rework.
* tm09/Makefile.am: Rework.
* tm10/Makefile.am: Rework.
* tm11/Makefile.am: Rework.
* tm12/Makefile.am: Rework.
* tm13/Makefile.am: Rework.
* tm14/Makefile.am: Rework.
* tm15/Makefile.am: Rework.
* tm16/Makefile.am: Rework.
* tm17/Makefile.am: Rework.
* tm18/Makefile.am: Rework.
* tm19/Makefile.am: Rework.
* tm20/Makefile.am: Rework.
* tm21/Makefile.am: Rework.
* tm22/Makefile.am: Rework.
* tm23/Makefile.am: Rework.
* tm24/Makefile.am: Rework.
* tm25/Makefile.am: Rework.
* tm26/Makefile.am: Rework.
* tm27/Makefile.am: Rework.
* tm28/Makefile.am: Rework.
* tm29/Makefile.am: Rework.
* tmck/Makefile.am: Rework.
* tmoverhd/Makefile.am: Rework.
2005-11-11 14:40:44 +00:00
Ralf Corsepius
3bb5d94490
Rework.
2005-11-11 14:33:33 +00:00
Ralf Corsepius
4024e57803
Cosmetics.
2005-11-11 10:26:50 +00:00
Ralf Corsepius
7e3887773a
Eliminate TEST.
2005-11-11 09:03:24 +00:00
Ralf Corsepius
95ec9ee5df
Remove.
2005-11-11 08:29:12 +00:00
Ralf Corsepius
acdc144bdf
Expand tmtests.am.
2005-11-11 08:25:58 +00:00
Ralf Corsepius
92c3342694
2005-11-11 Ralf Corsepius <ralf.corsepius@rtems.org>
...
* tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
tmoverhd/Makefile.am: Expand tmtests.am.
* tmtests.am: Remove.
2005-11-11 08:25:09 +00:00
Ralf Corsepius
cb2818800d
Eliminate DOCTYPES.
2005-11-10 22:21:20 +00:00
Ralf Corsepius
61994ea48a
Remove redundnant AM_CPPFLAGS
2005-11-10 14:29:01 +00:00
Ralf Corsepius
5475b13625
* tm01/Makefile.am: AM_CPPFLAGS += -I..../support/include.
...
* tm02/Makefile.am: AM_CPPFLAGS += -I..../support/include.
* tm03/Makefile.am: AM_CPPFLAGS += -I..../support/include.
* tm04/Makefile.am: AM_CPPFLAGS += -I..../support/include.
* tm05/Makefile.am: AM_CPPFLAGS += -I..../support/include.
* tm06/Makefile.am: AM_CPPFLAGS += -I..../support/include.
* tm07/Makefile.am: AM_CPPFLAGS += -I..../support/include.
* tm08/Makefile.am: AM_CPPFLAGS += -I..../support/include.
* tm09/Makefile.am: AM_CPPFLAGS += -I..../support/include.
* tm10/Makefile.am: AM_CPPFLAGS += -I..../support/include.
* tm11/Makefile.am: AM_CPPFLAGS += -I..../support/include.
* tm12/Makefile.am: AM_CPPFLAGS += -I..../support/include.
* tm13/Makefile.am: AM_CPPFLAGS += -I..../support/include.
* tm14/Makefile.am: AM_CPPFLAGS += -I..../support/include.
* tm15/Makefile.am: AM_CPPFLAGS += -I..../support/include.
* tm16/Makefile.am: AM_CPPFLAGS += -I..../support/include.
* tm17/Makefile.am: AM_CPPFLAGS += -I..../support/include.
* tm18/Makefile.am: AM_CPPFLAGS += -I..../support/include.
* tm19/Makefile.am: AM_CPPFLAGS += -I..../support/include.
* tm20/Makefile.am: AM_CPPFLAGS += -I..../support/include.
* tm21/Makefile.am: AM_CPPFLAGS += -I..../support/include.
* tm22/Makefile.am: AM_CPPFLAGS += -I..../support/include.
* tm23/Makefile.am: AM_CPPFLAGS += -I..../support/include.
* tm24/Makefile.am: AM_CPPFLAGS += -I..../support/include.
* tm25/Makefile.am: AM_CPPFLAGS += -I..../support/include.
* tm26/Makefile.am: AM_CPPFLAGS += -I..../support/include.
* tm27/Makefile.am: AM_CPPFLAGS += -I..../support/include.
* tm28/Makefile.am: AM_CPPFLAGS += -I..../support/include.
* tm29/Makefile.am: AM_CPPFLAGS += -I..../support/include.
* tmck/Makefile.am: AM_CPPFLAGS += -I..../support/include.
* tmoverhd/Makefile.am: AM_CPPFLAGS += -I..../support/include.
2005-11-09 12:45:10 +00:00
Ralf Corsepius
d65005e414
AM_CPPFLAGS += -I..../support/include.
2005-11-09 12:44:35 +00:00
Ralf Corsepius
a965dc14f0
2005-11-09 Ralf Corsepius <ralf.corsepius@rtems.org>
...
* tmtests.am: Set project_bspdir=$(PROJECT_ROOT)
2005-11-09 09:26:41 +00:00
Ralf Corsepius
e9f8b7fbea
changes
2005-11-08 14:20:02 +00:00
Ralf Corsepius
c9e3d13559
Add ../include/systime.h
2005-11-08 14:19:40 +00:00
Ralf Corsepius
75df8e2a02
Remove noinst_HEADERS
2005-11-08 14:17:00 +00:00
Ralf Corsepius
1675b7924c
2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>
...
* tmtests.am: Remove LIB_VARIANT.
2005-11-07 12:42:49 +00:00
Ralf Corsepius
98e92f6fe4
Cleanup
2005-11-07 09:59:07 +00:00
Ralf Corsepius
39767d0c6b
Remove SRC, PRINT_SRC.
2005-11-07 09:43:59 +00:00
Ralf Corsepius
190c7e0cc4
* tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
...
tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
tmoverhd/Makefile.am: Remove SRC, PRINT_SRC.
2005-11-07 09:43:33 +00:00
Ralf Corsepius
d66557fac4
Switch back to include compile.am instead of amcompile.am
2005-11-07 09:09:26 +00:00
Ralf Corsepius
c32fb8f136
2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>
...
* Makefile.am: Cleanup.
2005-11-07 08:43:52 +00:00