Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | e100: removed usrp from directory prefix | Josh Blum | 2011-06-17 | 1 | -297/+0 |
| | |||||
* | b100: support for dual dsp | Josh Blum | 2011-06-16 | 1 | -1/+1 |
| | |||||
* | e100: disable debug prints in io impl | Josh Blum | 2011-06-13 | 1 | -1/+1 |
| | |||||
* | e100: dual dsp working, cleanup for io impl, needs more testing | Josh Blum | 2011-06-13 | 1 | -54/+57 |
| | |||||
* | e100: dual dsp support (compiles, not tested) | Josh Blum | 2011-06-15 | 1 | -51/+30 |
| | |||||
* | usrp_e100: super packet handler support squashed | Josh Blum | 2011-06-14 | 1 | -48/+62 |
| | |||||
* | uhd: removed more iostream stuff from usrp* implementations | Josh Blum | 2011-05-04 | 1 | -3/+2 |
| | |||||
* | usrp-e100: removed stdio prints from implementation | Josh Blum | 2011-05-04 | 1 | -9/+14 |
| | |||||
* | usrp_e100: added recv/send_frame_size xport args | Josh Blum | 2011-04-16 | 1 | -8/+7 |
| | |||||
* | 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 | -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 impl | Josh Blum | 2011-02-03 | 1 | -18/+30 |
| | |||||
* | Merge branch 'usrp_e100_devel' into next | Josh Blum | 2011-02-10 | 1 | -6/+17 |
|\ | | | | | | | | | Conflicts: host/lib/usrp/usrp_e100/io_impl.cpp | ||||
| * | usrp-e100: changes for global reset and non-zero sids on rx | Josh Blum | 2011-01-22 | 1 | -6/+17 |
| | | |||||
* | | uhd: replaced std::vector<type> for buffer arguments in send/recv | Josh Blum | 2011-02-09 | 1 | -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 it | Josh Blum | 2011-02-05 | 1 | -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 next | Josh Blum | 2010-11-23 | 1 | -3/+1 |
| | |||||
* | usrp-e100: renamed files and classes in usrp-e100 to e100 name | Josh Blum | 2010-11-09 | 1 | -19/+19 |
| | |||||
* | usrp_e: renamed directory to usrp_e100 to reflect product name | Josh Blum | 2010-11-09 | 1 | -0/+272 |