aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/e100/io_impl.cpp
Commit message (Collapse)AuthorAgeFilesLines
* UHD will now print 'L' whenever a late packet is transmitted.Ben Hilburn2011-12-121-0/+3
| | | | | This is similiar to printing 'U' and 'S'. This functionality is not yet supported on the USRP1.
* uhd: work with stream clearingJosh Blum2011-12-051-1/+2
| | | | | | | | dont clear when using the compat device API tx clear also resets expected seqnum tx clear on usrp2 resets flow control monitor
* usrp: clear dsp when making new streamerJosh Blum2011-11-211-0/+1
|
* usrp: parse rx stream args scalarJosh Blum2011-11-051-1/+2
|
* uhd: renamed convert markup to formatJosh Blum2011-11-031-6/+4
| | | | | | | | removed convert args added simd level got orc and neon updated
* e100: performed streamer API update to e100 implJosh Blum2011-11-031-96/+145
|
* uhd: replaced boost filesystem path with fs_path in property treeJosh Blum2011-07-221-2/+2
|
* uhd: added tasks to simplify thread spawning use casesJosh Blum2011-07-131-15/+5
|
* e100: typo fix for calling ioctl on ifaceJosh Blum2011-07-081-1/+1
|
* e100: use the USRP_E_READ_CTL32 ioctl for async msg readJosh Blum2011-07-081-4/+4
|
* usrp: added software scale factor adjustmentJosh Blum2011-07-081-0/+2
|
* usrp: handle frontend swapping if the first subdev is QI or QJosh Blum2011-07-041-2/+4
|
* usrp1: tweaks + implemented other features to mimic async and inline messagesJosh Blum2011-07-021-0/+5
| | | | | | | Moved the underflow/overflow polling into a thread and out of the fast-path. Added an inline and async message queue into soft time control. Error and status messages are actually generated now and enqueued. Passes the async message test...
* usrp: created common code to demux an rx stream (b100, e100)Josh Blum2011-07-011-48/+8
|
* usrp: added validate_subdev_spec to all io_implsJosh Blum2011-07-011-4/+6
|
* e100: added false alarm count + sleep for gpio irq (since its shared)Josh Blum2011-06-281-2/+9
|
* e100: moved e100 into property tree, probes ok...Josh Blum2011-06-281-92/+125
|
* e100: wrong gpio, its 147 for interruptJosh Blum2011-06-171-6/+5
|
* e100: implemented spi, i2c, messages w/ peek/pokeJosh Blum2011-06-171-94/+124
| | | | | | | | spi and i2c are done w/ polling, but this is ok, the transactions always complete by the first check a gpio is used to wake up poll() and check for messages. messages are read using poke32, unpacked, and enqueued.
* e100: removed usrp from directory prefixJosh Blum2011-06-171-0/+297