aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp2/usrp2_impl.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* usrp2: clip the mtu discovery if its within default MTU + a fewJosh Blum2011-03-131-0/+6
|
* usrp2: bump up timeout on mtu discovery (seen to be a bit too small on ↵Josh Blum2011-03-111-1/+1
| | | | windows vbox)
* usrp2: comments for buffer size settingJosh Blum2011-03-081-1/+4
|
* usrp2: tweak the mtu discovery logicJosh Blum2011-03-041-6/+6
|
* usrp2: work on mtu discoveryJosh Blum2011-03-031-11/+85
| | | | | | added echo routine to the firmware and discovery routine to host the implementation is integrated into the factory function and appears to work on linux
* Merge branch 'master' into nextJosh Blum2011-03-031-0/+1
|\ | | | | | | | | | | Conflicts: host/lib/usrp/usrp2/mboard_impl.cpp host/lib/usrp/usrp2/usrp2_impl.cpp
| * usrp2: only include fw_common when needed, remove virtual send/recv, not exposedJosh Blum2011-03-021-0/+1
| |
* | uhd: replaced instanced of std::exception with the uhd exceptionsJosh Blum2011-02-241-1/+2
| |
* | uhd: renamed the assert header to assert hasJosh Blum2011-02-241-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
* | usrp2: move buffer resize code and add rule for bsd/macJosh Blum2011-02-221-1/+14
| |
* | uhd: moved indexed device addr routines into apiJosh Blum2011-02-211-58/+9
| | | | | | | | | | implement in usrp2, also combine non specified args into addr when initializing the mboard so we can use a single addr
* | usrp2: lot of work on dual dsp, grep for TODOs before continuingJosh Blum2011-02-191-71/+11
| |
* | usrp2: added indexed regs for rx dsp and ctrlJosh Blum2011-02-181-5/+23
| |
* | usrp2: added 2nd dsp support to firmware for 2 and N seriesJosh Blum2011-02-171-1/+1
|/
* uhd: fixed maxosx bug, was resizing the transport bufferJosh Blum2011-01-261-2/+5
| | | | | | but it cant be resized on macos and I messed up the code that blocked that behavior reimplemented block in usrp2_impl, seems more correct here
* uhd: update copyright dates on host codeJosh Blum2011-01-131-1/+1
|
* uhd: integrated boost split or tokenizer into source files, remove string ↵Josh Blum2011-01-061-3/+4
| | | | split from algorithms header
* udp_ports: enable async recv in xport, set performance params in top level, ↵Josh Blum2010-12-221-2/+9
| | | | things working
* udp_ports: host code tweaks, seems to be closer to workingJosh Blum2010-12-171-1/+1
|
* usrp2: brought err0 transports into device and mboard constructorsJosh Blum2010-12-161-5/+12
|
* usrp2: pulled some changes from the next branch to make merging easierJosh Blum2010-12-151-7/+7
|
* usrp2: polished the multi-device addressing scheme and updated docsJosh Blum2010-12-091-20/+76
|
* Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into flow_ctrlNick Foster2010-11-171-2/+2
|\ | | | | | | | | | | | | | | Conflicts: host/lib/transport/udp_simple.cpp host/lib/usrp/usrp2/mboard_impl.cpp host/lib/usrp/usrp2/usrp2_iface.cpp host/lib/usrp/usrp2/usrp2_regs.hpp
| * usrp-n: populated name properties to use the generated cname from ifaceJosh Blum2010-11-111-2/+2
| |
| * usrp2: fix discovery timeout, use defaultJosh Blum2010-11-111-4/+1
| |
* | Merge branch 'master' into flow_ctrlJosh Blum2010-11-051-13/+32
|\| | | | | | | | | | | Conflicts: host/lib/usrp/usrp2/mboard_impl.cpp host/lib/usrp/usrp2/usrp2_impl.hpp
| * uhd: rename identifier for usrp1 eeprom, and fix offsets, add serial support ↵Josh Blum2010-11-051-28/+29
| | | | | | | | to usrp2
| * Merge branch 'good_stuff' into mb_eepromJosh Blum2010-11-051-2/+6
| |\ | | | | | | | | | | | | Conflicts: firmware/fx2/include
| * | usrp: implement name checking on dicovery (all platforms), separate usb ↵Josh Blum2010-11-051-2/+16
| |/ | | | | | | serial from serial (for now)
* | usrp2: move udp port initialization into mboard impl so its done before ↵Josh Blum2010-10-141-2/+1
| | | | | | | | async registers are setup