Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | usrp: added get dboard iface to simple wrapper, and set gpio debug to dboard ↵ | Josh Blum | 2010-08-23 | 1 | -0/+8 |
| | | | | iface | ||||
* | usrp: added api call to get the subdev spec | Josh Blum | 2010-08-09 | 1 | -0/+8 |
| | |||||
* | Merge branch 'codec_gains' | Josh Blum | 2010-08-06 | 1 | -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 implementations | Josh Blum | 2010-07-27 | 1 | -6/+11 |
| | | |||||
* | | usrp: tweaks to subdev spec printing | Josh Blum | 2010-08-06 | 1 | -2/+5 |
| | | |||||
* | | uhd: created subdevice pair struct for subdev spec (easier than first/second) | Josh Blum | 2010-08-06 | 1 | -4/+4 |
| | | |||||
* | | uhd: implemented subdev spec in mimo and simple usrp wrappers. | Josh Blum | 2010-08-06 | 1 | -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 test | Josh Blum | 2010-07-16 | 1 | -4/+12 |
| | |||||
* | uhd: include code_rate/2 as part of the tunable frequency range | Josh Blum | 2010-07-16 | 1 | -2/+7 |
| | |||||
* | uhd: added get time now call to simple and mimo usrp | Josh Blum | 2010-07-05 | 1 | -0/+4 |
| | |||||
* | uhd: filling in mimo usrp implementation, renamed get_name to get_pp_string ↵ | Josh Blum | 2010-07-05 | 1 | -6/+6 |
| | | | | for simple and mimo usrp | ||||
* | added set freq with lo offset to simple usrp wrapper | Josh Blum | 2010-05-14 | 1 | -0/+8 |
| | |||||
* | added simple usrp api to read rssi and get LO lock status | Josh Blum | 2010-04-26 | 1 | -0/+12 |
| | |||||
* | Created args string contructor for device address. | Josh Blum | 2010-04-20 | 1 | -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 nsecs | Josh Blum | 2010-04-14 | 1 | -4/+0 |
| | |||||
* | simplified the usage of dboard, dsp, and mboard proxies. | Josh Blum | 2010-04-05 | 1 | -2/+2 |
| | | | | removed the dict structure for each, we are just going to have one. | ||||
* | paradigm shift for the dsp abstraction | Josh Blum | 2010-04-05 | 1 | -34/+12 |
| | |||||
* | hardcoded values for enum props, added clock get/set for simple usrp | Josh Blum | 2010-04-01 | 1 | -6/+11 |
| | |||||
* | Moved usrp specific things into usrp directories and namespaces. | Josh Blum | 2010-04-01 | 1 | -0/+207 |
Renamed simple device to simple usrp (it was usrp specific). Moved tune helper to usrp dir for same reason. |