Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | uhd: convert should use register_bytes_per_item | Josh Blum | 2011-11-11 | 1 | -11/+13 | |
| | | | ||||||
* | | | uhd: updated ref sensor checks for new option names | Josh Blum | 2011-11-10 | 5 | -10/+10 | |
| | | | ||||||
* | | | uhd: performance improvement for tx waveforms using integer table lookup | Josh Blum | 2011-11-10 | 1 | -8/+7 | |
|/ / | ||||||
* | | usrp: added missing include for weak ptr | Josh Blum | 2011-11-08 | 2 | -0/+2 | |
| | | ||||||
* | | usrp1: fix typo when calculating rx_dc_offset register | Josh Blum | 2011-11-08 | 1 | -1/+1 | |
| | | ||||||
* | | Clip WBX target freq before computing LO settings | Jason Abele | 2011-11-08 | 3 | -0/+9 | |
| | | ||||||
* | | uhd: useful tweaks from user | Josh Blum | 2011-11-08 | 2 | -1/+2 | |
| | | ||||||
* | | Merge branch 'uhd_next' | Josh Blum | 2011-11-07 | 152 | -6665/+7312 | |
|\ \ | ||||||
| * | | Merge branch 'fpga_master' into uhd_next | Josh Blum | 2011-11-07 | 27 | -372/+1342 | |
| |\| | ||||||
| | * | remove unused irq to meet timing | Josh Blum | 2011-11-05 | 2 | -21/+7 | |
| | | | ||||||
| | * | convenience makefiles for top level projects | Josh Blum | 2011-11-05 | 2 | -0/+31 | |
| | | | ||||||
| | * | increase vita rx fifosize to 10, like USRP2, make things work | Josh Blum | 2011-11-04 | 2 | -4/+4 | |
| | | | ||||||
| | * | dsp: remove dsp_buffer and replace with simpler add_routing_header, | Matt Ettus | 2011-11-04 | 3 | -3/+50 | |
| | | | | | | | | | | | | other funcs of dsp_buffer are done by double_buffer and dsp_engine | |||||
| | * | dsp: remove warnings | Matt Ettus | 2011-11-04 | 2 | -4/+6 | |
| | | | ||||||
| | * | u1e: fix unattached nets from copy-paste error | Matt Ettus | 2011-11-04 | 1 | -3/+3 | |
| | | | ||||||
| | * | b100: fix warnings, complete removal of test code | Matt Ettus | 2011-11-04 | 2 | -16/+7 | |
| | | | ||||||
| | * | b100: remove test features from GPIF to save space | Matt Ettus | 2011-11-04 | 2 | -82/+9 | |
| | | | ||||||
| | * | u1e/u1p: GPIOs switched over to setting regs | Matt Ettus | 2011-10-27 | 2 | -32/+45 | |
| | | | ||||||
| | * | forgot to add gpio atr to makefile source list | Josh Blum | 2011-10-26 | 1 | -0/+1 | |
| | | | ||||||
| | * | 32 bit compat number for E and B series | Josh Blum | 2011-10-26 | 2 | -10/+8 | |
| | | | ||||||
| | * | u1e/u1p: removed led setting reg | Matt Ettus | 2011-10-26 | 2 | -14/+4 | |
| | | | ||||||
| | * | u1p/u1e: partially redone atr and gpio redo | Matt Ettus | 2011-10-26 | 2 | -33/+11 | |
| | | | ||||||
| | * | u2/u2p: use new setting_reg based gpios, gets it off of wb | Matt Ettus | 2011-10-26 | 3 | -17/+98 | |
| | | | ||||||
| | * | u1e/u1p: remove unused UART | Matt Ettus | 2011-10-26 | 2 | -24/+0 | |
| | | | ||||||
| | * | u2/u2p: move nearly all setting regs onto dsp_clk | Matt Ettus | 2011-10-26 | 2 | -30/+37 | |
| | | | ||||||
| | * | u2/u2p: remove dead comments and code | Matt Ettus | 2011-10-26 | 2 | -84/+16 | |
| | | | ||||||
| | * | dsp: make rounding a single bit work again | Matt Ettus | 2011-10-26 | 1 | -5/+13 | |
| | | | ||||||
| | * | dsp: new rounding. more complex, but better properties | Matt Ettus | 2011-10-26 | 2 | -3/+80 | |
| | | | ||||||
| | * | dsp_engine: don't use SD rounding in 8 bit mode, so we can have a flat noise ↵ | Matt Ettus | 2011-10-26 | 2 | -4/+5 | |
| | | | | | | | | | | | | floor. | |||||
| | * | dsp_engine: trailer change to fit standard | Matt Ettus | 2011-10-26 | 1 | -2/+2 | |
| | | | ||||||
| | * | dsp_engine fix rst -> reset, default to read address | Matt Ettus | 2011-10-26 | 2 | -3/+3 | |
| | | | ||||||
| | * | dspengine: move the register to VITA_RX_CTRL + 9 instead of + 3 which is ↵ | Matt Ettus | 2011-10-26 | 1 | -1/+1 | |
| | | | | | | | | | | | | occupied | |||||
| | * | dspengine: insert into the rx chain | Matt Ettus | 2011-10-26 | 4 | -2/+29 | |
| | | | ||||||
| | * | dsp_engine: new way of doing DSP operations on VITA packets. Example does ↵ | Matt Ettus | 2011-10-26 | 7 | -3/+899 | |
| | | | | | | | | | | | | 16 to 8 bit conversion | |||||
| | * | dsp: ability to set rx dc offset to a fixed value | Matt Ettus | 2011-10-26 | 1 | -1/+2 | |
| | | | ||||||
| | * | usrp2: fix typo in top level core files | Josh Blum | 2011-10-26 | 2 | -2/+2 | |
| | | | ||||||
| * | | uhd: removed wax and props utils | Josh Blum | 2011-11-07 | 11 | -453/+3 | |
| | | | ||||||
| * | | Updated typos in XCVR2450 dboard property tree code | Jason Abele | 2011-11-07 | 1 | -6/+6 | |
| | | | ||||||
| * | | uhd: dont pass 0 sample buffs to converter (avoid segfaults) | Josh Blum | 2011-11-07 | 3 | -3/+6 | |
| | | | ||||||
| * | | usrp2: fix channel mapping calculation | Josh Blum | 2011-11-07 | 1 | -2/+2 | |
| | | | ||||||
| * | | uhd: modify examples to use new time/clock source API | Josh Blum | 2011-11-07 | 6 | -69/+13 | |
| | | | ||||||
| * | | uhd: bumped version number for next branch work | Josh Blum | 2011-11-07 | 1 | -2/+2 | |
| | | | ||||||
| * | | wbx: fixed typo because it should tx | Josh Blum | 2011-11-07 | 3 | -3/+3 | |
| | | | ||||||
| * | | wbx: bring WBX into the tree | Josh Blum | 2011-11-07 | 7 | -654/+188 | |
| | | | ||||||
| * | | sbx: bring SBX into the tree | Josh Blum | 2011-11-07 | 5 | -246/+79 | |
| | | | ||||||
| * | | wbx: squashed Ben's WBX work | Josh Blum | 2011-11-07 | 8 | -461/+1447 | |
| | | | ||||||
| * | | sbx: squashed Ben's SBX work | Josh Blum | 2011-11-07 | 7 | -403/+885 | |
| | | | ||||||
| * | | basic: disable dboard clocks by default | Josh Blum | 2011-11-07 | 1 | -4/+4 | |
| | | | ||||||
| * | | Port of daughterboards from wax to new property trees | Jason Abele | 2011-11-07 | 9 | -1249/+572 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ported: Basic/LF Unknown XCVR DBSRX DBSRX2 TVRX TVRX2 | |||||
| * | | rfx: setup frontend property tree for rfx dboard | Josh Blum | 2011-11-07 | 2 | -257/+65 | |
| | | |