Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | usrp2: fix program_stream_dest (arp for dest) | Josh Blum | 2012-08-14 | 1 | -0/+1 |
| | | | | The send buffer should be reset ASAP so it gets flushed out. | ||||
* | usrp2: work on alternative stream destination | Josh Blum | 2012-03-23 | 1 | -0/+57 |
| | |||||
* | uhd: added async md user payload and common utils | Josh Blum | 2012-02-14 | 1 | -15/+3 |
| | |||||
* | uhd: various tweaks for compiler warns and valgrind | Josh Blum | 2012-02-09 | 1 | -1/+2 |
| | |||||
* | dsp rework: implement 64 bit ticks, no seconds | Josh Blum | 2012-02-06 | 1 | -4/+4 |
| | |||||
* | dsp rework: work on usb wrapper for smaller packets, large luts | Josh Blum | 2012-02-02 | 1 | -1/+1 |
| | |||||
* | dsp rework: account for no sid used in tx vita pkt | Josh Blum | 2012-02-01 | 1 | -1/+2 |
| | |||||
* | dsp rework: tx trailer, scaling work (peak) | Josh Blum | 2012-01-31 | 1 | -0/+1 |
| | |||||
* | dsp rework: work on scaling and args parsing on RX and TX dsp | Josh Blum | 2012-01-31 | 1 | -9/+4 |
| | | | | | This simplified some copy pasta in the io_impl.cpp files, and adds a place for sc8 tx mode in the tx dsp core code. | ||||
* | dsp rework: implemented new scalefactor in rx dsp core | Josh Blum | 2012-01-31 | 1 | -1/+1 |
| | |||||
* | uhd: add samples per pkt option to rx streamer | Josh Blum | 2012-01-26 | 1 | -1/+2 |
| | |||||
* | uhd: flush transport for new rx streamers | Josh Blum | 2012-01-23 | 1 | -1/+1 |
| | |||||
* | usrp: added underflow_policy to tx streamer args | Josh Blum | 2011-12-20 | 1 | -0/+1 |
| | |||||
* | UHD will now print 'L' whenever a late packet is transmitted. | Ben Hilburn | 2011-12-12 | 1 | -0/+3 |
| | | | | | This is similiar to printing 'U' and 'S'. This functionality is not yet supported on the USRP1. | ||||
* | uhd: work with stream clearing | Josh Blum | 2011-12-05 | 1 | -5/+14 |
| | | | | | | | | 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 streamer | Josh Blum | 2011-11-21 | 1 | -0/+1 |
| | |||||
* | usrp2: fix channel mapping calculation | Josh Blum | 2011-11-07 | 1 | -2/+2 |
| | |||||
* | usrp: parse rx stream args scalar | Josh Blum | 2011-11-05 | 1 | -1/+2 |
| | |||||
* | uhd: renamed convert markup to format | Josh Blum | 2011-11-03 | 1 | -6/+4 |
| | | | | | | | | removed convert args added simd level got orc and neon updated | ||||
* | usrp1: got the 16Msps working (needed non hb-filter image) | Josh Blum | 2011-11-03 | 1 | -13/+19 |
| | |||||
* | usrp2: work on alternative OTW formats | Josh Blum | 2011-11-03 | 1 | -1/+6 |
| | |||||
* | uhd: renamed some of the stream types and functions | Josh Blum | 2011-11-03 | 1 | -2/+2 |
| | |||||
* | usrp1: did work for stream interface on usrp1 | Josh Blum | 2011-11-03 | 1 | -6/+0 |
| | |||||
* | usrp2: additional corrections for streaming to work | Josh Blum | 2011-11-03 | 1 | -3/+3 |
| | |||||
* | uhd: lots of work releated to streamer work and usrp2 implementation | Josh Blum | 2011-11-03 | 1 | -114/+156 |
| | |||||
* | usrp2: manually deconstruct tasks, fixes cleanup bug | Josh Blum | 2011-08-25 | 1 | -0/+5 |
| | |||||
* | uhd: replaced boost filesystem path with fs_path in property tree | Josh Blum | 2011-07-22 | 1 | -2/+2 |
| | |||||
* | uhd: tweaks for windows boost 1.47 compile | Josh Blum | 2011-07-18 | 1 | -1/+1 |
| | |||||
* | usrp2: use the err transport for tx/err, and rx xports are recv only | Josh Blum | 2011-07-17 | 1 | -7/+7 |
| | |||||
* | uhd: added tasks to simplify thread spawning use cases | Josh Blum | 2011-07-13 | 1 | -20/+9 |
| | |||||
* | usrp: added software scale factor adjustment | Josh Blum | 2011-07-08 | 1 | -0/+2 |
| | |||||
* | usrp: handle frontend swapping if the first subdev is QI or Q | Josh Blum | 2011-07-04 | 1 | -2/+4 |
| | |||||
* | usrp2: accept old db name 0 for backwards compat | Josh Blum | 2011-07-03 | 1 | -2/+22 |
| | |||||
* | usrp2: set the set_alignment_failure_threshold to match default socket ↵ | Josh Blum | 2011-07-03 | 1 | -0/+4 |
| | | | | buffer size | ||||
* | usrp: added validate_subdev_spec to all io_impls | Josh Blum | 2011-07-01 | 1 | -3/+3 |
| | |||||
* | usrp: moved fx2 stuff into common folder | Josh Blum | 2011-07-01 | 1 | -8/+9 |
| | |||||
* | usrp2: moved impl back into usrp subdir | Josh Blum | 2011-06-29 | 1 | -78/+109 |
| | |||||
* | uhd: replaced boolean for thread loop w/ ↵ | Josh Blum | 2011-06-16 | 1 | -4/+1 |
| | | | | boost::this_thread::interruption_requested | ||||
* | usrp2: super packet handler support squashed | Josh Blum | 2011-06-14 | 1 | -211/+75 |
| | |||||
* | uhd: removed more iostream stuff from usrp* implementations | Josh Blum | 2011-05-04 | 1 | -7/+9 |
| | |||||
* | uhd: move thread loop condition flag to before barrier (prevents race condition) | Josh Blum | 2011-04-22 | 1 | -1/+1 |
| | |||||
* | uhd: implemented boost barriers on all code that creates threads | Josh Blum | 2011-03-31 | 1 | -13/+12 |
| | | | | | | | | | The barrier ensures that the thread must spawn before the caller exits. Some of the code already used a mutex to accomplish this, however cygwin chokes when a mutex is locked twice by the same thread. Mutex implementations were replaced with the barrier implementation. Also the barrier implementation is far cleaner. | ||||
* | usrp2: also store expected_time in-between states | Josh Blum | 2011-03-11 | 1 | -4/+5 |
| | |||||
* | usrp2: save alignment indexes between state to fix the lost packet problem | Josh Blum | 2011-03-09 | 1 | -14/+24 |
| | |||||
* | Merge branch 'master' into next | Josh Blum | 2011-03-03 | 1 | -1/+1 |
|\ | | | | | | | | | | | Conflicts: host/lib/usrp/usrp2/mboard_impl.cpp host/lib/usrp/usrp2/usrp2_impl.cpp | ||||
| * | usrp2: minor optimization, only disable interruption when we need to wait() | Josh Blum | 2011-02-28 | 1 | -1/+1 |
| | | |||||
* | | uhd: replaced instanced of std::exception with the uhd exceptions | Josh Blum | 2011-02-24 | 1 | -0/+1 |
| | | |||||
* | | usrp2: fixed flow control monitors indexing, fixed multi-usrp send bug | Josh Blum | 2011-02-22 | 1 | -3/+5 |
| | | |||||
* | | usrp2: div->ldiv fix for overloaded types w/ msvc | Josh Blum | 2011-02-22 | 1 | -1/+1 |
| | | |||||
* | | usrp2: 2nd dsp working, tweaks regs map and other bugs | Josh Blum | 2011-02-21 | 1 | -16/+18 |
| | |