| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | packet_router: renamed inspector output signals and connected (for now) to cp... | Josh Blum | 2010-11-23 | 2 | -22/+52 |
| * | | packet_router: use BRAM enables to perform pipelined reads | Josh Blum | 2010-11-23 | 1 | -26/+21 |
| * | | packet_router: use control register bit for master mode flag | Josh Blum | 2010-11-23 | 1 | -2/+1 |
| * | | packet_router: removed unused status words from readback mux | Josh Blum | 2010-11-23 | 1 | -3/+3 |
| * | | packet_router: swapped comm mux for a crossbar, serdes crossbar out now muxed... | Josh Blum | 2010-11-23 | 1 | -27/+62 |
| * | | packet_router: used registered valid signal for BRAM read cycle delay | Josh Blum | 2010-11-23 | 1 | -16/+15 |
| * | | packet_router: created dsp framer for rx path | Josh Blum | 2010-11-23 | 1 | -6/+100 |
| * | | packet_router: added lines for com crossbar and com output mux | Josh Blum | 2010-11-23 | 1 | -13/+35 |
| * | | packet_router: fixed swapped connection typo, dsp tx routing works | Josh Blum | 2010-11-23 | 1 | -2/+3 |
| * | | packet_router: collapsed inspector states, fixed terminology for cpu inp vs out | Josh Blum | 2010-11-23 | 1 | -163/+161 |
| * | | packet_router: some tweaks, dsp output routing seems to work but has wrong of... | Josh Blum | 2010-11-23 | 1 | -4/+10 |
| * | | packet_router: added all input/output signals to module, created the comm mux... | Josh Blum | 2010-11-23 | 2 | -6/+22 |
| * | | packet_router: created com signals (device IO lines that may be ethernet or s... | Josh Blum | 2010-11-23 | 1 | -79/+100 |
| * | | packet_router: created inspector and added dsp output (however inspection log... | Josh Blum | 2010-11-23 | 2 | -4/+134 |
| * | | packet_router: connected and created CPU read from interface (slow path in pl... | Josh Blum | 2010-11-23 | 1 | -47/+153 |
| * | | packet_router: created nearly empty router with eth in attached to mapped memory | Josh Blum | 2010-11-23 | 3 | -19/+135 |
* | | | fw: edit readme, removed old files | Josh Blum | 2010-12-22 | 4 | -195/+5 |
* | | | zpu: renamed the directory for the usrp2 fw to zpu to reflect the cpu type | Josh Blum | 2010-12-22 | 296 | -1/+1 |
* | | | usrp2: got fw working on usrp2+nseries (crosses fingers) | Josh Blum | 2010-12-22 | 6 | -14/+19 |
* | | | Merge branch 'udp_ports' into next | Josh Blum | 2010-12-22 | 16 | -338/+247 |
|\ \ \ |
|
| * | | | udp_ports: enable async recv in xport, set performance params in top level, t... | Josh Blum | 2010-12-22 | 4 | -7/+15 |
| * | | | udp_ports: added message handling to alignment code | Josh Blum | 2010-12-22 | 2 | -6/+20 |
| * | | | udp_ports: host code tweaks, seems to be closer to working | Josh Blum | 2010-12-17 | 3 | -8/+12 |
| * | | | udp_ports: set the source and destination ports | Josh Blum | 2010-12-17 | 3 | -11/+21 |
| * | | | usrp2: removed alignment buffer and implemented event based recv + alignment,... | Josh Blum | 2010-12-16 | 6 | -316/+150 |
| * | | | usrp2: brought err0 transports into device and mboard constructors | Josh Blum | 2010-12-16 | 3 | -7/+23 |
| * | | | usrp2: pulled some changes from the next branch to make merging easier | Josh Blum | 2010-12-15 | 3 | -20/+14 |
| * | | | usrp2: added support in fw for setting dsp0 and err0 ports with protocol fram... | Josh Blum | 2010-12-15 | 4 | -5/+28 |
* | | | | Merge branch 'master' into next | Josh Blum | 2010-12-22 | 21 | -228/+385 |
|\ \ \ \ |
|
| * | | | | uhd: fixed component registry function | Josh Blum | 2010-12-22 | 1 | -3/+7 |
| * | | | | uhd: use the include subdir macro to simplify the lib subdirs cmakelists | Josh Blum | 2010-12-20 | 9 | -150/+187 |
| * | | | | uhd: implemented top-level component registry | Josh Blum | 2010-12-20 | 9 | -66/+135 |
| * | | | | dbsrx: increase setup time for dbsrx band select | Josh Blum | 2010-12-18 | 1 | -1/+1 |
| * | | | | usrp1: negate the rx cordic reg word because things were inverted and nobody ... | Josh Blum | 2010-12-16 | 1 | -1/+1 |
| |/ / / |
|
| * | | | uhd: use the option function for the components | Josh Blum | 2010-12-14 | 1 | -1/+1 |
| * | | | Merge branch 'dsp_tune' | Josh Blum | 2010-12-14 | 6 | -13/+60 |
| |\ \ \ |
|
| | * | | | usrp-n: set ad9777 mod mode to transmit above nyquist of DSP | Josh Blum | 2010-12-03 | 3 | -3/+48 |
| | * | | | usrp: move dsp tuning wrap-around into the dsp utils (allows the dsp handler ... | Josh Blum | 2010-12-03 | 3 | -10/+12 |
* | | | | | usrp-n2xx: corrected memory map weirdness, disable verbose in net common | Josh Blum | 2010-12-22 | 2 | -8/+4 |
* | | | | | usrp-n210: removed fw warnings, bootloader does full size 16k load | Josh Blum | 2010-12-18 | 7 | -106/+10 |
* | | | | | N210: Host memory map changes for ZPU | Nick Foster | 2010-12-16 | 1 | -4/+4 |
* | | | | | N210: ZPU firmware bootloader changes | Nick Foster | 2010-12-16 | 4 | -6/+23 |
* | | | | | ZPU: bootloader for 210 mods | Nick Foster | 2010-12-15 | 4 | -12/+15 |
* | | | | | Merge branch 'next' of ettus.sourcerepo.com:ettus/uhdpriv into next | Nick Foster | 2010-12-15 | 1 | -47/+15 |
|\ \ \ \ \ |
|
| * | | | | | usrp-n2xx: moved perifs out of 0-16k to +20k to not intersect with a virtual ... | Josh Blum | 2010-12-15 | 1 | -47/+15 |
* | | | | | | Merge branch 'next' of ettus.sourcerepo.com:ettus/uhdpriv into next | Nick Foster | 2010-12-14 | 4 | -5/+41 |
|\| | | | | |
|
| * | | | | | usrp2: removed mb linker stuff, added bootloader + rmi gen | Josh Blum | 2010-12-14 | 4 | -5/+41 |
* | | | | | | Merge branch 'zpu' of ettus.sourcerepo.com:ettus/uhdpriv into next | Nick Foster | 2010-12-14 | 2 | -4/+4 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | ZPU: bootloader changes for new ZPU | Nick Foster | 2010-12-14 | 2 | -4/+4 |
* | | | | | | usrp2: updated images Makefile for the zpu gcc compiler | Josh Blum | 2010-12-14 | 2 | -11/+10 |