Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. |