summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ZPU: -ffunction-sectionsNick Foster2010-12-121-1/+1
* usrp-n: created cmake/zpu build for firmwareJosh Blum2010-12-127-16/+267
* packet_router: added control register to set the udp control portJosh Blum2010-12-115-6/+9
* added docs for mimo cable usageJosh Blum2010-12-111-1/+13
* usrp2: set time over serdes when slave, added constants to top of cpp fileJosh Blum2010-12-113-6/+15
* usrp2: configured clock delay over mimo cableJosh Blum2010-12-113-13/+37
* packet_router: added set_mimo_clock_delay to clock_ctrl.Nick Foster2010-12-112-0/+54
* usrp-n: configure clocking over the serdes cableJosh Blum2010-12-116-9/+16
* packet_router: incremented fpga and fw compat numbersJosh Blum2010-12-111-2/+2
* packet_router: added cpu input and output control registers, modified control...Josh Blum2010-12-113-39/+23
* usrp-n: removed serdes control, its not needed, fw must set this upJosh Blum2010-12-115-91/+0
* packet_router: added sregs for ip addr and portsJosh Blum2010-12-117-19/+25
* packet_router: dont register mac, also reorganized some tidbitsJosh Blum2010-12-117-55/+23
* packet_router: implemented code to program the addresses into the routerJosh Blum2010-12-115-18/+38
* packet_router: split control transaction for commit into two linesJosh Blum2010-12-111-1/+2
* packet_router: added helper functions to packet router, added clear, fixed ha...Josh Blum2010-12-113-11/+37
* packet_router: take that back and only garp when link is up (FIXME initial st...Josh Blum2010-12-111-1/+1
* packet_router: enable the serdes and always send GARPJosh Blum2010-12-112-2/+4
* packet_router: filter on dest ip addr and bcast mac addrJosh Blum2010-12-111-6/+10
* usrp2: implement routing mode calls, and prefix pkt ctrl callsJosh Blum2010-12-114-16/+41
* usrp2: remove non-relevant buffer pool things from memory mapJosh Blum2010-12-112-8/+4
* usrp2: replaced spi and i2c async stuff with sync (since were out of the fast...Josh Blum2010-12-116-94/+22
* usrp2: removed buffer pool macros and constants from memory mapJosh Blum2010-12-112-216/+0
* usrp2: implemented packet ctrl to read and write slow path packets from the n...Josh Blum2010-12-115-96/+119
* usrp2: pretty much gutted the buffer pool stuff with other misc changes, not ...Josh Blum2010-12-1117-1245/+38
* usrp2: provided way to disable flow control updates by setting to zeroJosh Blum2010-12-112-11/+14
* Merge branch 'fpga_ise12'Josh Blum2010-12-093-4/+18
|\
| * Merge branch 'time_compare_speedup' into ise12Matt Ettus2010-12-091-2/+16
| |\
| | * should safely delay the late signal which was causing timing problemsMatt Ettus2010-12-061-2/+16
| * | u2plus: clock lock pin capitalization failNick Foster2010-12-062-2/+2
| |/
* | usrp2: polished the multi-device addressing scheme and updated docsJosh Blum2010-12-094-273/+331
* | usrp-n: simplify ctrl response error so it cant throw, also increase timeout ...Josh Blum2010-12-081-2/+4
* | uhd: only install usrp2 apps when the component is enabledJosh Blum2010-12-041-6/+9
* | uhd: only enable C when we are building the USRP-E100 utilty appsJosh Blum2010-12-042-1/+2
* | uhd: added template macro to ddl import as well (macos)Josh Blum2010-12-031-1/+1
* | uhd: tweaking the explicit instantiation stuff, just aestheticJosh Blum2010-12-013-10/+11
* | uhd: tweak configuring usb messagesJosh Blum2010-11-301-6/+5
* | uhd: set the HAVE_USB_SUPPORT FALSE when not found (fixes error)Josh Blum2010-11-301-0/+1
* | uhd: added macro to enable/disable componentsJosh Blum2010-11-299-45/+54
* | Merge branch 'dboard_iface_gpio'Josh Blum2010-11-298-35/+172
|\ \
| * | uhd: added read-back calls to dboard iface gpio settings, and optional maskJosh Blum2010-11-268-35/+172
* | | usrp-n: some rx path fixesJosh Blum2010-11-292-8/+3
* | | usrp2: added docs page for usrp2 that points to nxxx pageJosh Blum2010-11-292-0/+6
|/ /
* | usrp2: cover both rev3 cases for usrp2 revision numbersJosh Blum2010-11-241-2/+6
* | usrp: replace struct member sizeof with this macro so it compiles on macJosh Blum2010-11-231-2/+5
* | Merge branch 'refclock_docs'Josh Blum2010-11-232-5/+35
|\ \
| * | Updated refclock docs for USRP1, USRP2 and N2XXJason Abele2010-11-232-5/+35
| * | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdprivJosh Blum2010-11-221-3/+4
| |\ \
* | \ \ Merge branch 'fpga_flow_control' into nextJosh Blum2010-11-231-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | packets are shorter now, so we need to tell the udp state machine that...Matt Ettus2010-11-231-1/+1