Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | usrp2: fix firmware rx clear register offset | Josh Blum | 2013-08-23 | 1 | -1/+1 |
| | | | | | | | When an ICMP dest unreachable pkt arrives, the fw needs to know how to shutoff the DSP. This offset for the reset register was broken by a previous fix for register overlap. | ||||
* | uhd: fix get_xx_freq_range to use analog bw/2 | Josh Blum | 2013-08-23 | 1 | -2/+2 |
| | | | | | | The proper equation should be: max_freq = max_lo + min(adc/2, bw/2) - sr/2 | ||||
* | usrp2: try/catch for first send of discovery routine | Josh Blum | 2013-08-15 | 1 | -1/+12 |
| | | | | | This send can fail with a network down/unreachable error. The try/catch allows for discovery to continue. | ||||
* | e100: fix compiler error use boost cstdint | Josh Blum | 2013-07-01 | 1 | -1/+1 |
| | |||||
* | e100: switch to fixed length xfers | Josh Blum | 2013-03-25 | 4 | -14/+18 |
| | |||||
* | usrp1: fix eeprom write capability through fx2 | Josh Blum | 2013-03-25 | 1 | -11/+0 |
| | | | | | The vectorized eeprom write was faster but broken, removed overload which falls back to the one byte at a time. | ||||
* | lib: addresses B100 FIFO timeout error | Nicholas Corgan | 2013-02-27 | 1 | -1/+1 |
| | |||||
* | Merge branch 'maint34' into maint | Nicholas Corgan | 2012-12-18 | 2 | -2/+13 |
|\ | |||||
| * | Merge branch 'xcvr2450_r21' into maint34 | Nicholas Corgan | 2012-12-18 | 1 | -1/+12 |
| |\ | |||||
| | * | Fix syntax in XCVR driver. | Nick Foster | 2012-12-04 | 1 | -3/+3 |
| | | | |||||
| | * | xcvr2450: created xcvr2450 r21 that uses external divider | Josh Blum | 2012-12-04 | 1 | -1/+12 |
| | | | |||||
| * | | wbx: expand freq range low for r4 | Josh Blum | 2012-12-17 | 1 | -1/+1 |
| |/ | |||||
* | | Merge branch 'maint34' into maint | Nicholas Corgan | 2012-11-16 | 10 | -20/+120 |
|\| | | | | | | | | | | | Conflicts: host/lib/usrp/b100/b100_impl.cpp host/lib/usrp/usrp1/usrp1_impl.hpp | ||||
| * | lib/cmake: CPack source work | Nicholas Corgan | 2012-11-16 | 11 | -22/+121 |
| | | | | | | | | | | * Removed all host code dependencies on firmware headers * Put in CMake settings for CPack source | ||||
| * | wbx: updating the code to allow full range of the VCO. | Ben Hilburn | 2012-11-07 | 1 | -1/+1 |
| | | |||||
| * | wbx v4: fixing the drivers for the new rev of the WBX board | Ben Hilburn | 2012-11-07 | 1 | -16/+37 |
| | | |||||
* | | wbx: updating the code to allow full range of the VCO. | Ben Hilburn | 2012-11-06 | 1 | -1/+1 |
| | | |||||
* | | wbx v4: fixing the drivers for the new rev of the WBX board | Ben Hilburn | 2012-11-06 | 1 | -16/+37 |
| | | |||||
* | | utils: USRP N2XX Simple Net Burner | Nicholas Corgan | 2012-10-10 | 1 | -4/+3 |
| | | | | | | | | | | * More automated C++ implementation of usrp_n2xx_net_burner.py * By default, installs images from standard image install directories | ||||
* | | 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. | ||||
* | | lfrx: disable dc offset correction when using LFRX | Josh Blum | 2012-09-28 | 4 | -0/+12 |
| | | |||||
* | | usrp: added CIC warning to DSP rx and tx | Josh Blum | 2012-09-28 | 2 | -0/+18 |
| | | |||||
* | | tvrx2: reverted broken changes to tuning logic | Josh Blum | 2012-09-28 | 1 | -25/+8 |
| | | |||||
* | | usrp: fix gain group typo on multi-usrp | Josh Blum | 2012-09-20 | 1 | -1/+1 |
| | | |||||
* | | usrp1: added hook to poke user regs | Josh Blum | 2012-09-20 | 2 | -0/+13 |
| | | |||||
* | | 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 | ||||
* | | First pass at getting tune_request_t to control IF freq in TVRX2 | Jason Abele | 2012-09-04 | 2 | -8/+36 |
| | | |||||
* | | Merge branch 'next' | Josh Blum | 2012-08-31 | 20 | -977/+752 |
|\ \ | |||||
| * \ | Merge branch 'master' into next | Josh Blum | 2012-08-23 | 1 | -0/+1 |
| |\ \ | |||||
| * \ \ | Merge branch 'master' into next | Josh Blum | 2012-08-09 | 7 | -3/+26 |
| |\ \ \ | |||||
| * | | | | b100: removed unused files from merge | Josh Blum | 2012-08-04 | 3 | -402/+0 |
| | | | | | |||||
| * | | | | Merge branch 'master' into next | Josh Blum | 2012-08-04 | 1 | -1/+1 |
| |\ \ \ \ | |||||
| * | | | | | e100: added extra error message for FPGA not found | Josh Blum | 2012-07-19 | 1 | -1/+8 |
| | | | | | | |||||
| * | | | | | b100/e100: clock source option for pps phase sync abuse | Josh Blum | 2012-07-19 | 2 | -0/+26 |
| | | | | | | |||||
| * | | | | | e100: ctrl impl changes for header offset | Josh Blum | 2012-07-16 | 1 | -2/+2 |
| | | | | | | |||||
| * | | | | | e100: cleanup and make better use of IRQ gpio for control response | Josh Blum | 2012-07-16 | 1 | -50/+45 |
| | | | | | | |||||
| * | | | | | e100: squashed host code for fifo control/timed commands | Josh Blum | 2012-07-16 | 8 | -364/+272 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This uses the new b100/e100 common core and FIFO control modules. Subsequent commit will be the compatible FPGA merge. Conflicts: host/lib/usrp/e100/io_impl.cpp | ||||
| * | | | | | Merge branch 'master' into next | Josh Blum | 2012-07-16 | 3 | -4/+13 |
| |\ \ \ \ \ | |||||
| * | | | | | | b100: squashed host code for fifo control/timed commands | Josh Blum | 2012-07-02 | 6 | -215/+99 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This uses the new b100/e100 common core and FIFO control modules. Subsequent commit will be the compatible FPGA merge. | ||||
| * | | | | | | usrp: added fifo_ctrl_excelsior for FIFO control + async msgs | Josh Blum | 2012-07-02 | 3 | -1/+358 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The fifo_ctrl_excelsior is the host code for dealing with E100/B100 control messages and async messages. It also has the SPI implementation. Timed commands are implemented on top of this code. | ||||
* | | | | | | | cal: dont interpolate if freq is the same +/- epsilon | Josh Blum | 2012-08-29 | 1 | -0/+12 |
| |_|_|_|/ / |/| | | | | | |||||
* | | | | | | usrp2: fix program_stream_dest (arp for dest) | Josh Blum | 2012-08-14 | 1 | -0/+1 |
| |_|_|/ / |/| | | | | | | | | | | | | | | The send buffer should be reset ASAP so it gets flushed out. | ||||
* | | | | | sbx/wbx: clear R/N counters before tuning the LO | Josh Blum | 2012-08-08 | 7 | -3/+26 |
| |_|/ / |/| | | | | | | | | | | | This helps consistent phase offset between mixers when a timed tune is performed. | ||||
* | | | | Merge branch 'maint' | Josh Blum | 2012-08-01 | 1 | -1/+1 |
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/| | |||||
| * | | xcvr2450: disable transmit PAs when receiving | Josh Blum | 2012-08-01 | 1 | -2/+2 |
| | | | |||||
* | | | Merge branch 'maint' | Josh Blum | 2012-07-16 | 1 | -1/+4 |
|\| | | |||||
| * | | e100: set vita header offset for previous FPGA changeset | Josh Blum | 2012-07-16 | 1 | -1/+4 |
| | | | |||||
* | | | usrp: cache writes to gpio pins (avoids overhead) | Josh Blum | 2012-07-06 | 1 | -1/+7 |
| | | |