Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | usrp: deleted a bunch on obsoleted files in usrp directory | Josh Blum | 2011-06-29 | 1 | -225/+0 |
| | |||||
* | uhd: switch algorithm namespace to uhd | Josh Blum | 2011-02-24 | 1 | -1/+1 |
| | |||||
* | uhd: replaced instanced of std::exception with the uhd exceptions | Josh Blum | 2011-02-24 | 1 | -4/+4 |
| | |||||
* | uhd: renamed the assert header to assert has | Josh Blum | 2011-02-24 | 1 | -1/+1 |
| | | | | | | | | only the assert has implementation is in this header uhd assert throw moved to the exception header updated code base includes to match | ||||
* | uhd: switch dboard id prop to whole eeprom struct | Josh Blum | 2011-02-22 | 1 | -2/+2 |
| | | | | | | modified implementation code and burner app also made dboard manager use safe constructor that will use none ids if construction fails | ||||
* | uhd: update copyright dates on host code | Josh Blum | 2011-01-13 | 1 | -1/+1 |
| | |||||
* | uhd: replace all the instances of float not pertaining to io types with ↵ | Josh Blum | 2011-01-11 | 1 | -10/+10 |
| | | | | double, simplifies life | ||||
* | usrp: fixed validate subdev spec typo for empty string cases | Josh Blum | 2010-10-26 | 1 | -3/+3 |
| | |||||
* | usrp: use a dash as the gain name prefix separator, removed RX/TX auto ↵ | Josh Blum | 2010-10-20 | 1 | -2/+2 |
| | | | | suffix for XCVR board cnames | ||||
* | usrp: use the dboard id to prefix the subdev gain group names | Josh Blum | 2010-10-20 | 1 | -2/+5 |
| | |||||
* | uhd: added name parameter to gain group, get range, set/get value by name | Josh Blum | 2010-10-20 | 1 | -2/+2 |
| | |||||
* | usrp: added subdev enabled property | Josh Blum | 2010-09-30 | 1 | -0/+17 |
| | | | | | | | | | | the dboard manager will disable all subdevs at startup and shutdown setting the subdev spec will enable only the subdevs in use all dboards are currently implemented as always enabled nothing tested | ||||
* | usrp1: subdev spec tweaks and docs | Josh Blum | 2010-08-30 | 1 | -2/+11 |
| | |||||
* | usrp: rethrow validate subdev spec errors with additional info | Josh Blum | 2010-08-18 | 1 | -29/+36 |
| | |||||
* | usrp: use different priority policies for gain group (rx vs tx) | Josh Blum | 2010-08-15 | 1 | -4/+9 |
| | |||||
* | usrp: moved usrp utils into public include space | Josh Blum | 2010-08-15 | 1 | -1/+1 |
| | |||||
* | usrp: give dboards a name (not a blank string), do automatic selection when ↵ | Josh Blum | 2010-08-15 | 1 | -5/+15 |
| | | | | not provided | ||||
* | usrp: added subdev spec verification functions | Josh Blum | 2010-08-11 | 1 | -0/+60 |
| | |||||
* | usrp: codec gains, dont bind function pointers, also add priorities | Josh Blum | 2010-07-28 | 1 | -14/+57 |
| | |||||
* | usrp: added gain group support usrp2 dboard and to wrapper implementations | Josh Blum | 2010-07-27 | 1 | -0/+71 |