aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/simple_usrp.cpp
Commit message (Collapse)AuthorAgeFilesLines
* usrp: added get dboard iface to simple wrapper, and set gpio debug to dboard ↵Josh Blum2010-08-231-0/+8
| | | | iface
* usrp: added api call to get the subdev specJosh Blum2010-08-091-0/+8
|
* Merge branch 'codec_gains'Josh Blum2010-08-061-6/+15
|\ | | | | | | | | | | | | Conflicts: host/lib/usrp/mimo_usrp.cpp host/lib/usrp/simple_usrp.cpp host/test/CMakeLists.txt
| * usrp: added gain group support usrp2 dboard and to wrapper implementationsJosh Blum2010-07-271-6/+11
| |
* | usrp: tweaks to subdev spec printingJosh Blum2010-08-061-2/+5
| |
* | uhd: created subdevice pair struct for subdev spec (easier than first/second)Josh Blum2010-08-061-4/+4
| |
* | uhd: implemented subdev spec in mimo and simple usrp wrappers.Josh Blum2010-08-061-59/+72
|/ | | | | | implemented subdev spec in usrp2 mboard impl removed subdevs used in dboard impl
* usrp: added functions to derive tuned frequency, tweaked logic, added unit testJosh Blum2010-07-161-4/+12
|
* uhd: include code_rate/2 as part of the tunable frequency rangeJosh Blum2010-07-161-2/+7
|
* uhd: added get time now call to simple and mimo usrpJosh Blum2010-07-051-0/+4
|
* uhd: filling in mimo usrp implementation, renamed get_name to get_pp_string ↵Josh Blum2010-07-051-6/+6
| | | | for simple and mimo usrp
* added set freq with lo offset to simple usrp wrapperJosh Blum2010-05-141-0/+8
|
* added simple usrp api to read rssi and get LO lock statusJosh Blum2010-04-261-0/+12
|
* Created args string contructor for device address.Josh Blum2010-04-201-9/+30
| | | | | Using the args string for the find devices app. Added documentation to simple usrp.
* removed clock rate prop, we dont need to expose that since ticks are in nsecsJosh Blum2010-04-141-4/+0
|
* simplified the usage of dboard, dsp, and mboard proxies.Josh Blum2010-04-051-2/+2
| | | | removed the dict structure for each, we are just going to have one.
* paradigm shift for the dsp abstractionJosh Blum2010-04-051-34/+12
|
* hardcoded values for enum props, added clock get/set for simple usrpJosh Blum2010-04-011-6/+11
|
* Moved usrp specific things into usrp directories and namespaces.Josh Blum2010-04-011-0/+207
Renamed simple device to simple usrp (it was usrp specific). Moved tune helper to usrp dir for same reason.