aboutsummaryrefslogtreecommitdiffstats
path: root/host/utils
Commit message (Collapse)AuthorAgeFilesLines
...
| * usrp_n2xx_simple_net_burner: ~ now expands into user's home directoryNicholas Corgan2013-11-251-2/+10
| |
* | Merge remote-tracking branch 'origin/uhd/new_images_downloader'Ben Hilburn2013-11-271-119/+316
|\ \
| * | uhd: re-wrote uhd_images_downloader (OO, new options, hopefully much more ↵Balint Seeber2013-11-221-119/+316
| |/ | | | | | | robust and user-friendly)
* / Squashed merge of Coverity fixes.Ben Hilburn2013-11-271-11/+29
|/
* Merge branch 'bug182'Nicholas Corgan2013-11-192-577/+304
|\
| * b2xx_fx3_utils: more validation before trying to loadNicholas Corgan2013-11-191-0/+10
| |
| * More fixes for Win32 compatibility.Michael West2013-11-191-4/+13
| |
| * Added fixes for Win32 compatibility.Michael West2013-11-191-27/+30
| |
| * BUG #182: Merged with Corgan's fix for the Win32 error.Michael West2013-11-191-9/+15
| |\
| | * b2xx_fx3_utils: catch error when WinUSB drivers aren't installedNicholas Corgan2013-11-181-9/+46
| | |
| * | BUG #182: Addressed comments from code review. Re-factored to reduce ↵Michael West2013-11-191-247/+161
| | | | | | | | | | | | repetitive code.
| * | More cleanup for dynamic linking.Michael West2013-11-181-2/+2
| |/
| * BUG #182: Cleaned up for proper dynamic linking of libuhd.Michael West2013-11-182-9/+12
| |
| * BUG #182: Refactored b2xx_fx3_utils to use files from UHDMichael West2013-11-152-543/+325
| |
* | Merge branch 'maint'Nicholas Corgan2013-11-191-18/+45
|\ \ | |/ |/|
| * uhd_images_downloader: more descriptive error when MD5 check failsNicholas Corgan2013-11-191-0/+2
| |
| * uhd_images_downloader: redundancy fixes, better error handlingNicholas Corgan2013-11-131-12/+14
| |
| * uhd_images_downloader: more improvements/fixesNicholas Corgan2013-11-081-14/+24
| | | | | | | | | | * Better error handling * Improved default download location logic
| * uhd_images_downloader fixes/improvementsNicholas Corgan2013-11-041-4/+17
| | | | | | | | | | * Permissions checking leads to clearer errors when user doesn't have write permissions * Relative paths work
* | usrp_burn_mb_eeprom: removed unnecessary if-statement and fixed whitespace issueNicholas Corgan2013-11-011-12/+13
| |
* | utils: usrp_burn_mb_eeprom can now burn multiple EEPROM valuesNicholas Corgan2013-10-311-10/+26
| | | | | | | | | | | | * example: usrp_burn_mb_eeprom --key="name,ip-addr" --val="my_usrp,192.168.10.3" * As before, omitting the --val argument will just read off all named keys * If number of given keys and vals don't match, the util will throw an error
* | 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.