| Commit message (Expand) | Author | Age | Files | Lines |
* | usrp-e: updated dsp for multiple shift properties | Josh Blum | 2010-09-24 | 1 | -4/+20 |
* | usrp-e: configure flag option for usrp-e support | Josh Blum | 2010-09-09 | 1 | -3/+14 |
* | usrp-e: implemented tx policy and handling of async messages | Josh Blum | 2010-08-25 | 2 | -19/+114 |
* | usrp-e: fixed codec control gain calculation error, added tx policy registers... | Josh Blum | 2010-08-24 | 4 | -8/+22 |
* | usrp-e: added dboard iface set gpio debug call | Josh Blum | 2010-08-24 | 1 | -0/+24 |
* | Change TX PGA gain scaling to match gnuradio scaling | Philip Balister | 2010-08-18 | 1 | -2/+2 |
* | Change clock dividers so DBSRX board locks. | Philip Balister | 2010-08-19 | 1 | -3/+3 |
* | Merge branch 'usrp_e' of ettus.sourcerepo.com:ettus/uhdpriv into usrp_e | Josh Blum | 2010-08-18 | 1 | -2/+3 |
|\ |
|
| * | Really fix TX IQ phase offset. | Philip Balister | 2010-08-18 | 1 | -2/+2 |
| * | Fix to create 90 phase shift on TX. | Philip Balister | 2010-08-17 | 1 | -0/+1 |
* | | usrp-e: added gain group property | Josh Blum | 2010-08-18 | 2 | -1/+21 |
|/ |
|
* | usrp-e: building off of next branch | Josh Blum | 2010-08-17 | 8 | -38/+36 |
* | usrp-e: misc code tweaks | Josh Blum | 2010-08-17 | 2 | -1/+2 |
* | usrp-e: clock settings, ref doubler, disable test clock, lower cp current | Josh Blum | 2010-08-13 | 1 | -4/+7 |
* | usrp-e: codec gain control from properties interface | Josh Blum | 2010-08-13 | 4 | -9/+128 |
* | usrp-e: added codec impl, probe works | Josh Blum | 2010-08-12 | 6 | -4/+122 |
* | usrp-e: fix typo in verify subdev spec | Josh Blum | 2010-08-12 | 1 | -2/+2 |
* | usrp-e: removed transfer frameness | Josh Blum | 2010-08-11 | 1 | -20/+6 |
* | usrp-e: filled in properties and logic for subdev spec | Josh Blum | 2010-08-11 | 3 | -1/+38 |
* | usrp-e: fixed warnings and errors, missing subdev spec stuff | Josh Blum | 2010-08-11 | 5 | -52/+32 |
* | usrp-e: merged master, does not build | Josh Blum | 2010-08-10 | 1 | -18/+5 |
* | usrp-e: fixed clock div calculation bug | Josh Blum | 2010-08-03 | 1 | -2/+2 |
* | usrp-e: removed vrt header rewrite in io impl, its not in vrt packet parser s... | Josh Blum | 2010-07-16 | 1 | -5/+1 |
* | Use largest possible packets for transfers. | Philip Balister | 2010-07-14 | 1 | -2/+2 |
* | usrp-e: added io_impl handle overrun | Josh Blum | 2010-07-10 | 2 | -8/+19 |
* | usrp-e: fixed send and recv logic in io impl to deal with frame length correctly | Josh Blum | 2010-07-07 | 1 | -9/+9 |
* | usrp-e: replaced stream cmd logic with common dsp type1 logic | Josh Blum | 2010-07-07 | 1 | -27/+4 |
* | uhd: updated code to build with latest api, not tested | Josh Blum | 2010-07-07 | 3 | -46/+74 |
* | usrp-e: removed top level header for usrp-e and fpga burner app, were not goi... | Josh Blum | 2010-07-07 | 5 | -53/+14 |
* | usrp-e: tweaks to clock control logic | Josh Blum | 2010-07-07 | 1 | -5/+8 |
* | usrp-e: clock control constants to easily change dividers and counters, tweak... | Josh Blum | 2010-06-23 | 1 | -20/+30 |
* | usrp-e: clock divider calculation fix | Josh Blum | 2010-06-23 | 1 | -2/+2 |
* | usrp-e: added clock rate control to dboard iface and clock control impl | Josh Blum | 2010-06-21 | 3 | -144/+226 |
* | usrp-e: added verbose for bad poll and read values | Josh Blum | 2010-06-17 | 1 | -4/+21 |
* | usrp-e: added type device address argument to usrp-e | Josh Blum | 2010-06-16 | 1 | -1/+4 |
* | usrp-e: added poll(...) call before read(...) call | Josh Blum | 2010-06-15 | 1 | -0/+11 |
* | file option for rx timed samples, misc fixes | Josh Blum | 2010-06-14 | 3 | -12/+7 |
* | installed mux setting and initing the duc and ddc | Josh Blum | 2010-06-10 | 3 | -16/+35 |
* | usrp-e: switched otw type to little endian (works now) | Josh Blum | 2010-06-09 | 1 | -2/+2 |
* | usrp-e: working vrt recv, implemented dsp utils in usrp-e dsp | Josh Blum | 2010-06-07 | 3 | -60/+28 |
* | recv giving me something, bad vrt headers though... | Josh Blum | 2010-06-05 | 1 | -4/+7 |
* | usrp-e more implementation, rx timed samples runs w/o error (no workie though) | Josh Blum | 2010-06-05 | 4 | -19/+128 |
* | implemented dsp and rx control | Josh Blum | 2010-06-04 | 4 | -13/+182 |
* | prefixed helper classes with usrp_e to avoid collision | Josh Blum | 2010-06-04 | 7 | -28/+28 |
* | io impl tweaks, renamed clock control and codec control implementation to avo... | Josh Blum | 2010-06-04 | 4 | -23/+55 |
* | work on io impl for usrp-e using read/write | Josh Blum | 2010-06-03 | 6 | -47/+166 |
* | added headers to cmakelists for completeness | Josh Blum | 2010-06-03 | 1 | -0/+5 |
* | added sr registers to u1e | Josh Blum | 2010-06-01 | 1 | -2/+76 |
* | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp_e | Josh Blum | 2010-05-27 | 4 | -35/+47 |
* | ad9862 transmit working | Josh Blum | 2010-05-10 | 1 | -2/+11 |