Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move all license headers to SPDX format. | Martin Braun | 2017-12-22 | 1 | -12/+1 |
| | |||||
* | utils: Removed deprecated options from mb eeprom and simple net burner. | Martin Braun | 2014-10-09 | 1 | -18/+7 |
| | |||||
* | usrp_burn_mb_eeprom: write all changes to EEPROM at once | Nicholas Corgan | 2014-07-28 | 1 | -2/+3 |
| | | | | * Manually applied 1f848914a09795a37156968cc7a5dd11fcb869d3 to master due to merge conflict | ||||
* | OctoClock firmware upgrade, added host driver | Nicholas Corgan | 2014-07-23 | 1 | -1/+1 |
| | | | | | | | | | | * OctoClock can communicate with UHD over Ethernet * Can read NMEA strings from GPSDO and send to host * Added multi_usrp_clock class for clock devices * uhd::device can now filter to return only USRP devices or clock devices * New OctoClock bootloader can accept firmware download over Ethernet * Added octoclock_burn_eeprom,octoclock_firmware_burner utilities * Added test_clock_synch example to show clock API | ||||
* | usrp_burn_mb_eeprom: deprecated --key and --val arguments | Nicholas Corgan | 2014-04-11 | 1 | -19/+32 |
| | | | | | | | | | | * New method: --values="key1=value1,key2=value2" * To read key2: --values="key1=value1,key2,key3=value2" * Added --read-all option to read all values in EEPROM without burning * Old arguments still work but print deprecation warning Conflicts: host/docs/usrp_x3x0.rst | ||||
* | usrp_burn_mb_eeprom: removed unnecessary if-statement and fixed whitespace issue | Nicholas Corgan | 2013-11-01 | 1 | -12/+13 |
| | |||||
* | utils: usrp_burn_mb_eeprom can now burn multiple EEPROM values | Nicholas Corgan | 2013-10-31 | 1 | -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 respectively | Moritz Fischer | 2012-10-26 | 1 | -3/+3 |
| | | | | instead of 0 and 1. | ||||
* | uhd: replace cast in usrp_burn_mb_eeprom to be like other apps (fixes ubuntu ↵ | Josh Blum | 2011-08-18 | 1 | -1/+1 |
| | | | | 10.4 compiler bug) | ||||
* | uhd: implement prop tree usage in utils | Josh Blum | 2011-06-29 | 1 | -7/+4 |
| | |||||
* | uhd: for eeprom writeback, write and set only those values changed | Josh Blum | 2010-11-05 | 1 | -11/+13 |
| | |||||
* | usrp: replaced device specific burner apps with one generic one for mboard ↵ | Josh Blum | 2010-11-04 | 1 | -0/+79 |
eeproms |