| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | u1e: separate build for E100 and E110, just a different FPGA | Matt Ettus | 2011-09-01 | 2 | -1/+102 |
* | e100: squashed work on bus implementation on GPMC | Josh Blum | 2011-08-29 | 3 | -42/+24 |
* | fpga: minor tweaks to build system | Josh Blum | 2011-08-26 | 2 | -2/+4 |
* | b100: gpif_rst resynced to gpif_clk | Matt Ettus | 2011-08-26 | 1 | -1/+1 |
* | usrp2: reconnect frontend calibration, timing meets | Josh Blum | 2011-08-26 | 2 | -2/+2 |
* | e100: continuation of the atr fix to get e100 to build | Josh Blum | 2011-08-15 | 1 | -2/+2 |
* | usrp2: bump FPGA minor number to 2 for patch release | Josh Blum | 2011-08-15 | 2 | -2/+2 |
* | N2x0: print constraints summary from makefile | Josh Blum | 2011-08-15 | 1 | -0/+1 |
* | N2x0: added a Makefile to build all N2x0 projects (make -j4) | Josh Blum | 2011-08-15 | 1 | -0/+22 |
* | N2x0: delay ADC A inversion so A and B are latched in the same | Josh Blum | 2011-08-15 | 1 | -3/+5 |
* | B100/E100: fix ATR RX mode pins not connected | Nick Foster | 2011-08-10 | 2 | -4/+4 |
* | usrp2: remove old unused readback mux value | Josh Blum | 2011-07-28 | 2 | -2/+2 |
* | usrp2: bump minor version number for changes | Josh Blum | 2011-07-28 | 2 | -2/+2 |
* | usrp2: fixed swapped tx/rx signals for nsgpio | Josh Blum | 2011-07-28 | 2 | -2/+2 |
* | u2/u2p: apply atr/gpio changes to u2p | Matt Ettus | 2011-07-27 | 2 | -14/+7 |
* | atr: forgot to delete this line | Matt Ettus | 2011-07-27 | 1 | -1/+0 |
* | u2: redo the atr gpio pins, remove some old cruft | Matt Ettus | 2011-07-27 | 1 | -7/+17 |
* | u2p: finish copying over serdes light fix | Matt Ettus | 2011-07-22 | 1 | -2/+1 |
* | u2/u2p: further qualify the serdes link light | Matt Ettus | 2011-07-21 | 2 | -7/+6 |
* | appease the ISE gods | Matt Ettus | 2011-07-19 | 3 | -0/+3 |
* | N200: detailed map report allows you to see what takes up too much space | Matt Ettus | 2011-07-19 | 4 | -0/+4 |
* | fpga: print timing report after generate bin file | Josh Blum | 2011-07-19 | 2 | -1/+34 |
* | b100: fix for fpga syntax error on xfer_rate | Josh Blum | 2011-07-19 | 1 | -1/+1 |
* | Merge branch 'b100_shrink' into new_work | Josh Blum | 2011-07-19 | 9 | -257/+306 |
|\ |
|
| * | usrp2: split compat number into major/minor (increment minor for fixes) | Josh Blum | 2011-07-03 | 2 | -2/+2 |
| * | e100: proc_int should be high when interrupted | Josh Blum | 2011-06-20 | 1 | -3/+1 |
| * | e100: added proc_int and buffer for async messages | Josh Blum | 2011-06-19 | 2 | -17/+49 |
| * | u1p: remove uart and bus testing to fit easier | Matt Ettus | 2011-06-16 | 1 | -8/+9 |
| * | u1p: remove unused ports | Matt Ettus | 2011-06-16 | 1 | -1/+0 |
| * | u1e: core compile now works as a fullchip lint | Matt Ettus | 2011-06-16 | 1 | -1/+1 |
| * | u1p/u1e: cleanup some warnings, connect the correct clocks | Matt Ettus | 2011-06-16 | 2 | -11/+10 |
| * | USRP2/N2x0: incremented compat numbers for frontend work | Josh Blum | 2011-06-15 | 2 | -2/+2 |
| * | Merge branch 'usrp_e100_aux_spi' into dsp_rebase | Matt Ettus | 2011-06-15 | 5 | -156/+24 |
| |\ |
|
| | * | usrp-e100: removed passthrough files, not needed w/ aux spi for clock chip | Josh Blum | 2011-06-09 | 3 | -139/+0 |
| | * | usrp-e100: make reg_test32 persistent across resets, bump compat number | Josh Blum | 2011-06-08 | 1 | -2/+3 |
| | * | usrp-e100: work on aux spi | Josh Blum | 2011-06-08 | 2 | -17/+22 |
| * | | u1e/u1p: new register map for new dsp | Matt Ettus | 2011-06-15 | 2 | -26/+32 |
| * | | u1p: work in dual rx and frontend from u1e | Matt Ettus | 2011-06-14 | 2 | -16/+61 |
| * | | u1p: new tx dsp frontend, copied from u1e | Matt Ettus | 2011-06-14 | 1 | -10/+17 |
| * | | u1e-dsp: attach tx dc offset and iq balance | Matt Ettus | 2011-06-14 | 1 | -6/+9 |
| * | | dsp: added tx_frontend, instantiated in u2/u2p | Matt Ettus | 2011-06-08 | 2 | -4/+20 |
| * | | u1e: update u1e to use new rx_frontend, and give it a 2nd rx dsp core | Matt Ettus | 2011-06-08 | 1 | -21/+74 |
| * | | u2/u2p: use all 24 bits from the rx_frontend | Matt Ettus | 2011-06-08 | 2 | -2/+2 |
| * | | u2/u2p: use new rx_frontend in u2 and u2p | Matt Ettus | 2011-06-08 | 2 | -4/+15 |
| * | | u2/u2p: misc connection and compilation fixes | Matt Ettus | 2011-06-08 | 1 | -2/+2 |
| * | | u2/u2p: pull IQ balance and dcoffset out of dsp_core, put in frontend module | Matt Ettus | 2011-06-08 | 1 | -2/+13 |
| |/ |
|
* / | N2XX: this method for defining R3/R4 actually works | Nick Foster | 2011-06-10 | 3 | -22/+4 |
|/ |
|
* | fix copyright notice | Matt Ettus | 2011-06-07 | 1 | -2/+0 |
* | added copyrights | Josh Blum | 2011-06-07 | 12 | -0/+204 |
* | lots of renaming and moving around of toplevel directories to reflect product... | Matt Ettus | 2011-06-07 | 47 | -1318/+0 |