aboutsummaryrefslogtreecommitdiffstats
path: root/host/utils/usrp_n2xx_simple_net_burner.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Added uhd::image_loader class and uhd_image_loader utilityNicholas Corgan2015-07-151-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 fixesNicholas Corgan2015-03-271-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 Hilburn2015-01-271-1/+1
| | | | Also includes NI-USRP Windows Registry Key fixes.
* utils: Removed deprecated options from mb eeprom and simple net burner.Martin Braun2014-10-091-11/+3
|
* Merge branch 'maint'Martin Braun2014-08-011-1/+1
|\
| * Updated documentationNicholas Corgan2014-07-311-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 Hilburn2014-05-221-10/+10
|\|
| * Lots of bit-specific type work to fix compilation on older OSes.Ben Hilburn2014-05-211-10/+10
| |
* | 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
* Major improvements to usrp_n2xx_simple_net_burnerNicholas Corgan2014-04-091-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 Hilburn2014-02-141-2/+22
|
* Merging USRP X300 and X310 support!!Ben Hilburn2014-02-041-0/+2
|
* usrp_n2xx_simple_net_burner: ~ now expands into user's home directoryNicholas Corgan2013-11-251-2/+10
|
* utils: Fixed usrp_n2xx_simple_net_burner warningNicholas Corgan2013-03-271-1/+1
|
* utils: usrp_n2xx_simple_net_burner now has option to automatically rebootNicholas Corgan2013-03-261-10/+15
|
* utils: usrp_n2xx_simple_net_burner accepts empty response to reset USRPNicholas Corgan2013-01-071-4/+4
|
* utils: usrp_n2xx_simple_net_burner bugfixes,etcNicholas Corgan2012-10-261-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_burnerNicholas Corgan2012-10-121-6/+7
|
* utils: USRP N2XX Simple Net BurnerNicholas Corgan2012-10-101-0/+517
* More automated C++ implementation of usrp_n2xx_net_burner.py * By default, installs images from standard image install directories