Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added uhd::image_loader class and uhd_image_loader utility | Nicholas Corgan | 2015-07-15 | 1 | -1/+56 |
| | | | | | | * Single class for loading firmware/FPGA images onto devices instead of multiple utilities * Loading functions are registered for each device, corresponding to their --args="type=foo" name * Deprecation warnings added to all product-specific image loading utilities | ||||
* | Warning fixes | Nicholas Corgan | 2015-03-27 | 1 | -2/+2 |
| | | | | | | | * CMake now not applying C++ flags to C files * GCC 4.4: anti-aliasing rules * MSVC: narrowing, differences in subclass function parameters * Clang: uninitialized variables | ||||
* | Merging new UHD_IMAGES_DIR utilities and bug fixes. | Ben Hilburn | 2015-01-27 | 1 | -1/+1 |
| | | | | Also includes NI-USRP Windows Registry Key fixes. | ||||
* | utils: Removed deprecated options from mb eeprom and simple net burner. | Martin Braun | 2014-10-09 | 1 | -11/+3 |
| | |||||
* | Merge branch 'maint' | Martin Braun | 2014-08-01 | 1 | -1/+1 |
|\ | |||||
| * | Updated documentation | Nicholas Corgan | 2014-07-31 | 1 | -1/+1 |
| | | | | | | | | | | * Updated UHD documentation-related URL's after manual overhaul * Updated NI-USRP URL to link to NI-USRP 1.3 | ||||
* | | Merge branch 'maint' | Ben Hilburn | 2014-05-22 | 1 | -10/+10 |
|\| | |||||
| * | Lots of bit-specific type work to fix compilation on older OSes. | Ben Hilburn | 2014-05-21 | 1 | -10/+10 |
| | | |||||
* | | usrp_n2xx_simple_net_burner: implement features from old Python burner | Nicholas Corgan | 2014-05-07 | 1 | -31/+85 |
|/ | | | | | * --dont-check-rev ignores USRP revision, useful when EEPROM is corrupted * --overwrite-safe overwrites safe images after warning user of danger | ||||
* | Major improvements to usrp_n2xx_simple_net_burner | Nicholas Corgan | 2014-04-09 | 1 | -211/+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 | ||||
* | Pushing the bulk of UHD-3.7.0 code. | Ben Hilburn | 2014-02-14 | 1 | -2/+22 |
| | |||||
* | Merging USRP X300 and X310 support!! | Ben Hilburn | 2014-02-04 | 1 | -0/+2 |
| | |||||
* | usrp_n2xx_simple_net_burner: ~ now expands into user's home directory | Nicholas Corgan | 2013-11-25 | 1 | -2/+10 |
| | |||||
* | utils: Fixed usrp_n2xx_simple_net_burner warning | Nicholas Corgan | 2013-03-27 | 1 | -1/+1 |
| | |||||
* | utils: usrp_n2xx_simple_net_burner now has option to automatically reboot | Nicholas Corgan | 2013-03-26 | 1 | -10/+15 |
| | |||||
* | utils: usrp_n2xx_simple_net_burner accepts empty response to reset USRP | Nicholas Corgan | 2013-01-07 | 1 | -4/+4 |
| | |||||
* | utils: usrp_n2xx_simple_net_burner bugfixes,etc | Nicholas Corgan | 2012-10-26 | 1 | -118/+118 |
| | | | | | * Program only has to read image once * Firmware and FPGA functions are more neatly separated | ||||
* | utils: fixed Boost incompatibility bug in usrp_n2xx_simple_net_burner | Nicholas Corgan | 2012-10-12 | 1 | -6/+7 |
| | |||||
* | utils: USRP N2XX Simple Net Burner | Nicholas Corgan | 2012-10-10 | 1 | -0/+517 |
* More automated C++ implementation of usrp_n2xx_net_burner.py * By default, installs images from standard image install directories |