aboutsummaryrefslogtreecommitdiffstats
path: root/host/utils/usrp_burn_db_eeprom.cpp
Commit message (Collapse)AuthorAgeFilesLines
* OctoClock firmware upgrade, added host driverNicholas Corgan2014-07-231-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
* examples & utils: return EXIT_FAILURE and EXIT_SUCCESS respectivelyMoritz Fischer2012-10-261-2/+2
| | | | instead of 0 and 1.
* usrp: added revision field to the dboard id classJosh Blum2011-10-101-0/+8
|
* uhd: replaced boost filesystem path with fs_path in property treeJosh Blum2011-07-221-2/+2
|
* uhd: add get_tree call directly to the deviceJosh Blum2011-07-201-1/+1
| | | | | | Does away with the need for wax cast to get the tree. You can still do this but it will eventually be removed. There was some compiler issue on ubuntu 10.04 with any cast and a shared ptr to property tree.
* uhd: implement prop tree usage in utilsJosh Blum2011-06-291-25/+11
|
* usrp: support for grand daughter board eepromJosh Blum2011-04-261-6/+9
|
* uhd: renamed the assert header to assert hasJosh Blum2011-02-241-1/+1
| | | | | | | | only the assert has implementation is in this header uhd assert throw moved to the exception header updated code base includes to match
* uhd: switch dboard id prop to whole eeprom structJosh Blum2011-02-221-13/+16
| | | | | | modified implementation code and burner app also made dboard manager use safe constructor that will use none ids if construction fails
* usrp: replaced device specific burner apps with one generic one for mboard ↵Josh Blum2010-11-041-3/+3
| | | | eeproms
* usrp: dboard eeprom burner app takes slot param (fixed for automatic)Josh Blum2010-09-091-4/+11
|
* uhd: renamed prefix on usrp burn eeprom utilityJosh Blum2010-07-061-0/+93