aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/common/fifo_ctrl_excelsior.hpp
Commit message (Collapse)AuthorAgeFilesLines
* uhd: Add ability to get and set command time through dboard_iface.michael-west2015-04-031-5/+2
| | | | | This creates a wb_iface child class called timed_wb_iface, which adds support for timed commands.
* uhd: wb_iface is now a public interfaceJosh Blum2013-10-041-2/+3
|
* usrp: added fifo_ctrl_excelsior for FIFO control + async msgsJosh Blum2012-07-021-0/+63
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.