Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uhd: squashed support modules for usrp3 fpga cores | Josh Blum | 2013-07-19 | 21 | -7/+1880 |
| | |||||
* | Merge branch 'maint' | Josh Blum | 2012-10-05 | 2 | -4/+6 |
|\ | |||||
| * | usrp: ensure that actual_scalar does not rollover | Josh Blum | 2012-10-05 | 2 | -4/+6 |
| | | | | | | | | | | | | For certain decimations/interpolations, the scale factor adjustment may be greater than 1.0. The > 1.0 factor needs to be adjusted out in the host. | ||||
* | | usrp: added CIC warning to DSP rx and tx | Josh Blum | 2012-09-28 | 2 | -0/+18 |
| | | |||||
* | | Merge branch 'maint' | Josh Blum | 2012-09-11 | 1 | -1/+1 |
|\| | |||||
| * | usrp: fix rx dsp core scaling factor off by 2 | Josh Blum | 2012-09-11 | 1 | -1/+1 |
| | | | | | | | | The scale factor is a 18 bit number, this should be 1 << 17 | ||||
* | | usrp: cache writes to gpio pins (avoids overhead) | Josh Blum | 2012-07-06 | 1 | -1/+7 |
| | | |||||
* | | usrp: clear rx dsp on deconstruction | Josh Blum | 2012-06-05 | 1 | -0/+10 |
| | | |||||
* | | usrp: added control for sr based i2c core | Josh Blum | 2012-05-30 | 3 | -0/+194 |
| | | |||||
* | | gpsdo: added "gpsdo" clock and time source options | Josh Blum | 2012-05-18 | 2 | -2/+8 |
| | | | | | | | | When an on-board GPSDO is detected, "gpsdo" is added to the options. | ||||
* | | usrp: updated nchan usage for vita rx change | Josh Blum | 2012-04-10 | 1 | -1/+1 |
|/ | |||||
* | dsp: clear register now overlaps with numchan register. | Josh Blum | 2012-04-09 | 1 | -4/+2 |
| | | | | This fixes the bug of unwanted clearing when setting format. | ||||
* | usrp: fix for rx_frontend_core_200 dc offset | Josh Blum | 2012-03-23 | 1 | -3/+4 |
| | | | | | Mask off upper bits when setting a constant offset (I and Q regs). The sign bits (if negative) can flow off into the flags field. | ||||
* | uhd: rev iq correction numbers format | Josh Blum | 2012-03-14 | 2 | -4/+4 |
| | |||||
* | uhd: added fullscale option stream arg | Josh Blum | 2012-03-11 | 2 | -0/+4 |
| | |||||
* | dsp rework: added flusher to vita tx chain on clear | Josh Blum | 2012-02-15 | 2 | -5/+8 |
| | |||||
* | uhd: various tweaks for compiler warns and valgrind | Josh Blum | 2012-02-09 | 1 | -1/+1 |
| | |||||
* | dsp rework: implement 64 bit ticks, no seconds | Josh Blum | 2012-02-06 | 3 | -23/+25 |
| | |||||
* | dsp rework: move setting address of format register | Josh Blum | 2012-02-02 | 2 | -6/+4 |
| | |||||
* | dsp rework: tx trailer, scaling work (peak) | Josh Blum | 2012-01-31 | 2 | -13/+29 |
| | |||||
* | gen2: added user setting regs api and user core | Josh Blum | 2012-01-31 | 3 | -1/+81 |
| | |||||
* | dsp rework: work on scaling and args parsing on RX and TX dsp | Josh Blum | 2012-01-31 | 4 | -11/+48 |
| | | | | | This simplified some copy pasta in the io_impl.cpp files, and adds a place for sc8 tx mode in the tx dsp core code. | ||||
* | dsp rework: implemented new scalefactor in rx dsp core | Josh Blum | 2012-01-31 | 2 | -12/+25 |
| | |||||
* | uhd: flush transport for new rx streamers | Josh Blum | 2012-01-23 | 1 | -0/+2 |
| | |||||
* | usrp: compensate for other sc8 conversion gain | Josh Blum | 2012-01-09 | 1 | -1/+3 |
| | |||||
* | usrp: added underflow_policy to tx streamer args | Josh Blum | 2011-12-20 | 2 | -1/+13 |
| | |||||
* | usrp: rx dsp move init code into clear (like tx) | Josh Blum | 2011-12-05 | 1 | -6/+7 |
| | |||||
* | uhd: work with stream clearing | Josh Blum | 2011-12-05 | 2 | -6/+6 |
| | | | | | | | | dont clear when using the compat device API tx clear also resets expected seqnum tx clear on usrp2 resets flow control monitor | ||||
* | usrp: clear dsp when making new streamer | Josh Blum | 2011-11-21 | 4 | -0/+13 |
| | |||||
* | uhd: basically usable cal sweep for wbx | Josh Blum | 2011-11-10 | 2 | -4/+4 |
| | |||||
* | usrp2: reg map change for GPIO core | Josh Blum | 2011-11-03 | 2 | -7/+7 |
| | |||||
* | usrp: fix rate calculation logic | Josh Blum | 2011-11-03 | 2 | -4/+2 |
| | |||||
* | usrp: prefer name iq_balance for api call | Josh Blum | 2011-11-03 | 4 | -4/+4 |
| | |||||
* | usrp: update frontend cores for dc offset | Josh Blum | 2011-11-03 | 4 | -8/+34 |
| | |||||
* | usrp: added get_tx/rx_rates | Josh Blum | 2011-11-03 | 4 | -10/+36 |
| | |||||
* | uhd: added trailer parsing for occupancy | Josh Blum | 2011-11-03 | 2 | -2/+4 |
| | |||||
* | usrp2: work on alternative OTW formats | Josh Blum | 2011-11-03 | 2 | -2/+20 |
| | |||||
* | gen2: fixed rate calculation when > 128 | Josh Blum | 2011-10-04 | 2 | -2/+6 |
| | |||||
* | usrp: fix check for max stream_cmd.num_samps, upper 4 bits reserved | Josh Blum | 2011-09-08 | 1 | -1/+1 |
| | |||||
* | usrp: use a new cmd bit to signal stop | Josh Blum | 2011-07-28 | 1 | -10/+11 |
| | |||||
* | usrp2: created new gpio core and used in dboard iface | Josh Blum | 2011-07-27 | 3 | -0/+153 |
| | |||||
* | uhd: fixed some warnings with gcc on macosx | Josh Blum | 2011-07-25 | 1 | -1/+3 |
| | |||||
* | usrp: added software scale factor adjustment | Josh Blum | 2011-07-08 | 2 | -0/+16 |
| | |||||
* | usrp: added clipping to link max rate when setting sample rate | Josh Blum | 2011-07-04 | 4 | -4/+22 |
| | |||||
* | usrp: handle frontend swapping if the first subdev is QI or Q | Josh Blum | 2011-07-04 | 2 | -3/+3 |
| | |||||
* | usrp: renamed sma source option to external | Josh Blum | 2011-07-01 | 1 | -4/+4 |
| | |||||
* | b100: got b100 into the properties tree like usrp2 | Josh Blum | 2011-06-29 | 3 | -6/+5 |
| | |||||
* | uhd: misc tweaks and also msvc compile | Josh Blum | 2011-06-29 | 1 | -3/+4 |
| | |||||
* | uhd: loopback working on usrp2 | Josh Blum | 2011-06-29 | 4 | -7/+23 |
| | |||||
* | usrp: fixed core bases (miscalculation) | Josh Blum | 2011-06-28 | 5 | -32/+33 |
| |