aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp2/usrp2_impl.cpp
Commit message (Collapse)AuthorAgeFilesLines
* usrp2: possible fix for invalid broadcast repliesJosh Blum2012-03-261-3/+17
|
* usrp: fix from "rev iq correction"Josh Blum2012-03-161-2/+2
| | | | Must zero out the default IQ correction to have zero effect by default.
* usrp: reset cordics on init after tick rate updateJosh Blum2012-02-281-0/+8
|
* dsp rework: implement 64 bit ticks, no secondsJosh Blum2012-02-061-4/+4
|
* dsp rework: work on usb wrapper for smaller packets, large lutsJosh Blum2012-02-021-1/+1
|
* gen2: added user setting regs api and user coreJosh Blum2012-01-311-0/+7
|
* uhd: flush transport for new rx streamersJosh Blum2012-01-231-4/+0
|
* usrp2: use the socket to determine the device addrJosh Blum2011-12-201-2/+5
|
* usrp: fixed default initialization of iq bal correctionJosh Blum2011-11-131-2/+2
|
* uhd: created rx IQ imbalance app to parallel txJosh Blum2011-11-111-2/+11
|
* usrp: basically working iq cal on txJosh Blum2011-11-101-0/+12
|
* usrp: work on dboard code to use subtrees to populate frontend propsJosh Blum2011-11-071-17/+4
|
* somebody made a typoJosh Blum2011-11-031-1/+1
|
* usrp: reorganize frontend paths in tree for correction stuffJosh Blum2011-11-031-5/+8
|
* usrp: prefer name iq_balance for api callJosh Blum2011-11-031-4/+4
|
* usrp: register properties for correction and dc offsetJosh Blum2011-11-031-1/+17
|
* usrp: added get_tx/rx_ratesJosh Blum2011-11-031-0/+4
|
* uhd: lots of work releated to streamer work and usrp2 implementationJosh Blum2011-11-031-13/+7
|
* usrp2: remove old pre-release warningJosh Blum2011-09-281-10/+0
|
* usrp2: uart/udp work in host and fw, workingJosh Blum2011-09-281-4/+5
|
* USRP2: don't populate GPS sensors if no GPSDO found. Fixes bug #614.Nick Foster2011-09-081-4/+6
|
* usrp2: always resize socket send buffer to size of SRAM (we will never ↵Josh Blum2011-08-111-4/+3
| | | | commit more)
* usrp2: turn that message into an exception, require at least 7.1Josh Blum2011-07-281-5/+5
|
* usrp2: created new gpio core and used in dboard ifaceJosh Blum2011-07-271-0/+10
|
* uhd: replaced boost filesystem path with fs_path in property treeJosh Blum2011-07-221-5/+5
|
* usrp2: try/catch for socket open on discovery, use large send buffers windowsJosh Blum2011-07-181-5/+17
|
* usrp2: added fw minor and moved ICMP dest error handling to txrx appJosh Blum2011-07-181-0/+1
|
* usrp2: use the err transport for tx/err, and rx xports are recv onlyJosh Blum2011-07-171-26/+40
|
* uhd: added subtree capability to property treeJosh Blum2011-07-081-2/+2
|
* usrp: added clipping to link max rate when setting sample rateJosh Blum2011-07-041-0/+2
|
* usrp2: accept old db name 0 for backwards compatJosh Blum2011-07-031-2/+2
|
* usrp2: restored fpga compat check, updated for major/minor schemeJosh Blum2011-07-031-0/+20
|
* usrp: renamed ref_source to clock_source (terminology)Josh Blum2011-07-021-7/+7
|
* usrp: renamed sma source option to externalJosh Blum2011-07-011-9/+9
|
* b100: got b100 into the properties tree like usrp2Josh Blum2011-06-291-5/+5
|
* usrp2: moved impl back into usrp subdirJosh Blum2011-06-291-48/+383
|
* usrp2: init the usrp2_ctrl_data_t to make valgrind happyJosh Blum2011-06-241-1/+1
|
* usrp2: fix typo w/ setting send frame sizeJosh Blum2011-06-201-1/+1
|
* Merge branch 'master' into nextJosh Blum2011-05-111-7/+5
|\
| * uhd: various tweaks to log and msg, replaced a few remaining stdioJosh Blum2011-05-041-0/+1
| |
| * uhd: removed more iostream stuff from usrp* implementationsJosh Blum2011-05-041-6/+4
| |
| * uhd: replaced warning post with calls to UHD_MSG(warning)Josh Blum2011-05-041-1/+0
| | | | | | | | | | The message api can support warnings, error, and status messages. The default handler is to stdio, but the user can change this.
* | Merge branch 'master' into nextJosh Blum2011-05-031-11/+12
|\|
| * usrp2: use default mtu as upper limit unless user specifiesJosh Blum2011-04-301-11/+12
| |
* | usrp2: added the concept of device locking to usrp2/nseries devicesJosh Blum2011-05-011-3/+5
|/ | | | | | | | | | Each iface instance can lock itself to a particular device. When the device is locked, it cannot be discovered through find. Locking works by having a lock thread periodically update a register in the firmware that says when the device was last locked. The find routine can determine if a device is locked by checking the difference between the current time and this register.
* usrp2: allow devices to be discovered when usrp2_iface::make throwsJosh Blum2011-04-291-12/+16
| | | | | | | | If the discovery throws an exception, we can still yeild a discovered device. The error (which is a problem) will re-appear at make/factory time. The side effect is that a device w/ error will be discovered w/ empty serial and names. We protect against this by supporing older firmwares where i2c proto is compatible.
* usrp2: add check for holler protocol, we can support backwardsJosh Blum2011-04-131-14/+28
|
* usrp2: use the discovered mtu to clip the user specified mtuJosh Blum2011-03-211-8/+11
|
* usrp2: fixed mtu discovery bug, was using the last failed valueJosh Blum2011-03-141-15/+11
|
* usrp2: minor fix to use more ntohlJosh Blum2011-03-141-2/+3
|