Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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-11-16 | 2 | -3/+19 |
|\ | | | | | | | | | | | 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 | 2 | -3/+19 |
| | | | | | | | | | | * Removed all host code dependencies on firmware headers * Put in CMake settings for CPack source | ||||
* | | Merge branch 'next' | Josh Blum | 2012-08-31 | 3 | -1/+358 |
|\ \ | |||||
| * | | 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 |
|/ / | |||||
* / | fx2: simplify i2c code and overload eeprom read/write | Josh Blum | 2012-03-26 | 1 | -15/+24 |
|/ | | | | | Overload eeprom routines to do it in 1 transaction, since default will split it up into many for each byte. | ||||
* | uhd: rev iq correction numbers format | Josh Blum | 2012-03-14 | 1 | -43/+6 |
| | |||||
* | uhd: added async md user payload and common utils | Josh Blum | 2012-02-14 | 1 | -0/+71 |
| | |||||
* | b100: reset/reenumerate fx2 for bad endpoint state | Josh Blum | 2012-02-14 | 2 | -0/+12 |
| | | | | | | Determine state of control endpoint, re-enumerate to put in a known state, rerun some initialization code. | ||||
* | b100: added transport flushes and moved around reset code | Josh Blum | 2012-02-14 | 1 | -0/+3 |
| | |||||
* | b100/usrp1: various tweaks for compiler warns and valgrind | Josh Blum | 2012-02-09 | 1 | -2/+2 |
| | |||||
* | usrp1: use fixed bit width integer for hash | Josh Blum | 2012-01-17 | 1 | -14/+17 |
| | |||||
* | uhd: added freq options and common gain setter | Josh Blum | 2011-11-15 | 1 | -2/+4 |
| | |||||
* | uhd: different interp methods for IQ vs DC | Josh Blum | 2011-11-14 | 1 | -3/+39 |
| | |||||
* | uhd: added tx dc offset calibration + tweaks | Josh Blum | 2011-11-14 | 1 | -2/+9 |
| | |||||
* | uhd: created rx IQ imbalance app to parallel tx | Josh Blum | 2011-11-11 | 2 | -36/+76 |
| | |||||
* | uhd: lots of tweaks for calibration utility | Josh Blum | 2011-11-11 | 1 | -1/+3 |
| | |||||
* | usrp: basically working iq cal on tx | Josh Blum | 2011-11-10 | 3 | -0/+172 |
| | |||||
* | uhd: fixed some warnings with gcc on macosx | Josh Blum | 2011-07-25 | 1 | -1/+1 |
| | |||||
* | uhd: some tweaks to fix msvc warnings | Josh Blum | 2011-07-08 | 1 | -7/+5 |
| | |||||
* | usrp: fix error message typo in recv_packet_demuxer | Josh Blum | 2011-07-06 | 1 | -1/+1 |
| | |||||
* | usrp: enable/disable frontends when validating subdev spec | Josh Blum | 2011-07-06 | 1 | -0/+8 |
| | |||||
* | usrp: created common code to demux an rx stream (b100, e100) | Josh Blum | 2011-07-01 | 4 | -3/+135 |
| | |||||
* | usrp: added validate_subdev_spec to all io_impls | Josh Blum | 2011-07-01 | 4 | -4/+108 |
| | |||||
* | usrp: moved fx2 stuff into common folder | Josh Blum | 2011-07-01 | 3 | -0/+614 |