summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/capture/test1.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* testsuites/samples: Change license to BSD-2Joel Sherrill2022-04-121-3/+22
| | | | Updates #3053.
* tests: Use rtems_task_exit()Sebastian Huber2018-10-051-15/+15
| | | | Update #3533.
* tests: Use printf() instead of fprintf()Sebastian Huber2017-11-021-25/+13
| | | | | Update #3170. Update #3199.
* testsuites: Remove BSP_SMALL_MEMORYJoel Sherrill2014-05-061-2/+0
|
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-2/+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.
* Add HAVE_CONFIG_H.Ralf Corsepius2011-02-221-0/+4
|
* exclude big samples for SMALL MEMORY BSPsThomas Doerfler2010-03-291-0/+2
|
* Whitespace removal.Ralf Corsepius2009-11-301-22/+22
|
* Fix prototype.Ralf Corsepius2009-10-241-1/+1
|
* 2009-09-14 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-09-141-1/+1
| | | | * capture/test1.c: Use size_t for sizes.
* 2008-12-18 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-12-181-4/+4
| | | | * capture/test1.c: Add const to eliminate warning.
* 2008-12-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-12-161-1/+1
| | | | * capture/test1.c: Eliminate all public use of TOD conversion routines.
* Convert to "bool".Ralf Corsepius2008-09-061-1/+1
|
* 2007-08-21 Chris Johns <chrisj@rtems.org>Chris Johns2007-08-211-270/+270
| | | | | * capture/init.c, capture/system.h, capture/test1.c: Removed CRs from files. Committed incorrectly.
* 2007-08-17 Chris Johns <chrisj@rtems.org>Chris Johns2007-08-171-0/+270
* 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.