summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \
| * | | usrp2: handle real overflow packets in host, reload continuous stream cmd, re...Josh Blum2010-10-214-2/+19
| |/ /
* | | 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 suffix...Josh Blum2010-10-202-4/+4
| * | 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 g...Josh Blum2010-10-196-34/+60
| * | 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 into...Josh Blum2010-10-185-585/+557
| | * | 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 un...Josh Blum2010-10-194-9/+78
| |/ /
* | | Merge branch 'master' into flow_ctrlJosh Blum2010-10-181-1/+1
|\| |
| * | usrp2: make the booty smaller than the number of recv framesJosh Blum2010-10-161-1/+1
* | | 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 k...Josh Blum2010-10-151-0/+26
* | | 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
| | * go to the correct stateMatt Ettus2010-10-081-3/+3
| | * add a fifo to the end of the mux to help in timing.Matt Ettus2010-10-081-6/+13
| | * add trigger to makefileMatt Ettus2010-10-081-0/+1
| | * assign setting reg addressesMatt Ettus2010-10-081-2/+2
| | * declarationsMatt Ettus2010-10-081-2/+3
| | * checkpoint in flow control packet generationMatt Ettus2010-10-085-42/+147