Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uhd: replaced boost filesystem path with fs_path in property tree | Josh Blum | 2011-07-22 | 1 | -6/+6 |
| | |||||
* | 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. | ||||
* | usrp: renamed ref_source to clock_source (terminology) | Josh Blum | 2011-07-02 | 1 | -1/+1 |
| | |||||
* | uhd: loopback working on usrp2 | Josh Blum | 2011-06-29 | 1 | -1/+2 |
| | |||||
* | uhd: work getting multi-usrp working | Josh Blum | 2011-06-28 | 1 | -0/+5 |
| | |||||
* | usrp: got probe working w/ the new property tree | Josh Blum | 2011-06-28 | 1 | -57/+53 |
| | |||||
* | usrp2: restored discovery and most of io_impl | Josh Blum | 2011-06-27 | 1 | -1/+11 |
| | |||||
* | usrp: support for grand daughter board eeprom | Josh Blum | 2011-04-26 | 1 | -7/+16 |
| | |||||
* | uhd: update copyright dates on host code | Josh Blum | 2011-01-13 | 1 | -1/+1 |
| | |||||
* | uhd: integrated boost split or tokenizer into source files, remove string ↵ | Josh Blum | 2011-01-06 | 1 | -2/+3 |
| | | | | split from algorithms header | ||||
* | uhd: created a meta range that is a range of ranges for gains and freqs | Josh Blum | 2010-11-10 | 1 | -3/+3 |
| | | | | | | | | | | | | | | created a templated range that that holds a start, stop, and step created a meta-range template that is a vector of ranges meta-range can calculate the overall start, stop, step or be indexed to get at components replaced instances of range.min, max, step with the functions start() stop() and step() the xcvr frequency range is now expressed in as two ranges (have to fix its clip function though) | ||||
* | usrp: print eeprom key/value pairs in the probe app, fixed mac addr size | Josh Blum | 2010-11-04 | 1 | -4/+4 |
| | |||||
* | uhd: made split string utility function | Josh Blum | 2010-08-12 | 1 | -2/+2 |
| | |||||
* | usrp: removed gain handler code (replaced by gain group) | Josh Blum | 2010-07-27 | 1 | -1/+1 |
| | |||||
* | usrp2: added codec impl for codec properties to usrp2 | Josh Blum | 2010-07-27 | 1 | -0/+15 |
| | |||||
* | uhd: work on tune logic, and subdev connection logic | Josh Blum | 2010-07-16 | 1 | -2/+1 |
| | |||||
* | usrp: removed spectrum inverted property from subdev code and tune helper ↵ | Josh Blum | 2010-07-16 | 1 | -1/+0 |
| | | | | (it wasnt used) | ||||
* | created uhd usrp probe | Josh Blum | 2010-06-09 | 1 | -0/+166 |