Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | wbx: split wbx into daughterboard and granddaughterboard implementation | Josh Blum | 2011-04-26 | 1 | -677/+0 |
| | |||||
* | 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 | ||||
* | usrp: implement sensors in all the dboards, deprecated read rssi and get lo ↵ | Josh Blum | 2011-02-11 | 1 | -4/+15 |
| | | | | locked | ||||
* | 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 | -17/+17 |
| | | | | double, simplifies life | ||||
* | uhd: added meta-range clip and implemented in dboards, fixed step calculation | Josh Blum | 2010-11-10 | 1 | -5/+4 |
| | |||||
* | uhd: created a meta range that is a range of ranges for gains and freqs | Josh Blum | 2010-11-10 | 1 | -10/+10 |
| | | | | | | | | | | | | | | 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) | ||||
* | Fix Bandwidth for IQ subdevs on Basic/LF | Jason Abele | 2010-10-28 | 1 | -2/+2 |
| | | | | Additional typo cleanup and fix WBX bandwidth | ||||
* | uhd: replaced print warning with a post warning call and registry | Josh Blum | 2010-10-26 | 1 | -2/+2 |
| | | | | | | renamed print warning calls in the implementation fixed issue with dict::pop so it now works even if the value is not comparable | ||||
* | Added bandwidth property to all daughterboards | Jason Abele | 2010-10-25 | 1 | -0/+21 |
| | | | | | Updated existing bandwidth property to reflect double-sided bandwidth rather than lowpass bandwidth | ||||
* | usrp: added subdev enabled property | Josh Blum | 2010-09-30 | 1 | -0/+14 |
| | | | | | | | | | | 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 | ||||
* | wbx: fix for id swap typo | Josh Blum | 2010-09-28 | 1 | -1/+1 |
| | |||||
* | uhd: extract named prop returns a named prop (not a tuple) | Josh Blum | 2010-08-15 | 1 | -18/+14 |
| | | | | simplifies the code after the property set/get declaration | ||||
* | uhd: work on tune logic, and subdev connection logic | Josh Blum | 2010-07-16 | 1 | -12/+4 |
| | |||||
* | usrp: removed spectrum inverted property from subdev code and tune helper ↵ | Josh Blum | 2010-07-16 | 1 | -8/+0 |
| | | | | (it wasnt used) | ||||
* | wbx: removed print after freq clip | Josh Blum | 2010-07-16 | 1 | -4/+0 |
| | |||||
* | Change WBX frequency range to match actual VCO/divider possibles | Jason Abele | 2010-07-16 | 1 | -1/+6 |
| | |||||
* | Merge branch 'burn_dbid' into pre_merge | Josh Blum | 2010-06-18 | 1 | -2/+1 |
|\ | |||||
| * | uhd: added dboard manager call to register xcvr board, implemented in xcvr ↵ | Josh Blum | 2010-06-18 | 1 | -2/+1 |
| | | | | | | | | dboard code | ||||
* | | uhd: added enums for aux adc and dac, usrp2: implemented enums in db iface | Josh Blum | 2010-06-17 | 1 | -1/+1 |
|/ | |||||
* | replaced the assert falses with an invalid code path exception | Josh Blum | 2010-06-02 | 1 | -2/+2 |
| | |||||
* | Refactor WBX and RFX to use conventions more like XCVR | Jason Abele | 2010-06-01 | 1 | -109/+146 |
| | |||||
* | Added support to set GPIO pins from dboard interface: | Josh Blum | 2010-05-24 | 1 | -1/+3 |
| | | | | | | write gpio and set pin control (atr or gpio) Added property to get dboard interface from the dboard obj. | ||||
* | init values in dboards to remove gcc warnings | Josh Blum | 2010-05-18 | 1 | -1/+1 |
| | |||||
* | code tweaks to get wbx compiling with master | Josh Blum | 2010-05-04 | 1 | -5/+5 |
| | |||||
* | Fixed unguarded debug message | Jason Abele | 2010-05-04 | 1 | -3/+5 |
| | |||||
* | First working RX/TX WBX in UHD | Jason Abele | 2010-05-04 | 1 | -7/+11 |
| | |||||
* | Fixed SPI register length | Jason Abele | 2010-05-04 | 1 | -10/+19 |
| | |||||
* | Fixed casts in set_freq and attenuator bit mask | Jason Abele | 2010-05-03 | 1 | -9/+11 |
| | |||||
* | First pass WBX code, it compiles | Jason Abele | 2010-05-03 | 1 | -120/+212 |
| | |||||
* | Added first wbx dboard code | Jason Abele | 2010-04-26 | 1 | -0/+504 |