Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Warning fixes | Nicholas Corgan | 2015-03-27 | 1 | -1/+1 |
| | | | | | | | * CMake now not applying C++ flags to C files * GCC 4.4: anti-aliasing rules * MSVC: narrowing, differences in subclass function parameters * Clang: uninitialized variables | ||||
* | Merge of mwest's fix to the sse2_fc32_to_sc16 converter. | Ben Hilburn | 2013-12-11 | 1 | -2/+2 |
| | |||||
* | Squashed merge of Coverity fixes. | Ben Hilburn | 2013-11-27 | 1 | -0/+6 |
| | |||||
* | uhd: allow for 16 bit i2c and eeprom addrs | Josh Blum | 2013-07-24 | 1 | -4/+4 |
| | |||||
* | 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. | ||||
* | Merge branch 'maint34' into maint | Nicholas Corgan | 2012-11-16 | 1 | -2/+1 |
|\ | | | | | | | | | | | 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 | 1 | -2/+1 |
| | | | | | | | | | | * Removed all host code dependencies on firmware headers * Put in CMake settings for CPack source | ||||
* | | 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. | ||||
* | b100: reset/reenumerate fx2 for bad endpoint state | Josh Blum | 2012-02-14 | 1 | -0/+9 |
| | | | | | | Determine state of control endpoint, re-enumerate to put in a known state, rerun some initialization code. | ||||
* | 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: 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: moved fx2 stuff into common folder | Josh Blum | 2011-07-01 | 1 | -0/+462 |