aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp2/usrp2_fifo_ctrl.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Increase command FIFO depth of N2x0 and X3x0 to 64.michael-west2015-04-101-1/+1
|
* uhd: Add ability to get and set command time through dboard_iface.michael-west2015-04-031-0/+6
| | | | | 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
* usrp2: MAX_SEQS_OUT-1 because ack comes after sendJosh Blum2012-06-191-1/+1
|
* usrp2: cleanup for fifo control wraparound_lt16 routineJosh Blum2012-04-201-5/+3
|
* usrp2: updated fifo command with to 16 (1 short fifo)Josh Blum2012-04-181-1/+1
|
* fifo ctrl: code reorganization and integer wrap-around arithmeticJosh Blum2012-03-231-65/+90
|
* fifo ctrl: various tweaksJosh Blum2012-03-231-7/+7
|
* fifo ctrl: ~usrp2_fifo_ctrl acks, usrp2 DCM workaround, bootloader no blinkieJosh Blum2012-03-231-0/+8
|
* fifo ctrl: spi core work and host implementationJosh Blum2012-03-231-1/+60
|
* usrp2: permanent timeout increase for timed commandsJosh Blum2012-03-231-2/+6
|
* usrp2: implementation of timed commands workingJosh Blum2012-03-231-3/+21
|
* usrp2: integrated fifo ctrl into usrp2 modules, implemented window'd ackingJosh Blum2012-03-231-24/+24
|
* usrp2: added vrt pack/unpacker to fifo ctrlJosh Blum2012-03-231-33/+46
|
* usrp2: host and fw implementation for fifo controlJosh Blum2012-03-231-0/+119