summaryrefslogtreecommitdiffstats
path: root/testsuite/usb01 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* usb01: Simplify test programSebastian Huber2016-09-288-1072/+124
|
* Delete obsolete _bsd_nexus_devicesSebastian Huber2014-10-081-10/+0
|
* usb01: Update due to API changesSebastian Huber2014-09-301-2/+0
|
* Delete rtems_bsd_initialize_with_interrupt_serverSebastian Huber2013-12-201-1/+1
| | | | Move interrupt server initialization to nexus_probe().
* Use floating-point tasks for testsSebastian Huber2013-12-201-1/+3
|
* usb01: Remove SDHC referencesSebastian Huber2013-12-041-10/+0
|
* usb01: Fix warningSebastian Huber2013-11-131-1/+0
|
* Use extension to attach a struct thread to threadsSebastian Huber2013-10-101-0/+2
| | | | Add test thread01.
* Move core system initialization referencesSebastian Huber2013-10-101-1/+0
|
* Update files to match FreeBSD layoutSebastian Huber2013-10-103-47/+4
| | | | | | | | | | | | | | | | | | | 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.
* usb01: Correct MakefileJoel Sherrill2012-07-281-3/+6
|
* usb01: make Makefile follow pattern of othersJoel Sherrill2012-07-281-4/+5
|
* Standardized Makefiles so that i386 would build correctly.Jennifer Averett2012-05-161-23/+12
|
* testsuite/usb01: Support multiple BSPsSebastian Huber2012-03-272-11/+29
|
* e1000 driver now compiles with fewer modificationsJulien Delange2012-03-261-1/+1
| | | | | | | | | | | | | - 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.
* usb01 builds but does not linkJoel Sherrill2012-03-214-48/+44
|
* USB test but closer to code in PRJoel Sherrill2012-03-205-0/+750
|
* Convert to UNIX CR/LF.Joel Sherrill2012-03-202-393/+393
|
* Compiles but we are missing test.h.Joel Sherrill2012-03-201-1/+1
| | | | Maybe it is in the PR.
* Add USB test from Sebastian Huber with no modifications.Joel Sherrill2012-03-204-0/+444