aboutsummaryrefslogtreecommitdiffstats
path: root/host/utils/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Merging USRP X300 and X310 support!!Ben Hilburn2014-02-041-2/+14
|
* Merging mwest's improvements to B2xx utility.Ben Hilburn2013-12-111-1/+1
|
* BUG #182: Cleaned up for proper dynamic linking of libuhd.Michael West2013-11-181-9/+3
|
* BUG #182: Refactored b2xx_fx3_utils to use files from UHDMichael West2013-11-151-1/+9
|
* b200: squashed support for b200 onto master branchJosh Blum2013-07-191-0/+2
|
* uhd: explicitly link the apps w/ boostJosh Blum2013-06-211-2/+2
|
* Added CMake variables to customize builds to match Debian package configurationsNicholas Corgan2013-05-101-10/+10
| | | | | | * -DLIBUHD_PKG=ON installs with libuhd003 configuration * -DLIBUHDDEV_PKG=ON installs with libuhd-dev configuration * -DUHDHOST_PKG=ON installs with uhd-host configuration
* UHD has man pages nowNicholas Corgan2013-05-031-9/+24
| | | | | * Linux installations will automatically install man pages * Moved usrp_n2xx_simple_net_burner and usrp2_card_burner into bin
* Made uhd_images_downloader more robust to match Debian's uhd_firmware_installerNicholas Corgan2013-05-031-0/+8
| | | | | * Uses custom User Agent * Compares md5sum of downloaded zip file to stored value
* utils: USRP N2XX Simple Net BurnerNicholas Corgan2012-10-101-0/+1
| | | | | * More automated C++ implementation of usrp_n2xx_net_burner.py * By default, installs images from standard image install directories
* utils: Query GPSDO SensorsNicholas Corgan2012-10-021-0/+1
| | | | | * Outputs readings of GPSDO sensors and compares UHD device time with GPS time * Correction of URL for GPSDO installation information
* utils: added .in extension to images downloader sourceJosh Blum2012-07-011-1/+1
| | | | | There seems to be confusion that this file can be used w/o building. The images downloader has been renamed to prevent execution b4 configure.
* utils: if usrp2_recovery.py is only compatible with Linux, it doesn't need ↵Nicholas Corgan2012-06-151-1/+7
| | | | to be part of other installs
* utils: UHD Image Downloader - downloads firmware/FPGA images compatible with ↵Nicholas Corgan2012-06-071-1/+12
| | | | the current host code and places them in the images directory
* usrp2: changed download url for dd.exeJosh Blum2012-02-181-1/+1
|
* uhd: patch to support PKG_LIB_DIR per debian fs standardsJosh Blum2012-01-131-4/+4
| | | | | | 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
* uhd: added calibration usage app notes and renamed apps againJosh Blum2011-11-151-3/+3
|
* uhd: different interp methods for IQ vs DCJosh Blum2011-11-141-3/+3
|
* uhd: added tx dc offset calibration + tweaksJosh Blum2011-11-141-2/+3
|
* uhd: created rx IQ imbalance app to parallel txJosh Blum2011-11-111-1/+2
|
* uhd: first stab at calibration appJosh Blum2011-11-091-0/+1
|
* Renaming 'usrp1_init_eeprom' to 'fx2_init_eeprom', and making it enable based onBen Hilburn2011-10-101-3/+3
| | | | ENABLE_USB rather than ENABLE_USRP1 since we also need it for B100.
* uhd: updated docs usb post-install, added uhd-usrp.rulesJosh Blum2011-09-051-0/+8
|
* usrp2: include dd.exe in windows installersJosh Blum2011-04-281-0/+11
| | | | uhd build system downloads dd.exe from ettus.com so we dont have to check it in
* usrp2: added usrp_n2xx_net_burner_gui to build system installationJosh Blum2011-03-261-0/+1
|
* uhd: setup cpack components for component based installersJosh Blum2011-03-211-2/+3
|
* usrp-e100: created component for stand-alone usrp-e utils and added wb test utilJosh Blum2011-01-231-15/+1
|
* usrp-e100: added readbacks for time now and time ppsJosh Blum2011-01-121-0/+1
| | | | | | incremented fpga compat number added slave 7 to regs map removed old copy of regs map
* uhd: only install usrp2 apps when the component is enabledJosh Blum2010-12-041-6/+9
|
* uhd: only enable C when we are building the USRP-E100 utilty appsJosh Blum2010-12-041-0/+1
|
* Merge branch 'master' into usrp_e100_i2cJosh Blum2010-11-101-1/+6
|\ | | | | | | | | Conflicts: host/utils/CMakeLists.txt
| * usrp1: usrp1 util is conditionally enabledJosh Blum2010-11-101-1/+6
| |
* | Merge branch 'master' into usrp_e100Josh Blum2010-11-101-50/+34
|\| | | | | | | | | Conflicts: host/utils/CMakeLists.txt
| * uhd: reorganized utils cmakefile to use list of sourcesJosh Blum2010-11-101-24/+23
| |
* | usrp-e100: add header path for the utils directory as wellJosh Blum2010-11-091-0/+3
| |
* | Merge branch 'master' into usrp_e_nextJosh Blum2010-11-091-8/+4
|\|
| * usrp: replaced device specific burner apps with one generic one for mboard ↵Josh Blum2010-11-041-8/+4
| | | | | | | | eeproms
* | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp_ePhilip Balister2010-09-091-0/+8
|\|
| * Added serial number read. Renamed the usrp1-specific utilities.Nick Foster2010-08-311-6/+6
| |
| * Added usrp_serial_burner.cpp and capabilities for setting serial number in ↵Nick Foster2010-08-311-0/+4
| | | | | | | | mboard_impl. Have not yet added read support.
| * EEPROM burning in UHD. Changed some USB device handle stuff. Added ↵Nick Foster2010-08-311-0/+4
| | | | | | | | usrp_init_eeprom.cpp. Hacked up the firmware makefile to behave and to generate .bin EEPROM images instead of IHX.
* | Add clkgen-config, usrp-e-i2c and usrp-e-spi to the installed utils.Philip Balister2010-09-091-0/+12
| |
* | Add usrp-e-debug-pins to utils. This is the wrong place for the regs headerPhilip Balister2010-08-291-0/+4
| | | | | | | | file.
* | Move fpga-downloader and usrp-e-loopback into utils so they get packagedPhilip Balister2010-08-281-0/+8
|/ | | | for installation on the USRP Embedded.
* uhd: renamed prefix on usrp burn eeprom utilityJosh Blum2010-07-061-6/+20
|
* created uhd usrp probeJosh Blum2010-06-091-0/+4
|
* split the card burner into two python apps, one command line app with ↵Josh Blum2010-05-201-0/+1
| | | | implementation, and the other a gui only app, updated docs as well
* Added card burner python app with gui and windows support.Josh Blum2010-05-121-4/+8
|
* added dboard id burner appJosh Blum2010-04-241-0/+4
|
* use find to discover devicesJosh Blum2010-03-301-3/+3
|