aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/common/fx2_ctrl.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Warning fixesNicholas Corgan2015-03-271-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 Hilburn2013-12-111-2/+2
|
* Squashed merge of Coverity fixes.Ben Hilburn2013-11-271-0/+6
|
* uhd: allow for 16 bit i2c and eeprom addrsJosh Blum2013-07-241-4/+4
|
* usrp1: fix eeprom write capability through fx2Josh Blum2013-03-251-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 maintNicholas Corgan2012-11-161-2/+1
|\ | | | | | | | | | | Conflicts: host/lib/usrp/b100/b100_impl.cpp host/lib/usrp/usrp1/usrp1_impl.hpp
| * lib/cmake: CPack source workNicholas Corgan2012-11-161-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/writeJosh Blum2012-03-261-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 stateJosh Blum2012-02-141-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 valgrindJosh Blum2012-02-091-2/+2
|
* usrp1: use fixed bit width integer for hashJosh Blum2012-01-171-14/+17
|
* uhd: fixed some warnings with gcc on macosxJosh Blum2011-07-251-1/+1
|
* uhd: some tweaks to fix msvc warningsJosh Blum2011-07-081-7/+5
|
* usrp: moved fx2 stuff into common folderJosh Blum2011-07-011-0/+462