Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 2 | -23/+54 |
| | | | | | * Uses custom User Agent * Compares md5sum of downloaded zip file to stored value | ||||
* | gps: use to_ticks in query app to avoid rounding issues | Josh Blum | 2013-04-09 | 1 | -1/+1 |
| | | | | | | The to_ticks(1.0) is a preferable way to get whole seconds because it avoids possible rounding issues since just getting full seconds does not account for the frac seconds. | ||||
* | utils: Fixed usrp_n2xx_simple_net_burner warning | Nicholas Corgan | 2013-03-27 | 1 | -1/+1 |
| | |||||
* | utils: usrp_n2xx_simple_net_burner now has option to automatically reboot | Nicholas Corgan | 2013-03-26 | 1 | -10/+15 |
| | |||||
* | Merge branch 'maint34' into maint | Nicholas Corgan | 2013-03-18 | 1 | -1/+1 |
|\ | |||||
| * | cal: fixed typo that selects correct RX front-end in cal utils header (typo ↵ | Balint Seeber | 2013-03-18 | 1 | -1/+1 |
| | | | | | | | | from copy-pasta still selected TX front-end) | ||||
* | | Modify query_gpsdo_sensors to wait long enough to latch a PPS in before ↵ | Nick Foster | 2013-01-09 | 1 | -1/+2 |
| | | | | | | | | checking it. | ||||
* | | utils: usrp_n2xx_simple_net_burner accepts empty response to reset USRP | Nicholas Corgan | 2013-01-07 | 1 | -4/+4 |
| | | |||||
* | | utils: cal apps immediately fail if dboard has no serial instead of after ↵ | Nicholas Corgan | 2012-11-16 | 4 | -4/+39 |
| | | | | | | | | test runs | ||||
* | | utils: images downloader defaults to UHD_IMAGES_DIR instead of ↵ | Nicholas Corgan | 2012-11-16 | 1 | -1/+3 |
| | | | | | | | | CMAKE_INSTALL_PREFIX | ||||
* | | utils: fixed Windows images downloader bug | Nicholas Corgan | 2012-11-10 | 1 | -53/+58 |
| | | |||||
* | | utils: fixed images downloader Mac incompatibility issue | Nicholas Corgan | 2012-11-08 | 1 | -5/+13 |
| | | |||||
* | | utils: usrp_n2xx_simple_net_burner bugfixes,etc | Nicholas Corgan | 2012-10-26 | 1 | -118/+118 |
| | | | | | | | | | | * Program only has to read image once * Firmware and FPGA functions are more neatly separated | ||||
* | | gpsdo: dont round, do get_full_secs | Josh Blum | 2012-10-18 | 1 | -1/+1 |
| | | |||||
* | | query_gpsdo_sensors: Cleaned up a bit and fixed bugs. | Moritz Fischer | 2012-10-18 | 1 | -123/+121 |
| | | |||||
* | | utils: query_gpsdo_sensors bugfixes | Nicholas Corgan | 2012-10-16 | 1 | -120/+123 |
| | | | | | | | | | | * Fixed method of determining lock from sensor string output * Fixed method of rounding for Windows compatibility | ||||
* | | utils: fixed Boost incompatibility bug in usrp_n2xx_simple_net_burner | Nicholas Corgan | 2012-10-12 | 1 | -6/+7 |
| | | |||||
* | | utils: USRP N2XX Simple Net Burner | Nicholas Corgan | 2012-10-10 | 3 | -0/+617 |
| | | | | | | | | | | * 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 | 2 | -0/+121 |
| | | | | | | | | | | * Outputs readings of GPSDO sensors and compares UHD device time with GPS time * Correction of URL for GPSDO installation information | ||||
* | | utils: fixed usrp_n2xx_net_burner bug after descriptive list feature | Nicholas Corgan | 2012-09-25 | 1 | -1/+1 |
| | | |||||
* | | utils: More descriptive USRP N2XX Net Burner | Nicholas Corgan | 2012-09-20 | 2 | -7/+16 |
| | | | | | | | | * List option and GUI selection box display hardware revisions of detected units alongside IP addresses | ||||
* | | utils: minor uhd_images_downloader cleanup | Nicholas Corgan | 2012-08-14 | 1 | -2/+1 |
| | | |||||
* | | Merge branch 'maint' | Josh Blum | 2012-07-12 | 1 | -1/+1 |
|\| | |||||
| * | n2xx: fix for usrp_n2xx_net_burner addr decode failure | Josh Blum | 2012-07-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | In the windows network address extractor: The except: continue line could get use stuck in an infinite loop. This fix sets addr to None so the code below it does not execute, and the next node in the chain is tested as expected. | ||||
* | | utils: added .in extension to images downloader source | Josh Blum | 2012-07-01 | 2 | -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. | ||||
* | | cal: fix for else/ifs in uhd cal utils | Josh Blum | 2012-06-28 | 1 | -4/+4 |
| | | |||||
* | | uhd: boost RX gain for RFX calibration | Josh Blum | 2012-06-22 | 1 | -1/+1 |
| | | |||||
* | | 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 | ||||
* | | RFX: added support for calibration utils | Josh Blum | 2012-06-12 | 1 | -3/+15 |
| | | | | | | | | | | Special CAL RX antenna rule: keep mixer enabled to reduce transients. 0 dB gains settings for RX and TX to deal with RFX sensitivity range. | ||||
* | | uhd: added some more prints to the probe | Josh Blum | 2012-06-08 | 1 | -3/+9 |
| | | |||||
* | | Merge branch 'maint' | Josh Blum | 2012-06-08 | 1 | -1/+1 |
|\| | |||||
| * | n2x0: fix for net_burner, continue on error | Josh Blum | 2012-06-08 | 1 | -1/+1 |
| | | |||||
* | | utils: UHD Image Downloader - downloads firmware/FPGA images compatible with ↵ | Nicholas Corgan | 2012-06-07 | 2 | -1/+107 |
| | | | | | | | | the current host code and places them in the images directory | ||||
* | | Merge branch 'maint' | Josh Blum | 2012-05-09 | 1 | -3/+3 |
|\| | |||||
| * | n2xx: fix possible attribute error in netburner win_get_interfaces | Josh Blum | 2012-05-09 | 1 | -3/+3 |
| | | | | | | | | | | | | It is possible on some machines (at least one in this case), for adNode to not have the attribute next. Unexplained... This may be a fix, and if not, should be harmless. | ||||
* | | udp: increase FastSendDatagramThreshold 2048 + docs | Josh Blum | 2012-04-27 | 1 | -0/+0 |
| | | |||||
* | | udp: windows registry app for FastSendDatagramThreshold | Josh Blum | 2012-04-25 | 1 | -0/+0 |
|/ | |||||
* | usrp2: removed errors='ignore' for burners for py26 | Josh Blum | 2012-04-22 | 2 | -2/+2 |
| | |||||
* | n2x0: card burner fixes for python3.0 and IPv6 | Josh Blum | 2012-04-18 | 1 | -3/+5 |
| | | | | | | has_key is not in python3.0, use key in dict put try catch around interface enumeration, might be an ipv6 issue | ||||
* | utils: card/net burner string decode | Josh Blum | 2012-04-12 | 2 | -2/+2 |
| | |||||
* | uhd: rev iq correction numbers format | Josh Blum | 2012-03-14 | 3 | -5/+5 |
| | |||||
* | usrp2: changed download url for dd.exe | Josh Blum | 2012-02-18 | 2 | -2/+2 |
| | |||||
* | 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 | ||||
* | n2xx: fix burner print if bad rev | Josh Blum | 2012-01-11 | 1 | -1/+1 |
| | |||||
* | uhd: use more recent udev rules format | Josh Blum | 2011-12-15 | 1 | -2/+2 |
| | |||||
* | uhd: update udev rules, replace SYSFS w/ ATTRS | Josh Blum | 2011-12-13 | 1 | -2/+2 |
| | |||||
* | uhd: tweaks to calibration utilities | Josh Blum | 2011-11-23 | 4 | -28/+20 |
| |