summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/capture/init.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-1/+1
| | | | Update #3533.
* tests: Use <tmacros.h> in all testsSebastian Huber2017-11-061-10/+4
| | | | | 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.
* 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-061-9/+1
|
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* tests/samples: Use <rtems/test.h>Sebastian Huber2014-03-171-2/+4
|
* samples - Eliminate missing prototype warningsJoel Sherrill2012-05-311-13/+8
|
* 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.
* 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-221-0/+4
|
* Remove unused variable "out".Ralf Corsepius2010-04-041-1/+0
|
* exclude big samples for SMALL MEMORY BSPsThomas Doerfler2010-03-291-9/+4
|
* Whitespace removal.Ralf Corsepius2009-11-301-1/+1
|
* Remove setup_tasks_to_watch.Ralf Corsepius2009-10-241-2/+0
|
* 2007-08-21 Chris Johns <chrisj@rtems.org>Chris Johns2007-08-211-73/+73
| | | | | * 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/+73
* 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.