aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/dboard
Commit message (Collapse)AuthorAgeFilesLines
* SBX: fix typo in freq rangeNick Foster2011-08-111-1/+1
|
* Merge branch 'master' into nextJosh Blum2011-07-182-18/+34
|\ | | | | | | | | Conflicts: host/lib/convert/convert_fc64_with_sse2.cpp
| * Updates to WBX dboard driver for version 3 supportJason Abele2011-07-152-18/+34
| | | | | | | | Use step attenuator for TX gain control
| * Fix rounding in DBSRX2 tuningJason Abele2011-07-081-1/+1
| |
* | Fix rounding in DBSRX2 tuningJason Abele2011-07-081-1/+1
| |
* | usrp: deleted a bunch on obsoleted files in usrp directoryJosh Blum2011-06-2911-11/+0
| |
* | usrp2: restored discovery and most of io_implJosh Blum2011-06-272-0/+16
|/
* WBX: Add support for WBX v3 daughterboardsJason Abele2011-06-163-14/+91
|
* b100: added b100 host (squashed)Josh Blum2011-06-141-0/+2
|
* uhd: added safe call on a few dboard related deconstructorsJosh Blum2011-06-102-2/+4
|
* wbx: mixers always enabled, ant switches always definedJosh Blum2011-06-022-7/+6
|
* WBX: keep mixer on when TX idle, and switch TX ant sw to RX when idle to ↵Nick Foster2011-05-262-2/+2
| | | | | | keep mixer from feeding out when idle. This allows USRPs to maintain a constant phase relationship between MIMO devices while operating.
* Added TVRX2 supportJason Abele2011-05-132-0/+1912
|
* uhd: removed more iostream stuff from usrp* implementationsJosh Blum2011-05-041-1/+1
|
* uhd: replaced warning post with calls to UHD_MSG(warning)Josh Blum2011-05-048-63/+32
| | | | | The message api can support warnings, error, and status messages. The default handler is to stdio, but the user can change this.
* usrp: replaced conditional dboard debug prints w/ UHD_LOGV(often)Josh Blum2011-05-048-83/+68
|
* Added RSSI sensor for RFX series (not rfx400)Jason Abele2011-05-021-6/+29
|
* dbsrx: implement SUBDEV_PROP_ANTENNA to give users a better errorJosh Blum2011-04-281-1/+5
|
* rfx: reverted change, now prefer R divider to clock dividerJosh Blum2011-04-161-22/+17
| | | | | | There seems to be some issue using lower clock rates, at least on E100, I am reverting this now until I can figure out why it happens, or until I can find a more stable way to offer this feature.
* Merge branch 'gdb_support'Josh Blum2011-04-265-197/+428
|\ | | | | | | | | Conflicts: host/lib/usrp/dboard/CMakeLists.txt
| * Enhance WBX IQ balance performance through LO driveJosh Blum2011-04-261-0/+29
| |
| * wbx: split wbx into daughterboard and granddaughterboard implementationJosh Blum2011-04-264-196/+398
| |
* | Merge branch 'sbx-adi'Josh Blum2011-04-262-0/+794
|\ \
| * | Handle antenna switching and LEDsJason Abele2011-04-231-36/+120
| | |
| * | SBX enable LO LPF at 1.5GHzJason Abele2011-04-231-12/+31
| | |
| * | Makes 2nd SBX proto workJason Abele2011-04-231-32/+47
| | |
| * | Updating SBX to latest UHDJason Abele2011-04-231-15/+47
| | |
| * | Capture characterization changesJason Abele2011-04-231-6/+6
| | |
| * | Initial SBX-ADI driverJason Abele2011-04-232-0/+644
| |/
* / xcvr2450: initialize the max_power variableJosh Blum2011-04-261-1/+1
|/
* rfx: changes to pick from the dboard clock rates and use R=1Josh Blum2011-04-181-17/+22
|
* Updated documentation and improved XCVR RSSI calculationJason Abele2011-04-141-2/+11
| | | | | | | | | | Documented dboard sensors Documented DBSRX2 Added description of direct conversion vs low IF for each dboard Added E1xx docs for adding refclock and pps connectors XCVR rssi calculation was in unscaled dB units Used chart in datasheet (pg 16) to rescale to dBm
* Correct RFX400 div2 logic, makes RFX400 TX workJason Abele2011-03-311-3/+6
|
* Merge branch 'master' into nextJosh Blum2011-03-101-1/+1
|\ | | | | | | | | Conflicts: host/lib/usrp/usrp2/mboard_impl.cpp
| * TVRX: no longer muxing in noise on Q channelNick Foster2011-03-081-1/+1
| |
* | uhd: switch algorithm namespace to uhdJosh Blum2011-02-245-25/+25
| |
* | uhd: replaced instanced of std::exception with the uhd exceptionsJosh Blum2011-02-241-2/+2
| |
* | uhd: renamed the assert header to assert hasJosh Blum2011-02-248-8/+8
|/ | | | | | | | only the assert has implementation is in this header uhd assert throw moved to the exception header updated code base includes to match
* Merge branch 'sensors' into dboard_serialJosh Blum2011-02-228-38/+66
|\
| * usrp: implement sensors in all the dboards, deprecated read rssi and get lo ↵Josh Blum2011-02-118-38/+66
| | | | | | | | locked
* | Make RFX400 work in UHDJason Abele2011-02-161-15/+13
|/ | | | | RFX400 POWER_IO needs to be pulled up (pull down for other RFX) RFX400 RX Mixer has div2 built in, so no output div2 for RFX400 RX
* TVRX: forgot to disable debug messagesNick Foster2011-01-211-1/+1
|
* TVRX: fixed spectrum inversion on USRP1, hopefully for the last $%^&* time.Nick Foster2011-01-211-2/+10
|
* uhd: update copyright dates on host codeJosh Blum2011-01-137-7/+7
|
* uhd: replace all the instances of float not pertaining to io types with ↵Josh Blum2011-01-118-89/+89
| | | | double, simplifies life
* uhd: update copyright datesJosh Blum2011-01-051-1/+1
|
* uhd: replaced templated ranges with one range thing using doubles only to ↵Josh Blum2011-01-051-5/+5
| | | | avoid trouble with compiler portability
* xcvr2450: update comment for full duplex caseJosh Blum2010-12-311-1/+2
|
* TVRX: fix bug in rf_gain_to_voltage -- we're hi-side mixing, not lo-sideNick Foster2010-12-281-1/+1
|
* uhd: use the include subdir macro to simplify the lib subdirs cmakelistsJosh Blum2010-12-201-9/+11
|