summaryrefslogtreecommitdiff
path: root/testsuite/usb01 (follow)
AgeCommit message (Collapse)Author
2020-07-31testsuite: Use new name of test-info.h.Christian Mauderer
In RTEMS the test.h has been renamed to test-info.h to allow the new test framework to take over.
2020-04-09testsuite: A description for each test addedMoyano, Gabriel
2020-04-03testsuite: CONFIGURE_MAXIMUM_FILE_DESCRIPTORSSebastian Huber
2020-03-31testsuite: User input define addedMoyano, Gabriel
2020-03-31testsuite: Using RTEMS tester functions at beginning and at the end of testsMoyano, Gabriel
puts() was replaced with rtems_test_begin() and rtems_test_end()
2016-09-28usb01: Simplify test programSebastian Huber
2014-10-08Delete obsolete _bsd_nexus_devicesSebastian Huber
2014-09-30usb01: Update due to API changesSebastian Huber
2013-12-20Delete rtems_bsd_initialize_with_interrupt_serverSebastian Huber
Move interrupt server initialization to nexus_probe().
2013-12-20Use floating-point tasks for testsSebastian Huber
2013-12-04usb01: Remove SDHC referencesSebastian Huber
2013-11-13usb01: Fix warningSebastian Huber
2013-10-10Use extension to attach a struct thread to threadsSebastian Huber
Add test thread01.
2013-10-10Move core system initialization referencesSebastian Huber
2013-10-10Update files to match FreeBSD layoutSebastian Huber
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.
2012-07-28usb01: Correct MakefileJoel Sherrill
2012-07-28usb01: make Makefile follow pattern of othersJoel Sherrill
2012-05-16Standardized Makefiles so that i386 would build correctly.Jennifer Averett
2012-03-27testsuite/usb01: Support multiple BSPsSebastian Huber
2012-03-26e1000 driver now compiles with fewer modificationsJulien Delange
- Change some include path in the e1000 drivers - Add some files from the FreeBSD source tree (modification in freebsd-to-rtems.py) - Avoid inconsistent functions declarations: the bool_t and/or boolean_t are not the same between rtems and freebsd so that a function with the prototype bool_t foobar() and another boolean_t foobar() does not compile on rtems. (see if_igb.c for example) Joel Note: These are still inconsistent on the FreeBSD side and need to be addressed by them. We will just make the prototype match the body until they give us a solution.
2012-03-21usb01 builds but does not linkJoel Sherrill
2012-03-20USB test but closer to code in PRJoel Sherrill
2012-03-20Convert to UNIX CR/LF.Joel Sherrill
2012-03-20Compiles but we are missing test.h.Joel Sherrill
Maybe it is in the PR.
2012-03-20Add USB test from Sebastian Huber with no modifications.Joel Sherrill