summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/capture (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.
* tests: Use rtems_task_exit()Sebastian Huber2018-10-052-16/+16
| | | | Update #3533.
* capture: Use unlimited objectsSebastian Huber2018-06-041-3/+2
| | | | Avoid resource allocation problems with unlimited objects.
* 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 normal console for user input testsSebastian Huber2017-11-071-1/+1
|
* tests: Use <tmacros.h> in all testsSebastian Huber2017-11-062-10/+5
| | | | | Update #3170. Update #3199.
* tests: Use simple console driverSebastian Huber2017-11-061-1/+1
| | | | | Update #3170. Update #3199.
* tests: Use printf() instead of fprintf()Sebastian Huber2017-11-021-25/+13
| | | | | 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.
* tests: Use rtems_print_printer_fprintf_putc()Sebastian Huber2017-10-281-1/+1
| | | | | | | | Use rtems_print_printer_fprintf_putc() instead of rtems_print_printer_printf() to output via rtems_putc(). Update #3170. Update #3199.
* tests: Move rtems_test_printer definitionSebastian Huber2017-10-281-1/+0
| | | | | | | Statically initialize it to use printk(). 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.
* tests: Use floating point taskSebastian Huber2017-07-181-0/+2
| | | | | | | These tests directly or indirectly use fprintf(), etc. which may use the floating point unit. Update #3076.
* cpukit, testsuite: Add rtems_printf and rtems_printer support.Chris Johns2016-05-251-0/+2
| | | | | | | | | | | | | | | | | | | This change adds rtems_printf and related functions and wraps the RTEMS print plugin support into a user API. All references to the plugin are removed and replaced with the rtems_printer interface. Printk and related functions are made to return a valid number of characters formatted and output. The function attribute to check printf functions has been added to rtems_printf and printk. No changes to remove warrnings are part of this patch set. The testsuite has been moved over to the rtems_printer. The testsuite has a mix of rtems_printer access and direct print control via the tmacros.h header file. The support for begink/endk has been removed as it served no purpose and only confused the code base. The testsuite has not been refactored to use rtems_printf. This is future work.
* testsuites: Remove BSP_SMALL_MEMORYJoel Sherrill2014-05-062-11/+1
|
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-214-4/+4
|
* tests/samples: Use <rtems/test.h>Sebastian Huber2014-03-172-2/+7
|
* samples - Eliminate missing prototype warningsJoel Sherrill2012-05-311-13/+8
|
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-115-13/+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
|
* Remove all .cvsignore files.Joel Sherrill2012-02-011-2/+0
|
* 2011-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-12-081-3/+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-10-07 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-10-071-0/+2
| | | | * capture/init.c: Declare notification only if being used.
* 2011-09-16 Sebastian Huber <Sebastian.Huber@embedded-brains.de>Sebastian Huber2011-09-161-13/+35
| | | | | * fileio/fileio.scn: New file. * capture/init.c, fileio/init.c: Use rtems_shell_wait_for_input().
* Add HAVE_CONFIG_H.Ralf Corsepius2011-02-222-0/+8
|
* 2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-06-211-3/+3
| | | | * capture/capture.doc: Remove more ITRON references.
* Remove unused variable "out".Ralf Corsepius2010-04-041-1/+0
|
* exclude big samples for SMALL MEMORY BSPsThomas Doerfler2010-03-292-9/+6
|
* Whitespace removal.Ralf Corsepius2009-11-302-23/+23
|
* Fix prototype.Ralf Corsepius2009-10-241-1/+1
|
* Remove test*().Ralf Corsepius2009-10-241-3/+1
| | | | Add setup_tasks_to_watch().
* Remove setup_tasks_to_watch.Ralf Corsepius2009-10-241-2/+0
|
* 2009-09-14 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-09-141-1/+1
| | | | * capture/test1.c: Use size_t for sizes.
* Eliminate _exe_/.exe.Ralf Corsepius2009-04-031-7/+7
|
* 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-062-2/+2
|
* 2007-09-10 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-09-101-1/+1
| | | | * capture/Makefile.am: Use all managers.
* 2007-08-31 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-08-311-1/+1
| | | | * capture/Makefile.am: Fix typo -- not unlimited.
* 2007-08-21 Chris Johns <chrisj@rtems.org>Chris Johns2007-08-213-435/+435
| | | | | * 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-177-0/+1108
* 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.