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
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
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
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
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
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
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
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
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
c32fb8f136
2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>
...
* Makefile.am: Cleanup.
2005-11-07 08:43:52 +00:00
Ralf Corsepius
4089a6f84c
2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>
...
* tmtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
* 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:
Partial conversion to automake.
2005-11-07 08:30:08 +00:00
Ralf Corsepius
97891e5ea3
2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>
...
* configure.ac: Require automake > 1.9.
2004-09-24 05:54:59 +00:00
Ralf Corsepius
b40e9cc173
2004-04-23 Ralf Corsepius <ralf_corsepius@rtems.org>
...
PR 610/bsps
* tm27/task1.c: Use _RTEMS_RMTEST27 instead of RTEMS_TM27.
Unconditionally include <tm27.h>.
2004-04-23 04:51:16 +00:00
Joel Sherrill
c6fe4b652f
2004-04-21 Joel Sherrill <joel@OARcorp.com>
...
PR 611/bsps
* tm27/task1.c: Follow conventions for tm27 and do not add another
macro definition.
2004-04-21 20:25:10 +00:00
Ralf Corsepius
0eef698fc5
* tm01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
...
* tm02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* tm03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* tm04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* tm05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* tm06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* tm07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* tm08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* tm09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* tm10/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* tm11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* tm12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* tm13/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* tm14/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* tm15/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* tm16/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* tm17/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* tm18/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* tm19/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* tm20/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* tm21/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* tm22/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* tm23/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* tm24/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* tm25/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* tm26/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* tm27/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* tm28/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* tm29/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* tmck/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* tmoverhd/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2004-04-01 15:16:36 +00:00
Joel Sherrill
e0f75b1573
2004-03-30 David Querbach <querbach@realtime.bc.ca>
...
PR 597/tests
* tm02/system.h, tm03/system.h, tm04/system.h, tm05/system.h,
tm06/system.h, tm07/system.h, tm08/system.h, tm10/system.h,
tm11/system.h, tm12/system.h, tm13/system.h, tm14/system.h,
tm15/system.h, tm16/system.h, tm17/system.h, tm18/system.h,
tm19/system.h, tm21/system.h, tm22/system.h, tm23/system.h,
tm24/system.h, tm25/system.h, tm26/system.h, tm27/system.h,
tm27/task1.c, tm29/system.h: The actual workspace needed by the
tmtests depends on OPERATION_COUNT, but the definitions of
CONFIGURE_MAXIMIM_xxx in the their system.h files do not reflect
this. This results in unnecessary memory exhaustion on small-memory
systems such as the SS555.
2004-03-30 19:17:34 +00:00
Ralf Corsepius
0720ff433e
2004-03-28 Ralf Corsepius <ralf_corsepius@rtems.org>
...
* include/timesys.h, 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, 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: Convert to using
c99 fixed size types.
2004-03-28 07:20:11 +00:00
Ralf Corsepius
7c48a2e83d
2004-03-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* configure.ac: Add 2nd arg to RTEMS_TOP.
2004-03-25 06:05:21 +00:00
Joel Sherrill
54a43fe433
2004-02-26 Joel Sherrill <joel@OARcorp.com>
...
PR 583/tests
* tm26/task1.c, tm27/task1.c: Correctly reset
_Thread_Dispatch_disable_level so printing is safe.
2004-02-26 16:50:21 +00:00
Ralf Corsepius
987f0ea3c6
2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* tm01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
Add PRE/TMPINSTALL_FILES to CLEANFILES.
* tm02/Makefile.am: Ditto.
* tm03/Makefile.am: Ditto.
* tm04/Makefile.am: Ditto.
* tm05/Makefile.am: Ditto.
* tm06/Makefile.am: Ditto.
* tm07/Makefile.am: Ditto.
* tm08/Makefile.am: Ditto.
* tm09/Makefile.am: Ditto.
* tm10/Makefile.am: Ditto.
* tm11/Makefile.am: Ditto.
* tm12/Makefile.am: Ditto.
* tm13/Makefile.am: Ditto.
* tm14/Makefile.am: Ditto.
* tm15/Makefile.am: Ditto.
* tm16/Makefile.am: Ditto.
* tm17/Makefile.am: Ditto.
* tm18/Makefile.am: Ditto.
* tm19/Makefile.am: Ditto.
* tm20/Makefile.am: Ditto.
* tm21/Makefile.am: Ditto.
* tm22/Makefile.am: Ditto.
* tm23/Makefile.am: Ditto.
* tm24/Makefile.am: Ditto.
* tm25/Makefile.am: Ditto.
* tm26/Makefile.am: Ditto.
* tm27/Makefile.am: Ditto.
* tm28/Makefile.am: Ditto.
* tm29/Makefile.am: Ditto.
* tmck/Makefile.am: Ditto.
* tmoverhd/Makefile.am: Ditto.
2004-01-14 07:50:09 +00:00
Ralf Corsepius
f1a4e10f2e
2003-12-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* tmtests.am: Add dirstamp support.
2003-12-18 09:49:59 +00:00
Ralf Corsepius
b4a45137bf
2003-12-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* tmtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
2003-12-17 04:19:15 +00:00
Ralf Corsepius
810720b633
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
2003-12-12 03:28:02 +00:00
Ralf Corsepius
eaab53e8db
2003-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* include/Makefile.am: Reformat.
* tm01/Makefile.am: Remove all-local: $(ARCH).
* tm02/Makefile.am: Remove all-local: $(ARCH).
* tm03/Makefile.am: Remove all-local: $(ARCH).
* tm04/Makefile.am: Remove all-local: $(ARCH).
* tm05/Makefile.am: Remove all-local: $(ARCH).
* tm06/Makefile.am: Remove all-local: $(ARCH).
* tm07/Makefile.am: Remove all-local: $(ARCH).
* tm08/Makefile.am: Remove all-local: $(ARCH).
* tm09/Makefile.am: Remove all-local: $(ARCH).
* tm10/Makefile.am: Remove all-local: $(ARCH).
* tm11/Makefile.am: Remove all-local: $(ARCH).
* tm12/Makefile.am: Remove all-local: $(ARCH).
* tm13/Makefile.am: Remove all-local: $(ARCH).
* tm14/Makefile.am: Remove all-local: $(ARCH).
* tm15/Makefile.am: Remove all-local: $(ARCH).
* tm16/Makefile.am: Remove all-local: $(ARCH).
* tm17/Makefile.am: Remove all-local: $(ARCH).
* tm18/Makefile.am: Remove all-local: $(ARCH).
* tm19/Makefile.am: Remove all-local: $(ARCH).
* tm20/Makefile.am: Remove all-local: $(ARCH).
* tm21/Makefile.am: Remove all-local: $(ARCH).
* tm22/Makefile.am: Remove all-local: $(ARCH).
* tm23/Makefile.am: Remove all-local: $(ARCH).
* tm24/Makefile.am: Remove all-local: $(ARCH).
* tm25/Makefile.am: Remove all-local: $(ARCH).
* tm26/Makefile.am: Remove all-local: $(ARCH).
* tm27/Makefile.am: Remove all-local: $(ARCH).
* tm28/Makefile.am: Remove all-local: $(ARCH).
* tm29/Makefile.am: Remove all-local: $(ARCH).
* tmck/Makefile.am: Remove all-local: $(ARCH).
* tmoverhd/Makefile.am: Remove all-local: $(ARCH).
2003-12-01 21:35:53 +00:00
Ralf Corsepius
5f52d1f01e
2003-11-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* configure.ac: Reflect having moved to testsuites/.
2003-11-10 21:57:23 +00:00
Ralf Corsepius
c6328bee62
2003-10-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* configure.ac: Remove RTEMS_CANONICAL_HOST.
2003-10-22 10:05:17 +00:00
Ralf Corsepius
5445ee60a6
2003-10-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* configure.ac:Remove RTEMS_CHECK_CPU.
2003-10-02 03:44:52 +00:00