summaryrefslogtreecommitdiff
path: root/testsuites/samples (follow)
AgeCommit message (Collapse)Author
2012-02-17Remove (Obsolete).4.8Ralf Corsépius
2007-09-102007-09-10 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
* capture/Makefile.am: Use all managers.
2007-08-312007-08-31 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
* capture/Makefile.am: Fix typo -- not unlimited.
2007-08-212007-08-21 Chris Johns <chrisj@rtems.org>Chris Johns
* capture/init.c, capture/system.h, capture/test1.c: Removed CRs from files. Committed incorrectly.
2007-08-172007-08-17 Chris Johns <chrisj@rtems.org>Chris Johns
* Makefile.am, README, configure.ac, capture/.cvsignore, capture/Makefile.am, capture/capture.doc, capture/capture.scn, capture/init.c, capture/system.h, capture/test1.c: Add a sample test for the capture engine.
2007-07-242007-07-24 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
* nsecs/init.c: Add include of unistd.h for sleep() prototype.
2007-07-172007-07-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* nsecs/Makefile.am, nsecs/init.c: Move empty body to another file. The loop was being optimized out on the PowerPC. * nsecs/empty.c: New file.
2007-07-062007-07-06 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
* nsecs/init.c: Change name to avoid any hint of the timer driver.
2007-06-222007-06-22 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
* nsecs/init.c: Do not make this test depend on the benchmark timer driver.
2007-06-212007-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* nsecs/init.c, nsecs/nsecs.scn: Add set of loops so you can see the time varaying in proportion to the length of the loop measured.
2007-05-162007-05-16 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius
* nsecs/init.c: Remove stray "volatile int i".
2007-05-112007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
* base_sp/Makefile.am, hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am, nsecs/Makefile.am, pppd/Makefile.am, ticker/Makefile.am, ticker/system.h, unlimited/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. * nsecs/init.c: Commit hack so test will compile when POSIX is disabled. Remove hack when clock_gettime() is present even when --disable-posix.
2007-05-102007-05-10 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
* ticker/Makefile.am, ticker/init.c, ticker/system.h, ticker/tasks.c: Test needs clock manager. Should use rtems_test_exit() instead of exit().
2007-05-092007-05-09 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
* minimum/Makefile.am, minimum/init.c: Switch back to using optional manager support. Also add use of CONFIGURE_DISABLE_NEWLIB_REENTRANCY to demonstrate that the newlib reentrancy support is optional.
2007-04-132007-04-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* nsecs/init.c: Remove private decl of _Timespec_Subtract use the version from rtems/score/timespec.h.
2007-04-052007-04-05 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
* nsecs/init.c: Provide timespec manipulation routines in the SuperCore. Use them everywhere possible. Perhaps they should be part of the public API so this test and others can use them without peeking into the bowels.
2007-04-052007-04-05 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
* loopback/init.c: Change all obsoleted CONFIGURE_TEST_NEEDS_XXX configuration constants to CONFIGURE_APPLICATION_NEEDS_XXX.
2007-04-022007-04-02 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
* Makefile.am, configure.ac: Convert from Classic API style TOD_Control as fundamental time structure to POSIX struct timespec. Add clock_get_uptime(). * nsecs/.cvsignore, nsecs/Makefile.am, nsecs/init.c, nsecs/nsecs.doc, nsecs/nsecs.scn: New files.
2007-03-262007-03-26 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
* loopback/init.c: Add CVS Id.
2007-03-262007-03-26 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
PR 1230/tests * minimum/init.c: Minimum should not configure console driver.
2007-02-212007-02-21 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
* loopback/init.c: Fix exit paths in client thread and main test thread.
2007-01-21mproved gen5200 MSCAN driverThomas Doerfler
fixed synchronization bug between ata.c and bdbuf.c
2006-12-022006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* configure.ac: New BUG-REPORT address.
2006-10-172006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* configure.ac: Require autoconf-2.60. Require automake-1.10.
2006-09-082006-09-08 Ken Peters <ken.peters@jpl.nasa.gov>Joel Sherrill
PR 1162/rtems * unlimited/system.h: Reserve enough memory for the stacks wanted.
2006-07-11fixed system.h: only include ATA/IDE driver, when BSP supports an ide interfaceThomas Doerfler
2006-07-11Eliminate scndir, docdir. Use rtems_testsdir instead.Ralf Corsepius
2006-07-112006-07-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* base_mp/node1/Makefile.am, base_mp/node2/Makefile.am, base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am, hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am, minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am, unlimited/Makefile.am: Eliminate scndir, docdir. Use rtems_testsdir instead.
2006-07-09applied patches for PR1117/1118/1119/1120Thomas Doerfler
2006-02-08Fix formatting.Joel Sherrill
2006-02-082006-02-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
* cdtest/main.cc: Fix warnings.
2005-11-222005-11-22 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius
* configure.ac: Remove RTEMS_ENABLE_BARE, BARE_CPU_CFLAGS, BARE_CPU_MODEL.
2005-11-16Remove extraneous make-exe.Eric Norum
2005-11-16Remove erroneous make-exe.Eric Norum
2005-11-15Remove offending make-exe.Eric Norum
2005-11-13Fix my email addressRalf Corsepius
2005-11-13Convert to using *_PROGRAMS.Ralf Corsepius
2005-11-132005-11-13 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius
* base_mp/node1/Makefile.am, base_mp/node2/Makefile.am, base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am, hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am, minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am, ticker/Makefile.am, unlimited/Makefile.am: Convert to using *_PROGRAMS.
2005-11-112005-11-11 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius
* configure.ac: Remove AMPOLISH3.
2005-11-11Remove AMPOLISH3Ralf Corsepius
2005-11-11Rework.Ralf Corsepius
2005-11-11 * base_mp/node1/Makefile.am: Rework.Ralf Corsepius
* base_mp/node2/Makefile.am: Rework. * base_sp/Makefile.am: Rework. * cdtest/Makefile.am: Rework. * fileio/Makefile.am: Rework. * hello/Makefile.am: Rework. * iostream/Makefile.am: Rework. * loopback/Makefile.am: Rework. * minimum/Makefile.am: Rework. * paranoia/Makefile.am: Rework. * pppd/Makefile.am: Rework. * ticker/Makefile.am: Rework. * unlimited/Makefile.am: Rework.
2005-11-11Rework.Ralf Corsepius
2005-11-11Cosmetics.Ralf Corsepius
2005-11-11Hard-code node number.Ralf Corsepius
2005-11-11Eliminate TEST.Ralf Corsepius
2005-11-11Remove.Ralf Corsepius
2005-11-11Expand sample.am.Ralf Corsepius
2005-11-112005-11-11 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius
* base_mp/node1/Makefile.am, base_mp/node2/Makefile.am, base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am, hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am, minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am, ticker/Makefile.am, unlimited/Makefile.am: Expand sample.am. * sample.am: Remove.
2005-11-10Eliminate DOCTYPES.Ralf Corsepius