aboutsummaryrefslogtreecommitdiffstats
path: root/host/utils
Commit message (Collapse)AuthorAgeFilesLines
* utils: fixed b2xx_fx3_utils bug with older versions of BoostNicholas Corgan2013-09-201-1/+1
|
* b200: firmware update changed for FPGA load workBen Hilburn2013-09-101-1/+2
|
* utils: usrp_n2xx_net_burner_gui can now overwrite safe images with command ↵Nicholas Corgan2013-09-061-14/+24
| | | | line option
* Merge branch 'maint'Josh Blum2013-08-231-1/+1
|\
| * utils: usrp_n2xx_net_burner_gui no longer ignores dont-check-rev optionNicholas Corgan2013-08-231-1/+1
| |
* | b200: squashed support for b200 onto master branchJosh Blum2013-07-193-0/+754
| |
* | uhd: conditionalize the eeprom checkJosh Blum2013-07-151-7/+10
| |
* | cbx: added support for cal utilsJosh Blum2013-07-151-0/+6
| |
* | Merge branch 'maint'Josh Blum2013-06-211-2/+2
|\|
| * uhd: explicitly link the apps w/ boostJosh Blum2013-06-211-2/+2
| |
* | Merge branch 'maint'Nicholas Corgan2013-05-101-10/+10
|\| | | | | | | | | Conflicts: host/tests/CMakeLists.txt
| * 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
* | Merge branch 'maint'Nicholas Corgan2013-05-031-9/+24
|\|
| * 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
* | Merge branch 'maint'Nicholas Corgan2013-05-032-23/+54
|\|
| * Made uhd_images_downloader more robust to match Debian's uhd_firmware_installerNicholas Corgan2013-05-032-23/+54
| | | | | | | | | | * Uses custom User Agent * Compares md5sum of downloaded zip file to stored value
* | gps: flush uart buffer before waiting for timeJosh Blum2013-04-091-1/+2
| | | | | | | | | | | | This addresses a bug only on the master branch. Also turn off the servo sensor, its too long a delay. We will need to conditionally enable this in a later commit.
* | Merge branch 'maint'Josh Blum2013-04-091-1/+1
|\|
| * gps: use to_ticks in query app to avoid rounding issuesJosh Blum2013-04-091-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.
* | gps: added print for pc clock time to query_gpsdoJosh Blum2013-04-091-0/+2
| |
* | Merge branch 'maint'Nicholas Corgan2013-03-271-1/+1
|\|
| * utils: Fixed usrp_n2xx_simple_net_burner warningNicholas Corgan2013-03-271-1/+1
| |
* | Merge branch 'maint'Josh Blum2013-03-261-10/+15
|\|
| * utils: usrp_n2xx_simple_net_burner now has option to automatically rebootNicholas Corgan2013-03-261-10/+15
| |
* | Merge branch 'maint'Nicholas Corgan2013-03-181-1/+1
|\|
| * Merge branch 'maint34' into maintNicholas Corgan2013-03-181-1/+1
| |\
| | * cal: fixed typo that selects correct RX front-end in cal utils header (typo ↵Balint Seeber2013-03-181-1/+1
| | | | | | | | | | | | from copy-pasta still selected TX front-end)
* | | Merge branch 'maint'Nicholas Corgan2013-01-091-1/+2
|\| |
| * | Modify query_gpsdo_sensors to wait long enough to latch a PPS in before ↵Nick Foster2013-01-091-1/+2
| | | | | | | | | | | | checking it.
* | | Merge branch 'maint'Nicholas Corgan2013-01-071-4/+4
|\| |
| * | utils: usrp_n2xx_simple_net_burner accepts empty response to reset USRPNicholas Corgan2013-01-071-4/+4
| | |
* | | Merge branch 'maint'Nicholas Corgan2012-11-195-5/+42
|\| |
| * | utils: cal apps immediately fail if dboard has no serial instead of after ↵Nicholas Corgan2012-11-164-4/+39
| | | | | | | | | | | | test runs
| * | utils: images downloader defaults to UHD_IMAGES_DIR instead of ↵Nicholas Corgan2012-11-161-1/+3
| | | | | | | | | | | | CMAKE_INSTALL_PREFIX
* | | Merge branch 'maint'Josh Blum2012-11-121-53/+58
|\| |
| * | utils: fixed Windows images downloader bugNicholas Corgan2012-11-101-53/+58
| | |
* | | Merge branch 'maint'Josh Blum2012-11-081-5/+13
|\| |
| * | utils: fixed images downloader Mac incompatibility issueNicholas Corgan2012-11-081-5/+13
| | |
* | | Merge branch 'maint'Josh Blum2012-10-261-113/+113
|\| |
| * | utils: usrp_n2xx_simple_net_burner bugfixes,etcNicholas Corgan2012-10-261-118/+118
| | | | | | | | | | | | | | | * Program only has to read image once * Firmware and FPGA functions are more neatly separated
* | | examples & utils: return EXIT_FAILURE and EXIT_SUCCESS respectivelyMoritz Fischer2012-10-269-27/+31
|/ / | | | | | | instead of 0 and 1.
* | gpsdo: dont round, do get_full_secsJosh Blum2012-10-181-1/+1
| |
* | query_gpsdo_sensors: Cleaned up a bit and fixed bugs.Moritz Fischer2012-10-181-123/+121
| |
* | utils: query_gpsdo_sensors bugfixesNicholas Corgan2012-10-161-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_burnerNicholas Corgan2012-10-121-6/+7
| |
* | utils: USRP N2XX Simple Net BurnerNicholas Corgan2012-10-103-0/+617
| | | | | | | | | | * 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-022-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 featureNicholas Corgan2012-09-251-1/+1
| |
* | utils: More descriptive USRP N2XX Net BurnerNicholas Corgan2012-09-202-7/+16
| | | | | | | | * List option and GUI selection box display hardware revisions of detected units alongside IP addresses
* | utils: minor uhd_images_downloader cleanupNicholas Corgan2012-08-141-2/+1
| |