aboutsummaryrefslogtreecommitdiffstats
path: root/host/utils/uhd_usrp_probe.cpp
Commit message (Collapse)AuthorAgeFilesLines
* uhd: update copyright dates on host codeJosh Blum2011-01-131-1/+1
|
* uhd: integrated boost split or tokenizer into source files, remove string ↵Josh Blum2011-01-061-2/+3
| | | | split from algorithms header
* uhd: created a meta range that is a range of ranges for gains and freqsJosh Blum2010-11-101-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 sizeJosh Blum2010-11-041-4/+4
|
* uhd: made split string utility functionJosh Blum2010-08-121-2/+2
|
* usrp: removed gain handler code (replaced by gain group)Josh Blum2010-07-271-1/+1
|
* usrp2: added codec impl for codec properties to usrp2Josh Blum2010-07-271-0/+15
|
* uhd: work on tune logic, and subdev connection logicJosh Blum2010-07-161-2/+1
|
* usrp: removed spectrum inverted property from subdev code and tune helper ↵Josh Blum2010-07-161-1/+0
| | | | (it wasnt used)
* created uhd usrp probeJosh Blum2010-06-091-0/+166