aboutsummaryrefslogtreecommitdiffstats
path: root/host/usrp_e_utils
Commit message (Collapse)AuthorAgeFilesLines
* e100: loopback test fix after register tweaksJosh Blum2012-02-081-2/+1
|
* uhd: patch to support PKG_LIB_DIR per debian fs standardsJosh Blum2012-01-131-1/+1
| | | | | | uhd binaries will continue to install into share/uhd, however, one can specify -DPKG_LIB_DIR=lib/uhd for example to move where the binaries are installed
* e100/b100: moved gpio regs and compat readbackJosh Blum2011-11-033-163/+0
|
* Header-include fix: <cstring> for std::memcpy in usrp_e_utils.Ben Hilburn2011-09-011-0/+1
|
* e100: add FIFO clear and kernel clear to loopbackJosh Blum2011-08-311-0/+9
|
* e100: reimplemented loopback for easy regression testingJosh Blum2011-08-314-326/+294
|
* e100: changed compat numbers, and tweaksJosh Blum2011-08-314-431/+65
|
* e100: only generate random _even_ sizes for loopbackJosh Blum2011-08-311-1/+1
|
* e100: changes to support bus workJosh Blum2011-08-311-7/+27
|
* E1X0 : Remove the spi and i2c test programs.Philip Balister2011-07-083-143/+0
| | | | | | These existed to test the spi and i2c ioctls that have been removed from the device driver. If we need these programs back, they will need to be rewritten with the user space spi and i2c code from uhd.
* usrp: removed register defs in regs.hpp that were covered by coresJosh Blum2011-07-021-5/+5
|
* e100: removed usrp from directory prefixJosh Blum2011-06-174-39/+38
|
* Merge branch 'usrp_e100_aux_spi' into frontend_workJosh Blum2011-06-153-378/+0
|\
| * usrp-e100: removed clockgen config stuff and docsJosh Blum2011-06-063-378/+0
| |
* | usrp-e-timed : Fix stupid typo in tx rate calculation.Philip Balister2011-06-121-1/+1
| |
* | usrp-e-loopback : Fix transfer rate calculation.Philip Balister2011-06-121-4/+23
|/ | | | Calculation now uses fractional seconds, not integer seconds.
* usrp-e100: use misc test32 register to store fpga hashJosh Blum2011-05-101-3/+0
|
* uhd: define LINUX in build system to simplify some checksJosh Blum2011-04-011-5/+1
|
* usrp_e : Check packet length received from FPGA in case of corruption.Philip Balister2011-03-171-5/+9
| | | | | If the packet length in invalid, do not calculate the checksum to avoid segfaulting.
* usrp_e : Add usrp e1xx gpio test program the usrp e100 utils directory.Philip Balister2011-03-172-2/+3
|
* usrp_e100: Move gpio test program to utils.Philip Balister2011-03-161-0/+83
| | | | Still needs changing to use the new register map header.
* usrp_e : Prevent people from typing in large numbers that crash thePhilip Balister2011-02-251-0/+5
| | | | test.
* usrp-e-utils : Move loopback and timed test programs into utilsPhilip Balister2011-02-213-64/+489
| | | | directory for e100.
* usrp-e100: reverted clockgen config + tweaks, its workingJosh Blum2011-01-272-110/+105
|
* usrp-e100: added passthrough to images makefile, tweaks to usrp-e-utilityJosh Blum2011-02-031-9/+12
|
* usrp-e100: combined clkconfig and fpga downloader into usrp-e-utility, ↵Josh Blum2011-01-314-292/+102
| | | | simplified code
* Merge branch 'usrp_e100_devel' of ettus.sourcerepo.com:ettus/uhdpriv into ↵Philip Balister2011-01-262-96/+106
|\ | | | | | | usrp_e100_devel
| * Merge branch 'clkgen_config' of ettus.sourcerepo.com:ettus/uhdpriv into ↵Nick Foster2011-01-252-96/+106
| | | | | | | | | | | | | | usrp_e100_devel Conflicts: host/utils/CMakeLists.txt
* | Local changes for wishbone tests, PLease review carefully.Philip Balister2011-01-261-2/+6
|/
* usrp-e100: created component for stand-alone usrp-e utils and added wb test utilJosh Blum2011-01-238-0/+1174