aboutsummaryrefslogtreecommitdiffstats
path: root/host/utils/usrp_burn_mb_eeprom.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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
* examples & utils: return EXIT_FAILURE and EXIT_SUCCESS respectivelyMoritz Fischer2012-10-261-3/+3
| | | | instead of 0 and 1.
* uhd: replace cast in usrp_burn_mb_eeprom to be like other apps (fixes ubuntu ↵Josh Blum2011-08-181-1/+1
| | | | 10.4 compiler bug)
* uhd: implement prop tree usage in utilsJosh Blum2011-06-291-7/+4
|
* uhd: for eeprom writeback, write and set only those values changedJosh Blum2010-11-051-11/+13
|
* usrp: replaced device specific burner apps with one generic one for mboard ↵Josh Blum2010-11-041-0/+79
eeproms