summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/nsecs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* libtest: <rtems/test.h> to <rtems/test-info.h>Sebastian Huber2020-07-231-1/+1
| | | | | | | | Rename this header file to later move <t.h> to <rtems/test.h>. The main feature provided by <rtems/test-info.h> is the output of standard test information which is consumed by the RTEMS Tester. Update #3199.
* testsuite/samples: Merged nested Makefile.am files into one Makefile.amChris Johns2018-04-101-21/+0
| | | | | | This change is part of the testsuite Makefile.am reorganization. Update #3382
* tests: Use simple console driverSebastian Huber2017-11-061-1/+1
| | | | | Update #3170. Update #3199.
* tests: Remove TEST_INITSebastian Huber2017-10-281-2/+0
| | | | | | | | The TEST_EXTERN is a used only by the system.h style tests and they use CONFIGURE_INIT appropriately. Update #3170. Update #3199.
* testsuite: Use printk for all test output where possible.Chris Johns2017-10-231-0/+2
| | | | | | | | | | - Remove the printf support leaving the direct printk support configured with TESTS_USE_PRINTK and all other output goes via a buffered vsniprintf call to printk. - Control the test's single init for functions and global data with TEST_INIT and not CONFIGURE_INIT. They are now separate. Updates #3170.
* nsecs/init.c: Use long to avoid overflow on 16-bit targetsJoel Sherrill2014-10-131-2/+3
|
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-213-3/+3
|
* tests/samples: Use <rtems/test.h>Sebastian Huber2014-03-172-2/+8
|
* score: Merge tod implementation into one fileSebastian Huber2013-07-261-5/+2
| | | | | Delete TOD_MICROSECONDS_PER_SECOND, TOD_MICROSECONDS_TO_TICKS() and TOD_MILLISECONDS_TO_TICKS().
* samples - Eliminate missing prototype warningsJoel Sherrill2012-05-311-2/+5
|
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-114-11/+0
| | | | | | | | | | | | Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
* Revert: Remove CVS IdsJoel Sherrill2012-05-071-0/+5
| | | | | See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html for details.
* Remove CVS-Ids.Ralf Corsépius2012-05-041-5/+0
|
* 2012-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsépius2012-02-223-16/+22
| | | | | | * nsecs/system.h: New (Split out from nsecs/init.c). * nsecs/init.c: Reflect nsecs/system.h having been split out. * nsecs/empty.c: Include "system.h".
* Remove all .cvsignore files.Joel Sherrill2012-02-011-2/+0
|
* 2011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-12-131-2/+2
| | | | | | | | * fileio/init.c: Comment out setup_nvdisk (Unused). Make shell_nvdisk_trace, shell_nvdisk_erase, shell_bdbuf_trace, disk_test_set_block_size, disk_test_write_blocks, disk_test_block_sizes, parse_size_arg, create_ramdisk, create_nvdisk static. * nsecs/init.c: Make my_ctime, subtract_em static.
* 2011-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-12-081-2/+1
| | | | | | | | | | PR 1589/build * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am, base_sp/Makefile.am, capture/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am, hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am, minimum/Makefile.am, nsecs/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am, ticker/Makefile.am, unlimited/Makefile.am: Remove obsolete optional manager capability.
* 2011-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-09-301-3/+5
| | | | | * nsecs/init.c: Include "pritime.h". Use PRIdtime_t to print time_t.
* 2011-05-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-05-051-2/+3
| | | | | | * base_sp/apptask.c, base_sp/init.c, fileio/init.c, fileio/system.h, nsecs/init.c, ticker/init.c, ticker/system.h, ticker/tasks.c: Remove warnings.
* Add HAVE_CONFIG_H.Ralf Corsepius2011-02-222-0/+8
|
* Whitespace removal.Ralf Corsepius2009-11-301-3/+3
|
* Remove.Ralf Corsepius2009-10-261-9/+0
|
* Add -I$(top_srcdir)/../support/include.Ralf Corsepius2009-10-261-1/+3
|
* Include "tmacros.h" instead of "rprintf.h"Ralf Corsepius2009-10-261-2/+1
|
* Add rprintf.hRalf Corsepius2009-10-241-1/+1
|
* Printf fixes.Ralf Corsepius2009-10-241-5/+7
|
* New.Ralf Corsepius2009-10-241-0/+9
|
* Add missing prototype.Ralf Corsepius2009-10-241-1/+1
|
* Eliminate _exe_/.exe.Ralf Corsepius2009-04-031-6/+6
|
* 2007-07-24 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-07-241-0/+1
| | | | * nsecs/init.c: Add include of unistd.h for sleep() prototype.
* 2007-07-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-07-173-3/+14
| | | | | | * 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-06 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-07-061-3/+3
| | | | * nsecs/init.c: Change name to avoid any hint of the timer driver.
* 2007-06-22 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-06-221-0/+6
| | | | | * nsecs/init.c: Do not make this test depend on the benchmark timer driver.
* 2007-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-06-212-0/+36
| | | | | * 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-16 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2007-05-161-1/+0
| | | | * nsecs/init.c: Remove stray "volatile int i".
* 2007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-05-112-7/+7
| | | | | | | | | | | | * 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-04-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-04-131-6/+1
| | | | | * nsecs/init.c: Remove private decl of _Timespec_Subtract use the version from rtems/score/timespec.h.
* 2007-04-05 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-04-051-6/+7
| | | | | | | * 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-02 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-04-025-0/+199
* 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.