Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | examples & utils: return EXIT_FAILURE and EXIT_SUCCESS respectively | Moritz Fischer | 2012-10-26 | 1 | -2/+2 |
| | | | | instead of 0 and 1. | ||||
* | usrp: added revision field to the dboard id class | Josh Blum | 2011-10-10 | 1 | -0/+8 |
| | |||||
* | uhd: replaced boost filesystem path with fs_path in property tree | Josh Blum | 2011-07-22 | 1 | -2/+2 |
| | |||||
* | uhd: add get_tree call directly to the device | Josh Blum | 2011-07-20 | 1 | -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 utils | Josh Blum | 2011-06-29 | 1 | -25/+11 |
| | |||||
* | usrp: support for grand daughter board eeprom | Josh Blum | 2011-04-26 | 1 | -6/+9 |
| | |||||
* | uhd: renamed the assert header to assert has | Josh Blum | 2011-02-24 | 1 | -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 struct | Josh Blum | 2011-02-22 | 1 | -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 Blum | 2010-11-04 | 1 | -3/+3 |
| | | | | eeproms | ||||
* | usrp: dboard eeprom burner app takes slot param (fixed for automatic) | Josh Blum | 2010-09-09 | 1 | -4/+11 |
| | |||||
* | uhd: renamed prefix on usrp burn eeprom utility | Josh Blum | 2010-07-06 | 1 | -0/+93 |