aboutsummaryrefslogtreecommitdiffstats
path: root/host/utils
Commit message (Collapse)AuthorAgeFilesLines
...
| * Merge branch 'maint'Martin Braun2014-08-014-8/+9
| |\
| | * Updated documentationNicholas Corgan2014-07-314-8/+9
| | | | | | | | | | | | | | | * Updated UHD documentation-related URL's after manual overhaul * Updated NI-USRP URL to link to NI-USRP 1.3
| | * usrp_burn_mb_eeprom: write all changes to the EEPROM at onceNicholas Corgan2014-07-311-2/+3
| | | | | | | | | | | | * Utility was unnecessarily wearing out EEPROMs by calling separate writes for each key
| * | Updated master-specfic documentationNicholas Corgan2014-07-311-1/+1
| | | | | | | | | | | | | | | * Updated manual URL on OctoClock documentation after manual overhaul * Improved "Coding to the API" page
| * | usrp_burn_mb_eeprom: write all changes to EEPROM at onceNicholas Corgan2014-07-281-2/+3
| | | | | | | | | | | | * Manually applied 1f848914a09795a37156968cc7a5dd11fcb869d3 to master due to merge conflict
* | | b200: Moved AD9361 driver to hostAshish Chaudhari2014-08-011-16/+5
|/ / | | | | | | | | | | | | - Switched to FPGA SPI engine - Moved firmware AD9361 driver to UHD - Bumped FW compat to 5, FPGA compat to 4 - Known Issue: AD9361 SPI rate is too slow
* | OctoClock firmware upgrade, added host driverNicholas Corgan2014-07-2310-10/+742
| | | | | | | | | | | | | | | | | | | | * OctoClock can communicate with UHD over Ethernet * Can read NMEA strings from GPSDO and send to host * Added multi_usrp_clock class for clock devices * uhd::device can now filter to return only USRP devices or clock devices * New OctoClock bootloader can accept firmware download over Ethernet * Added octoclock_burn_eeprom,octoclock_firmware_burner utilities * Added test_clock_synch example to show clock API
* | utils: uhd_usrp_probe gets argument --init-onlyMartin Braun2014-07-111-1/+2
| | | | | | | | | | | | | | | | This will run the tool without the output (unless --tree is provided). Using --init-only, uhd_usrp_probe can be used to simply test a device in more detail than doing a uhd_find_device, but the output of the device initalization is not scrolled by because of the device info output.
* | Merge branch 'maint'Ben Hilburn2014-05-223-11/+12
|\|
| * Lots of bit-specific type work to fix compilation on older OSes.Ben Hilburn2014-05-213-11/+12
| |
* | usrp_n2xx_simple_net_burner: implement features from old Python burnerNicholas Corgan2014-05-071-31/+85
| | | | | | | | | | * --dont-check-rev ignores USRP revision, useful when EEPROM is corrupted * --overwrite-safe overwrites safe images after warning user of danger
* | Merge branch 'maint'Ben Hilburn2014-04-113-3/+6
|\|
| * Merge branch 'origin/uhd/cal_msg' into maintBen Hilburn2014-04-113-3/+6
| |\
| | * uhd: Cal tools had ambiguous help message, referring to XCVR boards.Martin Braun2014-03-283-3/+6
| | |
* | | usrp_burn_mb_eeprom: deprecated --key and --val argumentsNicholas Corgan2014-04-111-19/+32
|/ / | | | | | | | | | | | | | | | | | | * New method: --values="key1=value1,key2=value2" * To read key2: --values="key1=value1,key2,key3=value2" * Added --read-all option to read all values in EEPROM without burning * Old arguments still work but print deprecation warning Conflicts: host/docs/usrp_x3x0.rst
* | Merge branch 'origin/uhd/cal_tools_subdev_B'Ben Hilburn2014-04-104-96/+53
|\ \ | | | | | | | | | Fixing issue with subdev selection in cal tools.
| * | uhd: Fixed bug in cal tools that would always use A-side settings, also some ↵Martin Braun2014-04-104-96/+53
| | | | | | | | | | | | refactoring
* | | uhd: Added nicer error reporting to cal toolsMartin Braun2014-04-101-2/+2
|/ /
* / Major improvements to usrp_n2xx_simple_net_burnerNicholas Corgan2014-04-092-310/+284
|/ | | | | | | | | * Improved utility's memory usage * Moved packet structure and relevant #defines to source file, removed header * Formalized packet code enums and removed unused code * Added progress percentage to image writing and verification * Deprecated --no_fw, --no_fpga, and --auto_reboot options, warning message displays when used * Other misc. coding improvements
* utils: added subdev selection to cal toolsMartin Braun2014-03-104-18/+66
|
* Pushing the bulk of UHD-3.7.0 code.Ben Hilburn2014-02-142-18/+53
|
* Merging USRP X300 and X310 support!!Ben Hilburn2014-02-047-3/+898
|
* Brought in UHD 3.6.2 MacPorts patches for OS X compatibilityNicholas Corgan2014-01-271-2/+5
| | | | * With OS X, boost::lexical_cast won't accept to_hex<boost::uint16_t> as a type
* Merging mwest's improvements to B2xx utility.Ben Hilburn2013-12-112-91/+157
|
* Merge Corgan's branch 'origin/n2xx/net_burner_path_fix'Ben Hilburn2013-11-271-2/+10
|\
| * 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
|\|