| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'flow_control_fpga' into flow_ctrl | Josh Blum | 2010-10-22 | 7 | -115/+304 |
|\ |
|
| * | the width of the address bus is called DEPTH, not WIDTH... | Matt Ettus | 2010-10-21 | 1 | -2/+2 |
| * | address gray coding | Matt Ettus | 2010-10-21 | 1 | -1/+7 |
| * | slow slew rate and lower drive to 8ma on RAM_XX signals to reduce emi | Matt Ettus | 2010-10-21 | 1 | -43/+43 |
| * | should combine the randomizer with flow_control | Matt Ettus | 2010-10-21 | 5 | -71/+254 |
* | | Merge branch 'garp' into flow_ctrl | Josh Blum | 2010-10-22 | 6 | -102/+145 |
|\ \ |
|
| * | | usrp2: fw sends gratuitous arp on link-up | Josh Blum | 2010-10-22 | 7 | -103/+147 |
* | | | Merge branch 'usrp2_overflow' into flow_ctrl | Josh Blum | 2010-10-21 | 4 | -2/+19 |
|\ \ \ |
|
| * | | | usrp2: handle real overflow packets in host, reload continuous stream cmd, re... | Josh Blum | 2010-10-21 | 4 | -2/+19 |
| |/ / |
|
* | | | Merge branch 'master' into flow_ctrl | Josh Blum | 2010-10-21 | 33 | -718/+2166 |
|\| | |
|
| * | | usrp: remove irrelevant copied comment from single usrp | Josh Blum | 2010-10-21 | 1 | -2/+0 |
| * | | usrp: use a dash as the gain name prefix separator, removed RX/TX auto suffix... | Josh Blum | 2010-10-20 | 2 | -4/+4 |
| * | | usrp: convenience wrappers for dealing with overall gains | Josh Blum | 2010-10-20 | 2 | -26/+66 |
| * | | usrp: use the dboard id to prefix the subdev gain group names | Josh Blum | 2010-10-20 | 10 | -32/+46 |
| * | | usrp: added gain element access by gain name to multi and single wrappers | Josh Blum | 2010-10-20 | 4 | -56/+150 |
| * | | uhd: added name parameter to gain group, get range, set/get value by name | Josh Blum | 2010-10-20 | 4 | -18/+59 |
| * | | usrp: added docstrings to single and multi usrp for undocumented methods | Josh Blum | 2010-10-20 | 2 | -4/+432 |
| * | | usrp: updated docs to reflect switch to multi-usrp interface | Josh Blum | 2010-10-19 | 2 | -5/+5 |
| * | | uhd: remove some warnings in MSVC and with typo in xcvr2450 | Josh Blum | 2010-10-19 | 2 | -3/+4 |
| * | | usrp: change the bandwidth param to a double (its a frequency), add set and g... | Josh Blum | 2010-10-19 | 6 | -34/+60 |
| * | | Merge branch 'multi_usrp' | Josh Blum | 2010-10-19 | 11 | -597/+1328 |
| |\ \ |
|
| | * | | multi-usrp: fixed num channel calculation, moved logic to cpm functions | Josh Blum | 2010-10-19 | 1 | -16/+16 |
| | * | | multi-usrp: corrected calculations for channel and mboard indexes | Josh Blum | 2010-10-18 | 1 | -30/+25 |
| | * | | usrp: deleted deprecated simple and mimo wrappers, moved implementations into... | Josh Blum | 2010-10-18 | 5 | -585/+557 |
| | * | | usrp: moved warnings logic into wrappers | Josh Blum | 2010-10-17 | 4 | -18/+97 |
| | * | | usrp: created multi-usrp (multi chan, multi board), and deprecated mimo-usrp | Josh Blum | 2010-10-16 | 8 | -9/+694 |
| * | | | uhd: split unit tests into individual tests by file + they get installed | Josh Blum | 2010-10-19 | 2 | -7/+13 |
| * | | | uhd: made ticks signed in time spec, fixed full secs implementation, added un... | Josh Blum | 2010-10-19 | 4 | -9/+78 |
| |/ / |
|
* | | | Merge branch 'master' into flow_ctrl | Josh Blum | 2010-10-18 | 1 | -1/+1 |
|\| | |
|
| * | | usrp2: make the booty smaller than the number of recv frames | Josh Blum | 2010-10-16 | 1 | -1/+1 |
* | | | usrp2: dont need to start streaming for this hack | Josh Blum | 2010-10-15 | 1 | -1/+0 |
* | | | usrp2: temp fix to send dummy packets and flush so FPGA vita machine are in k... | Josh Blum | 2010-10-15 | 1 | -0/+26 |
* | | | Merge branch 'flow_ctrl_with_fpga' | Josh Blum | 2010-10-15 | 77 | -405/+11159 |
|\ \ \
| |/ /
|/| | |
|
| * | | Merge branch 'flow_control' into flow_ctrl | Josh Blum | 2010-10-14 | 57 | -256/+10817 |
| |\| |
|
| | * | now handles frames larger than the vita packet (i.e. with padding) | Matt Ettus | 2010-10-12 | 1 | -6/+16 |
| | * | don't clear out following packets on an eob ack | Matt Ettus | 2010-10-12 | 1 | -1/+1 |
| | * | don't flag an error on eob ack | Matt Ettus | 2010-10-12 | 1 | -1/+1 |
| | * | proper triggering for interrupts generated on the dsp_clk | Matt Ettus | 2010-10-12 | 1 | -1/+8 |
| | * | cleanup for 32 bit seqnum | Matt Ettus | 2010-10-11 | 1 | -4/+3 |
| | * | increase compatibility number for flow control | Matt Ettus | 2010-10-11 | 1 | -1/+1 |
| | * | switch to 32 bit sequence numbers. Will wrap in ~15 hours at max rate | Matt Ettus | 2010-10-11 | 3 | -14/+16 |
| | * | send message on eob to ack the end of transmission | Matt Ettus | 2010-10-11 | 1 | -1/+6 |
| | * | typo which isn't caught by xilinx | Matt Ettus | 2010-10-11 | 1 | -1/+1 |
| | * | separated flow control and error reporting on tx path. should work with and ... | Matt Ettus | 2010-10-10 | 4 | -25/+43 |
| | * | go to the correct state | Matt Ettus | 2010-10-08 | 1 | -3/+3 |
| | * | add a fifo to the end of the mux to help in timing. | Matt Ettus | 2010-10-08 | 1 | -6/+13 |
| | * | add trigger to makefile | Matt Ettus | 2010-10-08 | 1 | -0/+1 |
| | * | assign setting reg addresses | Matt Ettus | 2010-10-08 | 1 | -2/+2 |
| | * | declarations | Matt Ettus | 2010-10-08 | 1 | -2/+3 |
| | * | checkpoint in flow control packet generation | Matt Ettus | 2010-10-08 | 5 | -42/+147 |