Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | packet_router: added helper functions to packet router, added clear, fixed ↵ | Josh Blum | 2010-12-11 | 3 | -11/+37 |
| | | | | handshake, garp at start | ||||
* | packet_router: take that back and only garp when link is up (FIXME initial ↵ | Josh Blum | 2010-12-11 | 1 | -1/+1 |
| | | | | state before garp call) | ||||
* | packet_router: enable the serdes and always send GARP | Josh Blum | 2010-12-11 | 2 | -2/+4 |
| | |||||
* | packet_router: filter on dest ip addr and bcast mac addr | Josh Blum | 2010-12-11 | 1 | -6/+10 |
| | |||||
* | usrp2: implement routing mode calls, and prefix pkt ctrl calls | Josh Blum | 2010-12-11 | 4 | -16/+41 |
| | |||||
* | usrp2: remove non-relevant buffer pool things from memory map | Josh Blum | 2010-12-11 | 2 | -8/+4 |
| | |||||
* | usrp2: replaced spi and i2c async stuff with sync (since were out of the ↵ | Josh Blum | 2010-12-11 | 6 | -94/+22 |
| | | | | fast-path) | ||||
* | usrp2: removed buffer pool macros and constants from memory map | Josh Blum | 2010-12-11 | 2 | -216/+0 |
| | |||||
* | usrp2: implemented packet ctrl to read and write slow path packets from the ↵ | Josh Blum | 2010-12-11 | 5 | -96/+119 |
| | | | | new interface | ||||
* | usrp2: pretty much gutted the buffer pool stuff with other misc changes, not ↵ | Josh Blum | 2010-12-11 | 17 | -1245/+38 |
| | | | | in working shape | ||||
* | usrp2: provided way to disable flow control updates by setting to zero | Josh Blum | 2010-12-11 | 2 | -11/+14 |
| | |||||
* | Merge branch 'fpga_ise12' | Josh Blum | 2010-12-09 | 3 | -4/+18 |
|\ | |||||
| * | Merge branch 'time_compare_speedup' into ise12 | Matt Ettus | 2010-12-09 | 1 | -2/+16 |
| |\ | | | | | | | | | | | | | * time_compare_speedup: should safely delay the late signal which was causing timing problems | ||||
| | * | should safely delay the late signal which was causing timing problems | Matt Ettus | 2010-12-06 | 1 | -2/+16 |
| | | | |||||
| * | | u2plus: clock lock pin capitalization fail | Nick Foster | 2010-12-06 | 2 | -2/+2 |
| |/ | |||||
* | | usrp2: polished the multi-device addressing scheme and updated docs | Josh Blum | 2010-12-09 | 4 | -273/+331 |
| | | |||||
* | | usrp-n: simplify ctrl response error so it cant throw, also increase timeout ↵ | Josh Blum | 2010-12-08 | 1 | -2/+4 |
| | | | | | | | | while we are at it | ||||
* | | uhd: only install usrp2 apps when the component is enabled | Josh Blum | 2010-12-04 | 1 | -6/+9 |
| | | |||||
* | | uhd: only enable C when we are building the USRP-E100 utilty apps | Josh Blum | 2010-12-04 | 2 | -1/+2 |
| | | |||||
* | | uhd: added template macro to ddl import as well (macos) | Josh Blum | 2010-12-03 | 1 | -1/+1 |
| | | |||||
* | | uhd: tweaking the explicit instantiation stuff, just aesthetic | Josh Blum | 2010-12-01 | 3 | -10/+11 |
| | | |||||
* | | uhd: tweak configuring usb messages | Josh Blum | 2010-11-30 | 1 | -6/+5 |
| | | |||||
* | | uhd: set the HAVE_USB_SUPPORT FALSE when not found (fixes error) | Josh Blum | 2010-11-30 | 1 | -0/+1 |
| | | |||||
* | | uhd: added macro to enable/disable components | Josh Blum | 2010-11-29 | 9 | -45/+54 |
| | | | | | | | | | | | | libuhd prints summary of components added newline prints before config checks | ||||
* | | Merge branch 'dboard_iface_gpio' | Josh Blum | 2010-11-29 | 8 | -35/+172 |
|\ \ | |||||
| * | | uhd: added read-back calls to dboard iface gpio settings, and optional mask | Josh Blum | 2010-11-26 | 8 | -35/+172 |
| | | | |||||
* | | | usrp-n: some rx path fixes | Josh Blum | 2010-11-29 | 2 | -8/+3 |
| | | | | | | | | | | | | | | | | | | removed stop streaming command from init (taken care of by reset) fixed incoming packet filter to pass inline message packets | ||||
* | | | usrp2: added docs page for usrp2 that points to nxxx page | Josh Blum | 2010-11-29 | 2 | -0/+6 |
|/ / | |||||
* | | usrp2: cover both rev3 cases for usrp2 revision numbers | Josh Blum | 2010-11-24 | 1 | -2/+6 |
| | | |||||
* | | usrp: replace struct member sizeof with this macro so it compiles on mac | Josh Blum | 2010-11-23 | 1 | -2/+5 |
| | | |||||
* | | Merge branch 'refclock_docs' | Josh Blum | 2010-11-23 | 2 | -5/+35 |
|\ \ | |||||
| * | | Updated refclock docs for USRP1, USRP2 and N2XX | Jason Abele | 2010-11-23 | 2 | -5/+35 |
| | | | | | | | | | | | | | | | Added power range limits Added external refclock notes for USRP1 | ||||
| * | | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv | Josh Blum | 2010-11-22 | 1 | -3/+4 |
| |\ \ | |||||
* | \ \ | Merge branch 'fpga_flow_control' into next | Josh Blum | 2010-11-23 | 1 | -1/+1 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | packets are shorter now, so we need to tell the udp state machine that... | Matt Ettus | 2010-11-23 | 1 | -1/+1 |
| | | | | |||||
* | | | | E100: internal ref fix switch statement | Nick Foster | 2010-11-23 | 1 | -3/+3 |
| | | | | |||||
* | | | | usrp-e100: updated for building with next | Josh Blum | 2010-11-23 | 2 | -7/+5 |
| | | | | |||||
* | | | | Merge branch 'next' of ettus.sourcerepo.com:ettus/uhdpriv into next | Josh Blum | 2010-11-23 | 273 | -1379/+30459 |
|\ \ \ \ | |||||
| * | | | | uhd: added new hardware to readme | Josh Blum | 2010-11-23 | 3 | -3/+8 |
| | | | | | |||||
| * | | | | usrp-n2xx: modified fw build name in makefile | Josh Blum | 2010-11-23 | 1 | -3/+3 |
| | | | | | |||||
| * | | | | usrp-n210: added fpga build entry to images makefile | Josh Blum | 2010-11-23 | 1 | -1/+17 |
| | | | | | |||||
| * | | | | Merge branch 'fpga_next' into next | Josh Blum | 2010-11-23 | 65 | -878/+7961 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: fpga/usrp2/top/u1e_passthru/.gitignore fpga/usrp2/top/u1e_passthru/Makefile fpga/usrp2/top/u2plus/.gitignore fpga/usrp2/top/u2plus/Makefile usrp2/top/u1e_passthru/.gitignore usrp2/top/u1e_passthru/Makefile | ||||
| | * | | | | Merge branch 'fpga_ise12' into fpga_next | Josh Blum | 2010-11-23 | 0 | -0/+0 |
| | |\| | | | |||||
| | | * | | | no need for second sequence number anymore. Each dsp tx chain | Matt Ettus | 2010-11-21 | 2 | -11/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | generates its own flow control packets now. | ||||
| | | * | | | shouldn't be executable | Matt Ettus | 2010-11-20 | 1 | -0/+0 |
| | | | | | | |||||
| | | * | | | modernize the testbench | Matt Ettus | 2010-11-19 | 1 | -18/+30 |
| | | | | | | |||||
| | | * | | | get rid of extraneous U messages when we actually had an ACK | Matt Ettus | 2010-11-18 | 2 | -7/+10 |
| | | | | | | |||||
| | | * | | | fix problem with consecutive timed packets on tx | Matt Ettus | 2010-11-18 | 1 | -2/+0 |
| | | | | | | |||||
| | | * | | | simplify time comparison to speed up logic and meet fpga timing | Matt Ettus | 2010-11-13 | 2 | -4/+27 |
| | | | | | | |||||
| | | * | | | we're still on version 12.1 | Matt Ettus | 2010-11-13 | 2 | -2/+2 |
| | | | | | |