Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merging USRP X300 and X310 support!! | Ben Hilburn | 2014-02-04 | 1 | -2/+14 |
| | |||||
* | Merging mwest's improvements to B2xx utility. | Ben Hilburn | 2013-12-11 | 1 | -1/+1 |
| | |||||
* | BUG #182: Cleaned up for proper dynamic linking of libuhd. | Michael West | 2013-11-18 | 1 | -9/+3 |
| | |||||
* | BUG #182: Refactored b2xx_fx3_utils to use files from UHD | Michael West | 2013-11-15 | 1 | -1/+9 |
| | |||||
* | b200: squashed support for b200 onto master branch | Josh Blum | 2013-07-19 | 1 | -0/+2 |
| | |||||
* | uhd: explicitly link the apps w/ boost | Josh Blum | 2013-06-21 | 1 | -2/+2 |
| | |||||
* | Added CMake variables to customize builds to match Debian package configurations | Nicholas Corgan | 2013-05-10 | 1 | -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 now | Nicholas Corgan | 2013-05-03 | 1 | -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_installer | Nicholas Corgan | 2013-05-03 | 1 | -0/+8 |
| | | | | | * Uses custom User Agent * Compares md5sum of downloaded zip file to stored value | ||||
* | utils: USRP N2XX Simple Net Burner | Nicholas Corgan | 2012-10-10 | 1 | -0/+1 |
| | | | | | * More automated C++ implementation of usrp_n2xx_net_burner.py * By default, installs images from standard image install directories | ||||
* | utils: Query GPSDO Sensors | Nicholas Corgan | 2012-10-02 | 1 | -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 source | Josh Blum | 2012-07-01 | 1 | -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 Corgan | 2012-06-15 | 1 | -1/+7 |
| | | | | to be part of other installs | ||||
* | utils: UHD Image Downloader - downloads firmware/FPGA images compatible with ↵ | Nicholas Corgan | 2012-06-07 | 1 | -1/+12 |
| | | | | the current host code and places them in the images directory | ||||
* | usrp2: changed download url for dd.exe | Josh Blum | 2012-02-18 | 1 | -1/+1 |
| | |||||
* | uhd: patch to support PKG_LIB_DIR per debian fs standards | Josh Blum | 2012-01-13 | 1 | -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 again | Josh Blum | 2011-11-15 | 1 | -3/+3 |
| | |||||
* | uhd: different interp methods for IQ vs DC | Josh Blum | 2011-11-14 | 1 | -3/+3 |
| | |||||
* | uhd: added tx dc offset calibration + tweaks | Josh Blum | 2011-11-14 | 1 | -2/+3 |
| | |||||
* | uhd: created rx IQ imbalance app to parallel tx | Josh Blum | 2011-11-11 | 1 | -1/+2 |
| | |||||
* | uhd: first stab at calibration app | Josh Blum | 2011-11-09 | 1 | -0/+1 |
| | |||||
* | Renaming 'usrp1_init_eeprom' to 'fx2_init_eeprom', and making it enable based on | Ben Hilburn | 2011-10-10 | 1 | -3/+3 |
| | | | | ENABLE_USB rather than ENABLE_USRP1 since we also need it for B100. | ||||
* | uhd: updated docs usb post-install, added uhd-usrp.rules | Josh Blum | 2011-09-05 | 1 | -0/+8 |
| | |||||
* | usrp2: include dd.exe in windows installers | Josh Blum | 2011-04-28 | 1 | -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 installation | Josh Blum | 2011-03-26 | 1 | -0/+1 |
| | |||||
* | uhd: setup cpack components for component based installers | Josh Blum | 2011-03-21 | 1 | -2/+3 |
| | |||||
* | usrp-e100: created component for stand-alone usrp-e utils and added wb test util | Josh Blum | 2011-01-23 | 1 | -15/+1 |
| | |||||
* | usrp-e100: added readbacks for time now and time pps | Josh Blum | 2011-01-12 | 1 | -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 enabled | Josh Blum | 2010-12-04 | 1 | -6/+9 |
| | |||||
* | uhd: only enable C when we are building the USRP-E100 utilty apps | Josh Blum | 2010-12-04 | 1 | -0/+1 |
| | |||||
* | Merge branch 'master' into usrp_e100_i2c | Josh Blum | 2010-11-10 | 1 | -1/+6 |
|\ | | | | | | | | | Conflicts: host/utils/CMakeLists.txt | ||||
| * | usrp1: usrp1 util is conditionally enabled | Josh Blum | 2010-11-10 | 1 | -1/+6 |
| | | |||||
* | | Merge branch 'master' into usrp_e100 | Josh Blum | 2010-11-10 | 1 | -50/+34 |
|\| | | | | | | | | | Conflicts: host/utils/CMakeLists.txt | ||||
| * | uhd: reorganized utils cmakefile to use list of sources | Josh Blum | 2010-11-10 | 1 | -24/+23 |
| | | |||||
* | | usrp-e100: add header path for the utils directory as well | Josh Blum | 2010-11-09 | 1 | -0/+3 |
| | | |||||
* | | Merge branch 'master' into usrp_e_next | Josh Blum | 2010-11-09 | 1 | -8/+4 |
|\| | |||||
| * | usrp: replaced device specific burner apps with one generic one for mboard ↵ | Josh Blum | 2010-11-04 | 1 | -8/+4 |
| | | | | | | | | eeproms | ||||
* | | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp_e | Philip Balister | 2010-09-09 | 1 | -0/+8 |
|\| | |||||
| * | Added serial number read. Renamed the usrp1-specific utilities. | Nick Foster | 2010-08-31 | 1 | -6/+6 |
| | | |||||
| * | Added usrp_serial_burner.cpp and capabilities for setting serial number in ↵ | Nick Foster | 2010-08-31 | 1 | -0/+4 |
| | | | | | | | | mboard_impl. Have not yet added read support. | ||||
| * | EEPROM burning in UHD. Changed some USB device handle stuff. Added ↵ | Nick Foster | 2010-08-31 | 1 | -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 Balister | 2010-09-09 | 1 | -0/+12 |
| | | |||||
* | | Add usrp-e-debug-pins to utils. This is the wrong place for the regs header | Philip Balister | 2010-08-29 | 1 | -0/+4 |
| | | | | | | | | file. | ||||
* | | Move fpga-downloader and usrp-e-loopback into utils so they get packaged | Philip Balister | 2010-08-28 | 1 | -0/+8 |
|/ | | | | for installation on the USRP Embedded. | ||||
* | uhd: renamed prefix on usrp burn eeprom utility | Josh Blum | 2010-07-06 | 1 | -6/+20 |
| | |||||
* | created uhd usrp probe | Josh Blum | 2010-06-09 | 1 | -0/+4 |
| | |||||
* | split the card burner into two python apps, one command line app with ↵ | Josh Blum | 2010-05-20 | 1 | -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 Blum | 2010-05-12 | 1 | -4/+8 |
| | |||||
* | added dboard id burner app | Josh Blum | 2010-04-24 | 1 | -0/+4 |
| | |||||
* | use find to discover devices | Josh Blum | 2010-03-30 | 1 | -3/+3 |
| |