summaryrefslogtreecommitdiff
path: root/testsuites/samples/capture (follow)
AgeCommit message (Collapse)Author
2018-10-05tests: Use rtems_task_exit()Sebastian Huber
Update #3533.
2018-06-04capture: Use unlimited objectsSebastian Huber
Avoid resource allocation problems with unlimited objects.
2018-04-10testsuite/samples: Merged nested Makefile.am files into one Makefile.amChris Johns
This change is part of the testsuite Makefile.am reorganization. Update #3382
2017-11-07tests: Use normal console for user input testsSebastian Huber
2017-11-06tests: Use <tmacros.h> in all testsSebastian Huber
Update #3170. Update #3199.
2017-11-06tests: Use simple console driverSebastian Huber
Update #3170. Update #3199.
2017-11-02tests: Use printf() instead of fprintf()Sebastian Huber
Update #3170. Update #3199.
2017-10-28tests: Remove TEST_INITSebastian Huber
The TEST_EXTERN is a used only by the system.h style tests and they use CONFIGURE_INIT appropriately. Update #3170. Update #3199.
2017-10-28tests: Use rtems_print_printer_fprintf_putc()Sebastian Huber
Use rtems_print_printer_fprintf_putc() instead of rtems_print_printer_printf() to output via rtems_putc(). Update #3170. Update #3199.
2017-10-28tests: Move rtems_test_printer definitionSebastian Huber
Statically initialize it to use printk(). Update #3170. Update #3199.
2017-10-23testsuite: Use printk for all test output where possible.Chris Johns
- 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.
2017-07-18tests: Use floating point taskSebastian Huber
These tests directly or indirectly use fprintf(), etc. which may use the floating point unit. Update #3076.
2016-05-25cpukit, testsuite: Add rtems_printf and rtems_printer support.Chris Johns
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.
2014-05-06testsuites: Remove BSP_SMALL_MEMORYJoel Sherrill
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns
2014-03-17tests/samples: Use <rtems/test.h>Sebastian Huber
2012-05-31samples - Eliminate missing prototype warningsJoel Sherrill
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill
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.
2012-05-07Revert: Remove CVS IdsJoel Sherrill
See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html for details.
2012-05-04Remove CVS-Ids.Ralf Corsépius
2012-02-01Remove all .cvsignore files.Joel Sherrill
2011-12-082011-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
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-072011-10-07 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* capture/init.c: Declare notification only if being used.
2011-09-162011-09-16 Sebastian Huber <Sebastian.Huber@embedded-brains.de>Sebastian Huber
* fileio/fileio.scn: New file. * capture/init.c, fileio/init.c: Use rtems_shell_wait_for_input().
2011-02-22Add HAVE_CONFIG_H.Ralf Corsepius
2010-06-212010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* capture/capture.doc: Remove more ITRON references.
2010-04-04Remove unused variable "out".Ralf Corsepius
2010-03-29exclude big samples for SMALL MEMORY BSPsThomas Doerfler
2009-11-30Whitespace removal.Ralf Corsepius
2009-10-24Fix prototype.Ralf Corsepius
2009-10-24Remove test*().Ralf Corsepius
Add setup_tasks_to_watch().
2009-10-24Remove setup_tasks_to_watch.Ralf Corsepius
2009-09-142009-09-14 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* capture/test1.c: Use size_t for sizes.
2009-04-03Eliminate _exe_/.exe.Ralf Corsepius
2008-12-182008-12-18 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* capture/test1.c: Add const to eliminate warning.
2008-12-162008-12-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* capture/test1.c: Eliminate all public use of TOD conversion routines.
2008-09-06Convert to "bool".Ralf Corsepius
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.