aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp_e100/io_impl.cpp
Commit message (Collapse)AuthorAgeFilesLines
* e100: removed usrp from directory prefixJosh Blum2011-06-171-297/+0
|
* b100: support for dual dspJosh Blum2011-06-161-1/+1
|
* e100: disable debug prints in io implJosh Blum2011-06-131-1/+1
|
* e100: dual dsp working, cleanup for io impl, needs more testingJosh Blum2011-06-131-54/+57
|
* e100: dual dsp support (compiles, not tested)Josh Blum2011-06-151-51/+30
|
* usrp_e100: super packet handler support squashedJosh Blum2011-06-141-48/+62
|
* uhd: removed more iostream stuff from usrp* implementationsJosh Blum2011-05-041-3/+2
|
* usrp-e100: removed stdio prints from implementationJosh Blum2011-05-041-9/+14
|
* usrp_e100: added recv/send_frame_size xport argsJosh Blum2011-04-161-8/+7
|
* uhd: move thread loop condition flag to before barrier (prevents race condition)Josh Blum2011-04-221-1/+1
|
* uhd: implemented boost barriers on all code that creates threadsJosh Blum2011-03-311-5/+11
| | | | | | | | | 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.
* usrp-e100: use pre-bound get send/recv buffers in io implJosh Blum2011-02-031-18/+30
|
* Merge branch 'usrp_e100_devel' into nextJosh Blum2011-02-101-6/+17
|\ | | | | | | | | Conflicts: host/lib/usrp/usrp_e100/io_impl.cpp
| * usrp-e100: changes for global reset and non-zero sids on rxJosh Blum2011-01-221-6/+17
| |
* | uhd: replaced std::vector<type> for buffer arguments in send/recvJosh Blum2011-02-091-2/+2
| | | | | | | | | | | | | | | | | | Created new type ref_vector for representing a vector of pointers. Can be created from std::vector or a pointer. Removes the convenience constrcutors for send/recv, its not needed. Removes malloc/free overhead when using send/recv with pointer.
* | uhd: change bounded_buffer implementation and code using itJosh Blum2011-02-051-10/+9
|/ | | | | | | The bounded buffer now uses the detail idiom to hide implementation to inline better. The whole sptr/make idiom was removed from bounded buffer to just construct directly. The code using bounded buffer was changed for the new api: replaces access operators and calls to the factory function.
* usrp-e100: updated for building with nextJosh Blum2010-11-231-3/+1
|
* usrp-e100: renamed files and classes in usrp-e100 to e100 nameJosh Blum2010-11-091-19/+19
|
* usrp_e: renamed directory to usrp_e100 to reflect product nameJosh Blum2010-11-091-0/+272