summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* dbsrx: allow for setup time after changing the vco selectionJosh Blum2010-10-241-0/+3
|
* BasicRX: GPIOs now output 0 to decrease noise pickup.Nick Foster2010-10-221-0/+5
|
* Merge branch 'master' into flow_ctrlJosh Blum2010-10-221-0/+2
|\
| * dbsrx: reject asymmetric clocks (odd divisors)Josh Blum2010-10-221-0/+2
| |
* | images: remove exe bit left by some build processesJosh Blum2010-10-221-0/+1
| |
* | Merge branch 'flow_control_fpga' into flow_ctrlJosh Blum2010-10-227-115/+304
|\ \
| * | the width of the address bus is called DEPTH, not WIDTH...Matt Ettus2010-10-211-2/+2
| | |
| * | address gray codingMatt Ettus2010-10-211-1/+7
| | |
| * | slow slew rate and lower drive to 8ma on RAM_XX signals to reduce emiMatt Ettus2010-10-211-43/+43
| | |
| * | should combine the randomizer with flow_controlMatt Ettus2010-10-215-71/+254
| | |
* | | Merge branch 'garp' into flow_ctrlJosh Blum2010-10-226-102/+145
|\ \ \
| * | | usrp2: fw sends gratuitous arp on link-upJosh Blum2010-10-227-103/+147
| | |/ | |/|
* | | Merge branch 'usrp2_overflow' into flow_ctrlJosh Blum2010-10-214-2/+19
|\ \ \ | | | | | | | | | | | | | | | | Conflicts: host/lib/usrp/usrp2/usrp2_impl.hpp
| * | | usrp2: handle real overflow packets in host, reload continuous stream cmd, ↵Josh Blum2010-10-214-2/+19
| |/ / | | | | | | | | | remove firmware handling
* | | Merge branch 'master' into flow_ctrlJosh Blum2010-10-2133-718/+2166
|\| |
| * | usrp: remove irrelevant copied comment from single usrpJosh Blum2010-10-211-2/+0
| | |
| * | usrp: use a dash as the gain name prefix separator, removed RX/TX auto ↵Josh Blum2010-10-202-4/+4
| | | | | | | | | | | | suffix for XCVR board cnames
| * | usrp: convenience wrappers for dealing with overall gainsJosh Blum2010-10-202-26/+66
| | |
| * | usrp: use the dboard id to prefix the subdev gain group namesJosh Blum2010-10-2010-32/+46
| | |
| * | usrp: added gain element access by gain name to multi and single wrappersJosh Blum2010-10-204-56/+150
| | |
| * | uhd: added name parameter to gain group, get range, set/get value by nameJosh Blum2010-10-204-18/+59
| | |
| * | usrp: added docstrings to single and multi usrp for undocumented methodsJosh Blum2010-10-202-4/+432
| | |
| * | usrp: updated docs to reflect switch to multi-usrp interfaceJosh Blum2010-10-192-5/+5
| | |
| * | uhd: remove some warnings in MSVC and with typo in xcvr2450Josh Blum2010-10-192-3/+4
| | |
| * | usrp: change the bandwidth param to a double (its a frequency), add set and ↵Josh Blum2010-10-196-34/+60
| | | | | | | | | | | | gets for BW in the wrappers
| * | Merge branch 'multi_usrp'Josh Blum2010-10-1911-597/+1328
| |\ \
| | * | multi-usrp: fixed num channel calculation, moved logic to cpm functionsJosh Blum2010-10-191-16/+16
| | | |
| | * | multi-usrp: corrected calculations for channel and mboard indexesJosh Blum2010-10-181-30/+25
| | | |
| | * | usrp: deleted deprecated simple and mimo wrappers, moved implementations ↵Josh Blum2010-10-185-585/+557
| | | | | | | | | | | | | | | | into headers
| | * | usrp: moved warnings logic into wrappersJosh Blum2010-10-174-18/+97
| | | |
| | * | usrp: created multi-usrp (multi chan, multi board), and deprecated mimo-usrpJosh Blum2010-10-168-9/+694
| | | |
| * | | uhd: split unit tests into individual tests by file + they get installedJosh Blum2010-10-192-7/+13
| | | |
| * | | uhd: made ticks signed in time spec, fixed full secs implementation, added ↵Josh Blum2010-10-194-9/+78
| |/ / | | | | | | | | | unit tests
* | | Merge branch 'master' into flow_ctrlJosh Blum2010-10-181-1/+1
|\| | | | | | | | | | | | | | Conflicts: host/lib/usrp/usrp2/io_impl.cpp
| * | usrp2: make the booty smaller than the number of recv framesJosh Blum2010-10-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This may fix some of our woes when the host cannot keep up. That is, with a smaller booty, the managed buffers will get freed up and the call to get buffer will never block waiting for a buffer to become free. This has several side effects: 1) Overflows are more likely to occur in the pirate thread. Pirate-based overflows will overwrite old packets, whereas socket-based overflows will discard newer incoming packets. 2) The pirate thread will continue to pull in async packets rather than loosing them in a socket-based overflow.
* | | usrp2: dont need to start streaming for this hackJosh Blum2010-10-151-1/+0
| | |
* | | usrp2: temp fix to send dummy packets and flush so FPGA vita machine are in ↵Josh Blum2010-10-151-0/+26
| | | | | | | | | | | | known state
* | | Merge branch 'flow_ctrl_with_fpga'Josh Blum2010-10-1577-405/+11159
|\ \ \ | |/ / |/| |
| * | Merge branch 'flow_control' into flow_ctrlJosh Blum2010-10-1457-256/+10817
| |\|
| | * now handles frames larger than the vita packet (i.e. with padding)Matt Ettus2010-10-121-6/+16
| | |
| | * don't clear out following packets on an eob ackMatt Ettus2010-10-121-1/+1
| | |
| | * don't flag an error on eob ackMatt Ettus2010-10-121-1/+1
| | |
| | * proper triggering for interrupts generated on the dsp_clkMatt Ettus2010-10-121-1/+8
| | |
| | * cleanup for 32 bit seqnumMatt Ettus2010-10-111-4/+3
| | |
| | * increase compatibility number for flow controlMatt Ettus2010-10-111-1/+1
| | |
| | * switch to 32 bit sequence numbers. Will wrap in ~15 hours at max rateMatt Ettus2010-10-113-14/+16
| | |
| | * send message on eob to ack the end of transmissionMatt Ettus2010-10-111-1/+6
| | |
| | * typo which isn't caught by xilinxMatt Ettus2010-10-111-1/+1
| | |
| | * separated flow control and error reporting on tx path. should work with and ↵Matt Ettus2010-10-104-25/+43
| | | | | | | | | | | | without flow control
| | * go to the correct stateMatt Ettus2010-10-081-3/+3
| | |