summaryrefslogtreecommitdiffstats
path: root/testsuite/swi01 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* testsuite: Use new name of test-info.h.Christian Mauderer2020-07-311-1/+1
| | | | | In RTEMS the test.h has been renamed to test-info.h to allow the new test framework to take over.
* testsuite: A description for each test addedMoyano, Gabriel2020-04-091-0/+8
|
* testsuite: CONFIGURE_MAXIMUM_FILE_DESCRIPTORSSebastian Huber2020-04-031-1/+1
|
* testsuite: Using RTEMS tester functions at beginning and at the end of testsMoyano, Gabriel2020-03-311-2/+5
| | | | puts() was replaced with rtems_test_begin() and rtems_test_end()
* CONFIG_INTRHOOK(9): Call handlers after bootSebastian Huber2019-09-231-4/+30
| | | | | This enables adding drivers on demand which use this service after initialization.
* tests: Fix configuration dependenciesSebastian Huber2018-02-051-0/+3
|
* tests: Remove obsolete config definesSebastian Huber2017-10-201-4/+0
|
* swi01: Move include to avoid type conflictSebastian Huber2016-04-181-2/+2
|
* nexus: Use a linker set for the devicesSebastian Huber2014-10-081-5/+0
|
* Use floating-point tasks for testsSebastian Huber2013-12-201-0/+2
|
* swi01: Avoid Nexus devicesSebastian Huber2013-11-131-0/+5
|
* swi01: Fix warningSebastian Huber2013-11-131-0/+1
|
* Rename rtems-bsd-config.hSebastian Huber2013-11-111-1/+1
| | | | Rename rtems-bsd-config.h in rtems-bsd-kernel-space.h.
* Use extension to attach a struct thread to threadsSebastian Huber2013-10-101-0/+2
| | | | Add test thread01.
* Update files to match FreeBSD layoutSebastian Huber2013-10-103-41/+14
| | | | | | | | | | | | | | | | | | | Add compatibility with Newlib header files. Some FreeBSD header files are mapped by the translation script: o rtems/bsd/sys/_types.h o rtems/bsd/sys/errno.h o rtems/bsd/sys/lock.h o rtems/bsd/sys/param.h o rtems/bsd/sys/resource.h o rtems/bsd/sys/time.h o rtems/bsd/sys/timespec.h o rtems/bsd/sys/types.h o rtems/bsd/sys/unistd.h It is now possible to include <sys/socket.h> directly for example. Generate one Makefile which builds everything including tests.
* Standardized Makefiles so that i386 would build correctly.Jennifer Averett2012-05-161-20/+18
|
* Provide SWI(9) and TIMEOUT(9)Christian Mauderer2012-05-104-0/+358