aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/dboard
Commit message (Collapse)AuthorAgeFilesLines
* TVRX: fixed antenna prop enumerationNick Foster2010-10-011-2/+2
|
* TVRX: Fixed to properly calculate alias frequencies.Nick Foster2010-09-301-4/+20
|
* TVRX: works for USRP and USRP2.Nick Foster2010-09-291-1/+10
|
* TVRX: Mixed up DAC channels. Gain is much more linear now.Nick Foster2010-09-281-2/+2
|
* TVRX: Fixed spectrum inversion (derp derp derp). Removed debug printing.Nick Foster2010-09-281-4/+3
|
* Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into tvrx_uhdNick Foster2010-09-282-1/+2
|\
| * wbx: fix for id swap typoJosh Blum2010-09-281-1/+1
| |
| * basic: added the 4th BA subdevice to basic and lf dboard codeJosh Blum2010-09-231-0/+1
| |
* | TVRX: First version that works. The gain linearity is still borked.Nick Foster2010-09-281-13/+31
| | | | | | | | I'll probably give up on the complicated linearizing stuff and just use the values from the old driver. The tuner's gain-vs-voltage is nothing like the datasheet.
* | TVRX: Don't have mboard impl modified for ADC buffer disable. The rest of ↵Nick Foster2010-09-282-89/+131
| | | | | | | | TVRX should be in there. Not debugged.
* | TVRX: not done yet but getting there. gain linearization framework in place.Nick Foster2010-09-271-70/+148
| |
* | added db_tvrx, regmap gen_dtt75403_regs.pyNick Foster2010-09-211-0/+316
|/
* usrp1: work on gpio clock divider for dbsrx, still not lockingJosh Blum2010-08-301-1/+6
|
* basic-tx: mirror the rx subdevices for basic tx boards as wellJosh Blum2010-08-261-14/+18
|
* basic: better errors for invalid antenna selectionJosh Blum2010-08-231-4/+4
|
* uhd: extract named prop returns a named prop (not a tuple)Josh Blum2010-08-156-89/+54
| | | | simplifies the code after the property set/get declaration
* usrp: replaced mboard name with special props for dboard ifaceJosh Blum2010-08-141-17/+14
|
* dbsrx: fix msvc warningsJosh Blum2010-08-061-5/+6
|
* Fix DBSRX tuning and filter bandwidthJason Abele2010-08-051-53/+117
|
* DBSRX support in UHDJason Abele2010-08-042-0/+546
|
* Propogate gain range into RX pga0 helper for RFX boardsJason Abele2010-08-021-3/+4
|
* Fixes gain range for rfx400 vs other rfxJason Abele2010-08-021-6/+20
|
* uhd: work on tune logic, and subdev connection logicJosh Blum2010-07-165-61/+27
|
* usrp: removed spectrum inverted property from subdev code and tune helper ↵Josh Blum2010-07-165-40/+0
| | | | (it wasnt used)
* wbx: removed print after freq clipJosh Blum2010-07-161-4/+0
|
* Change WBX frequency range to match actual VCO/divider possiblesJason Abele2010-07-161-1/+6
|
* Merge branch 'burn_dbid' into pre_mergeJosh Blum2010-06-185-18/+278
|\
| * uhd: added checking for xcvr dbids, added unknown dboard rx and tx ↵Josh Blum2010-06-182-0/+266
| | | | | | | | constructors (for bad dbids or combinations)
| * uhd: added dboard manager call to register xcvr board, implemented in xcvr ↵Josh Blum2010-06-183-18/+12
| | | | | | | | dboard code
* | uhd: added enums for aux adc and dac, usrp2: implemented enums in db ifaceJosh Blum2010-06-173-3/+3
|/
* Merge branch 'aux_dac'Josh Blum2010-06-141-1/+1
|\
| * Fixed USRP2 aux_dac numbering conventionJason Abele2010-06-111-1/+1
| |
* | Moved mux calculations into dsp type1 utils.Josh Blum2010-06-101-2/+2
|/ | | | Fixed error in db basic freq range switcheroo.
* replaced the assert falses with an invalid code path exceptionJosh Blum2010-06-023-7/+7
|
* Refactor WBX and RFX to use conventions more like XCVRJason Abele2010-06-012-131/+172
|
* Added support to set GPIO pins from dboard interface:Josh Blum2010-05-243-3/+9
| | | | | | write gpio and set pin control (atr or gpio) Added property to get dboard interface from the dboard obj.
* rfx dboard code minor refactor to look more like xcvr2450 codeJosh Blum2010-05-191-43/+73
|
* init values in dboards to remove gcc warningsJosh Blum2010-05-182-3/+3
|
* moved uhd lib cmake contents into respective subdirectoriesJosh Blum2010-05-061-0/+26
|
* fixed exception caseJosh Blum2010-05-051-2/+1
|
* code tweaks to get wbx compiling with masterJosh Blum2010-05-041-5/+5
|
* Merge branch 'wbx' of git@ettus.sourcerepo.com:ettus/uhdprivJosh Blum2010-05-041-0/+613
|\
| * Fixed unguarded debug messageJason Abele2010-05-041-3/+5
| |
| * First working RX/TX WBX in UHDJason Abele2010-05-041-7/+11
| |
| * Fixed SPI register lengthJason Abele2010-05-041-10/+19
| |
| * Fixed casts in set_freq and attenuator bit maskJason Abele2010-05-031-9/+11
| |
| * First pass WBX code, it compilesJason Abele2010-05-031-120/+212
| |
| * Added first wbx dboard codeJason Abele2010-04-261-0/+504
| |
* | Expanded the dboard id API to create dboard id types from strings and ints.Josh Blum2010-05-033-6/+6
| | | | | | | | | | | | And created utility functions to go between representations. Created to_pp_string for pretty print strings for dboard ids and device addrs. Minor changes to the various classes that call these utilities.
* | Replaced the dboard base constructor args with an opaque type.Josh Blum2010-05-023-18/+18
| |