Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | usrp_n2xx_simple_net_burner: ~ now expands into user's home directory | Nicholas Corgan | 2013-11-25 | 1 | -2/+10 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/uhd/new_images_downloader' | Ben Hilburn | 2013-11-27 | 1 | -119/+316 | |
|\ \ | ||||||
| * | | uhd: re-wrote uhd_images_downloader (OO, new options, hopefully much more ↵ | Balint Seeber | 2013-11-22 | 1 | -119/+316 | |
| |/ | | | | | | | robust and user-friendly) | |||||
* / | Squashed merge of Coverity fixes. | Ben Hilburn | 2013-11-27 | 1 | -11/+29 | |
|/ | ||||||
* | Merge branch 'bug182' | Nicholas Corgan | 2013-11-19 | 2 | -577/+304 | |
|\ | ||||||
| * | b2xx_fx3_utils: more validation before trying to load | Nicholas Corgan | 2013-11-19 | 1 | -0/+10 | |
| | | ||||||
| * | More fixes for Win32 compatibility. | Michael West | 2013-11-19 | 1 | -4/+13 | |
| | | ||||||
| * | Added fixes for Win32 compatibility. | Michael West | 2013-11-19 | 1 | -27/+30 | |
| | | ||||||
| * | BUG #182: Merged with Corgan's fix for the Win32 error. | Michael West | 2013-11-19 | 1 | -9/+15 | |
| |\ | ||||||
| | * | b2xx_fx3_utils: catch error when WinUSB drivers aren't installed | Nicholas Corgan | 2013-11-18 | 1 | -9/+46 | |
| | | | ||||||
| * | | BUG #182: Addressed comments from code review. Re-factored to reduce ↵ | Michael West | 2013-11-19 | 1 | -247/+161 | |
| | | | | | | | | | | | | repetitive code. | |||||
| * | | More cleanup for dynamic linking. | Michael West | 2013-11-18 | 1 | -2/+2 | |
| |/ | ||||||
| * | BUG #182: Cleaned up for proper dynamic linking of libuhd. | Michael West | 2013-11-18 | 2 | -9/+12 | |
| | | ||||||
| * | BUG #182: Refactored b2xx_fx3_utils to use files from UHD | Michael West | 2013-11-15 | 2 | -543/+325 | |
| | | ||||||
* | | Merge branch 'maint' | Nicholas Corgan | 2013-11-19 | 1 | -18/+45 | |
|\ \ | |/ |/| | ||||||
| * | uhd_images_downloader: more descriptive error when MD5 check fails | Nicholas Corgan | 2013-11-19 | 1 | -0/+2 | |
| | | ||||||
| * | uhd_images_downloader: redundancy fixes, better error handling | Nicholas Corgan | 2013-11-13 | 1 | -12/+14 | |
| | | ||||||
| * | uhd_images_downloader: more improvements/fixes | Nicholas Corgan | 2013-11-08 | 1 | -14/+24 | |
| | | | | | | | | | | * Better error handling * Improved default download location logic | |||||
| * | uhd_images_downloader fixes/improvements | Nicholas Corgan | 2013-11-04 | 1 | -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 issue | Nicholas Corgan | 2013-11-01 | 1 | -12/+13 | |
| | | ||||||
* | | utils: usrp_burn_mb_eeprom can now burn multiple EEPROM values | Nicholas Corgan | 2013-10-31 | 1 | -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 Boost | Nicholas Corgan | 2013-09-20 | 1 | -1/+1 | |
| | | ||||||
* | | b200: firmware update changed for FPGA load work | Ben Hilburn | 2013-09-10 | 1 | -1/+2 | |
| | | ||||||
* | | utils: usrp_n2xx_net_burner_gui can now overwrite safe images with command ↵ | Nicholas Corgan | 2013-09-06 | 1 | -14/+24 | |
| | | | | | | | | line option | |||||
* | | Merge branch 'maint' | Josh Blum | 2013-08-23 | 1 | -1/+1 | |
|\| | ||||||
| * | utils: usrp_n2xx_net_burner_gui no longer ignores dont-check-rev option | Nicholas Corgan | 2013-08-23 | 1 | -1/+1 | |
| | | ||||||
* | | b200: squashed support for b200 onto master branch | Josh Blum | 2013-07-19 | 3 | -0/+754 | |
| | | ||||||
* | | uhd: conditionalize the eeprom check | Josh Blum | 2013-07-15 | 1 | -7/+10 | |
| | | ||||||
* | | cbx: added support for cal utils | Josh Blum | 2013-07-15 | 1 | -0/+6 | |
| | | ||||||
* | | Merge branch 'maint' | Josh Blum | 2013-06-21 | 1 | -2/+2 | |
|\| | ||||||
| * | uhd: explicitly link the apps w/ boost | Josh Blum | 2013-06-21 | 1 | -2/+2 | |
| | | ||||||
* | | Merge branch 'maint' | Nicholas Corgan | 2013-05-10 | 1 | -10/+10 | |
|\| | | | | | | | | | Conflicts: host/tests/CMakeLists.txt | |||||
| * | 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 | |||||
* | | Merge branch 'maint' | Nicholas Corgan | 2013-05-03 | 1 | -9/+24 | |
|\| | ||||||
| * | 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 | |||||
* | | Merge branch 'maint' | Nicholas Corgan | 2013-05-03 | 2 | -23/+54 | |
|\| | ||||||
| * | 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: flush uart buffer before waiting for time | Josh Blum | 2013-04-09 | 1 | -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 Blum | 2013-04-09 | 1 | -1/+1 | |
|\| | ||||||
| * | 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. | |||||
* | | gps: added print for pc clock time to query_gpsdo | Josh Blum | 2013-04-09 | 1 | -0/+2 | |
| | | ||||||
* | | Merge branch 'maint' | Nicholas Corgan | 2013-03-27 | 1 | -1/+1 | |
|\| | ||||||
| * | utils: Fixed usrp_n2xx_simple_net_burner warning | Nicholas Corgan | 2013-03-27 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'maint' | Josh Blum | 2013-03-26 | 1 | -10/+15 | |
|\| | ||||||
| * | utils: usrp_n2xx_simple_net_burner now has option to automatically reboot | Nicholas Corgan | 2013-03-26 | 1 | -10/+15 | |
| | | ||||||
* | | Merge branch 'maint' | Nicholas Corgan | 2013-03-18 | 1 | -1/+1 | |
|\| | ||||||
| * | 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) | |||||
* | | | Merge branch 'maint' | Nicholas Corgan | 2013-01-09 | 1 | -1/+2 | |
|\| | | ||||||
| * | | Modify query_gpsdo_sensors to wait long enough to latch a PPS in before ↵ | Nick Foster | 2013-01-09 | 1 | -1/+2 | |
| | | | | | | | | | | | | checking it. |