aboutsummaryrefslogtreecommitdiffstats
path: root/host/utils/usrp_n2xx_simple_net_burner.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Lots of bit-specific type work to fix compilation on older OSes.Ben Hilburn2014-05-211-10/+10
|
* 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