aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/common/fifo_ctrl_excelsior.cpp
Commit message (Collapse)AuthorAgeFilesLines
* utils: add set_thread_name API call, move thread_priority to threadAndrej Rode2017-06-291-1/+1
|
* utils: introduce new logging API and remove msg APIAndrej Rode2017-02-201-3/+3
|
* Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width ↵Martin Braun2016-11-081-25/+25
| | | | | | | | types) - Also removes all references to boost/cstdint.hpp and replaces it with stdint.h (The 'correct' replacement would be <cstdint>, but not all of our compilers support that).
* uhd: Add ability to get and set command time through dboard_iface.michael-west2015-04-031-1/+7
| | | | | This creates a wb_iface child class called timed_wb_iface, which adds support for timed commands.
* Warning fixesNicholas Corgan2015-03-271-4/+4
| | | | | | | * 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
* lib: addresses B100 FIFO timeout errorNicholas Corgan2013-02-271-1/+1
|
* usrp: added fifo_ctrl_excelsior for FIFO control + async msgsJosh Blum2012-07-021-0/+293
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.