Commit graph

251 commits

Author SHA1 Message Date
Nicholas Corgan
5fc3a5973f Updated documentation
* Updated UHD documentation-related URL's after manual overhaul
* Updated NI-USRP URL to link to NI-USRP 1.3
2014-07-31 10:49:34 -07:00
Nicholas Corgan
fb47c829c2 usrp_burn_mb_eeprom: write all changes to the EEPROM at once
* Utility was unnecessarily wearing out EEPROMs by calling separate writes for each key
2014-07-31 11:44:35 +02:00
Ben Hilburn
f2fbcfa30e Lots of bit-specific type work to fix compilation on older OSes. 2014-05-21 11:56:07 -07:00
Ben Hilburn
fbde92c7b6 Merge branch 'origin/uhd/cal_msg' into maint 2014-04-11 12:45:47 -07:00
Ben Hilburn
3b2246a46d Merge branch 'origin/uhd/cal_tools_subdev_B'
Fixing issue with subdev selection in cal tools.
2014-04-10 13:10:03 -07:00
Martin Braun
7cb3c980f9 uhd: Fixed bug in cal tools that would always use A-side settings, also some refactoring 2014-04-10 21:38:14 +02:00
Martin Braun
0fcd0282f8 uhd: Added nicer error reporting to cal tools 2014-04-10 21:26:21 +02:00
Nicholas Corgan
5a264a1d38 Major improvements to usrp_n2xx_simple_net_burner
* 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
2014-04-09 14:40:40 -07:00
Martin Braun
9ea8bedb6b uhd: Cal tools had ambiguous help message, referring to XCVR boards. 2014-03-28 14:25:09 +01:00
Martin Braun
59bfb27a13 utils: added subdev selection to cal tools 2014-03-10 11:46:02 +01:00
Ben Hilburn
ff1546f813 Pushing the bulk of UHD-3.7.0 code. 2014-02-14 12:05:07 -08:00
Ben Hilburn
178ac3f1c9 Merging USRP X300 and X310 support!! 2014-02-04 11:04:07 -08:00
Nicholas Corgan
3edead2716 Brought in UHD 3.6.2 MacPorts patches for OS X compatibility
* With OS X, boost::lexical_cast won't accept to_hex<boost::uint16_t> as a type
2014-01-27 11:14:54 -08:00
Ben Hilburn
4826982ef3 Merging mwest's improvements to B2xx utility. 2013-12-11 18:23:46 -08:00
Ben Hilburn
bbb8afcf03 Merge Corgan's branch 'origin/n2xx/net_burner_path_fix' 2013-11-27 12:59:53 -08:00
Ben Hilburn
99503d0019 Merge remote-tracking branch 'origin/uhd/new_images_downloader' 2013-11-27 12:49:17 -08:00
Ben Hilburn
9e47ad607b Squashed merge of Coverity fixes. 2013-11-27 12:11:23 -08:00
Nicholas Corgan
ed765d9042 usrp_n2xx_simple_net_burner: ~ now expands into user's home directory 2013-11-25 08:33:25 -08:00
Balint Seeber
8c21801ed7 uhd: re-wrote uhd_images_downloader (OO, new options, hopefully much more robust and user-friendly) 2013-11-22 15:51:46 -08:00
Nicholas Corgan
621f9c93f3 Merge branch 'bug182' 2013-11-19 15:51:45 -08:00
Nicholas Corgan
60108e3ca8 b2xx_fx3_utils: more validation before trying to load 2013-11-19 15:40:41 -08:00
Michael West
a764d4b3bf More fixes for Win32 compatibility. 2013-11-19 15:21:52 -08:00
Michael West
3db58e03cd Added fixes for Win32 compatibility. 2013-11-19 15:06:48 -08:00
Michael West
0fe2a9aec4 BUG #182: Merged with Corgan's fix for the Win32 error. 2013-11-19 14:42:08 -08:00
Michael West
8ea2653ba5 BUG #182: Addressed comments from code review. Re-factored to reduce repetitive code. 2013-11-19 14:23:35 -08:00
Nicholas Corgan
45a780cc85 Merge branch 'maint' 2013-11-19 06:33:39 -08:00
Nicholas Corgan
57e5360ea9 uhd_images_downloader: more descriptive error when MD5 check fails 2013-11-19 06:32:02 -08:00
Nicholas Corgan
9a45063077 b2xx_fx3_utils: catch error when WinUSB drivers aren't installed 2013-11-18 13:01:32 -08:00
Michael West
32b0b1a139 More cleanup for dynamic linking. 2013-11-18 12:40:24 -08:00
Michael West
91c10b31f9 BUG #182: Cleaned up for proper dynamic linking of libuhd. 2013-11-18 10:51:10 -08:00
Michael West
e83a941a9f BUG #182: Refactored b2xx_fx3_utils to use files from UHD 2013-11-15 09:50:07 -08:00
Nicholas Corgan
402a39feb2 uhd_images_downloader: redundancy fixes, better error handling 2013-11-13 06:59:47 -08:00
Nicholas Corgan
d02adc5693 uhd_images_downloader: more improvements/fixes
* Better error handling
* Improved default download location logic
2013-11-08 09:18:31 -08:00
Nicholas Corgan
15f2430e9e uhd_images_downloader fixes/improvements
* Permissions checking leads to clearer errors when user doesn't have write permissions
* Relative paths work
2013-11-04 08:20:47 -08:00
Nicholas Corgan
b8be983269 usrp_burn_mb_eeprom: removed unnecessary if-statement and fixed whitespace issue 2013-11-01 07:23:52 -07:00
Nicholas Corgan
9afa92f412 utils: usrp_burn_mb_eeprom can now burn multiple EEPROM values
* 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
2013-10-31 08:01:27 -07:00
Nicholas Corgan
0c5099ab4d utils: fixed b2xx_fx3_utils bug with older versions of Boost 2013-09-20 12:05:29 -07:00
Ben Hilburn
0159006c4f b200: firmware update changed for FPGA load work 2013-09-10 17:44:45 -07:00
Nicholas Corgan
e8dfc46382 utils: usrp_n2xx_net_burner_gui can now overwrite safe images with command line option 2013-09-06 11:13:49 -07:00
Josh Blum
186b25c3cc Merge branch 'maint' 2013-08-23 11:23:25 -07:00
Nicholas Corgan
a77e4d83ce utils: usrp_n2xx_net_burner_gui no longer ignores dont-check-rev option 2013-08-23 11:20:00 -07:00
Josh Blum
b21a03fffe b200: squashed support for b200 onto master branch 2013-07-19 14:08:22 -07:00
Josh Blum
67cbce5891 uhd: conditionalize the eeprom check 2013-07-15 15:47:52 -07:00
Josh Blum
1f97c6c1e1 cbx: added support for cal utils 2013-07-15 15:35:08 -07:00
Josh Blum
8f4000ff68 Merge branch 'maint' 2013-06-21 12:51:03 -07:00
Josh Blum
80045259b5 uhd: explicitly link the apps w/ boost 2013-06-21 12:50:39 -07:00
Nicholas Corgan
6524f46bc5 Merge branch 'maint'
Conflicts:
	host/tests/CMakeLists.txt
2013-05-10 15:07:03 -07:00
Nicholas Corgan
4b72513a89 Added CMake variables to customize builds to match Debian package configurations
* -DLIBUHD_PKG=ON installs with libuhd003 configuration
* -DLIBUHDDEV_PKG=ON installs with libuhd-dev configuration
* -DUHDHOST_PKG=ON installs with uhd-host configuration
2013-05-10 15:04:00 -07:00
Nicholas Corgan
265daa5867 Merge branch 'maint' 2013-05-03 10:59:42 -07:00
Nicholas Corgan
b0a4e2ad08 UHD has man pages now
* Linux installations will automatically install man pages
* Moved usrp_n2xx_simple_net_burner and usrp2_card_burner into bin
2013-05-03 10:59:37 -07:00