summaryrefslogtreecommitdiff
path: root/testsuites/samples (follow)
AgeCommit message (Expand)Author
2020-03-31testsuites: Remove CONFIGURE_MALLOC_STATISTICSSebastian Huber
2020-02-12score: Simplify _Thread_Initialize()Sebastian Huber
2020-02-06samples/iostream: Simplify configurationSebastian Huber
2019-12-19config: CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORSSebastian Huber
2019-12-13rtems: Add and use rtems_object_get_local_node()Sebastian Huber
2019-11-12samples/paranoia: Remove <bsp.h> includeSebastian Huber
2019-11-12samples: Avoid build system defined definesSebastian Huber
2019-07-22ticker/init.c: Error should say clock set not getJoel Sherrill
2019-01-30build: Do not install test programsSebastian Huber
2019-01-29samples/pppd: Use less memory hungry configurationSebastian Huber
2019-01-14build: Add missing $(LDADD) for dependenciesSebastian Huber
2018-12-14score: Remove Objects_Information::auto_extendSebastian Huber
2018-11-06Correct minor spelling and grammar errorsZenon
2018-10-10build: Remove local.amSebastian Huber
2018-10-10build: Directly reference libraries in testsSebastian Huber
2018-10-05tests: Use rtems_task_exit()Sebastian Huber
2018-08-07fileio: Avoid deprecated rtems_disk_obtain()Sebastian Huber
2018-08-07nvdisk: Use rtems_blkdev_create()Sebastian Huber
2018-08-07ramdisk: Use rtems_blkdev_create()Sebastian Huber
2018-07-25samples/minimum: Use default interrupt stack sizeSebastian Huber
2018-07-24samples: Fix warningsSebastian Huber
2018-06-04capture: Use unlimited objectsSebastian Huber
2018-05-02tests: Remove configure feature checksSebastian Huber
2018-04-11configure: Add subdir-objects to all automake flags.Chris Johns
2018-04-10testsuite/samples: Merged nested Makefile.am files into one Makefile.amChris Johns
2018-04-04build: Remove EXTRA_DISTSebastian Huber
2018-02-05termios: Remove obsolete configuration optionsSebastian Huber
2018-01-25Remove make preinstallChris Johns
2018-01-22cdtest: Increase stack sizeSebastian Huber
2017-11-11tests: Use rtems_test_begin and rtems_test_end.Chris Johns
2017-11-09pppd/Makefile.am: Add support/includeJoel Sherrill
2017-11-07tests: Use normal console for user input testsSebastian Huber
2017-11-06tests: Use <tmacros.h> in all testsSebastian Huber
2017-11-06tests: Use simple console driverSebastian Huber
2017-11-02tests: Use printf() instead of fprintf()Sebastian Huber
2017-10-28tests: Remove TEST_INITSebastian Huber
2017-10-28tests: Use rtems_print_printer_fprintf_putc()Sebastian Huber
2017-10-28tests: Move rtems_test_printer definitionSebastian Huber
2017-10-23testsuite: Use printk for all test output where possible.Chris Johns
2017-08-24samples/fileio: Give command availability hintSebastian Huber
2017-07-18tests: Use floating point taskSebastian Huber
2017-04-04testsuite: Add a common test configuration. Fix configure.ac and Makefile.am ...Chris Johns
2017-03-03cdtest: Print begin of test only onceSebastian Huber
2016-12-09cdtest: Print proper begin/end of test messagesSebastian Huber
2016-12-09cdtest: Add std::runtime_error() test caseChris Johns
2016-09-19tests: CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEMSebastian Huber
2016-06-22Move printer initialization to separate headerSebastian Huber
2016-06-22Make rtems/print.h independent of rtems/bspIo.hSebastian Huber
2016-06-16samples/base_mp/apptask.c: Fix warning and clean upJoel Sherrill
2016-05-26testsuite: Fix networking samples to use the RTEMS printer.Chris Johns