Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uhd: replaced std::vector<type> for buffer arguments in send/recv | Josh Blum | 2011-02-09 | 1 | -5/+3 |
| | | | | | | | | | 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: replaced sdev and single usrp in examples with usrp and multi usrp | Josh Blum | 2011-01-31 | 1 | -26/+22 |
| | |||||
* | Merge branch 'next' into flow_ctrl | Josh Blum | 2010-10-27 | 1 | -8/+8 |
|\ | | | | | | | | | Conflicts: host/include/uhd/types/metadata.hpp | ||||
* | | uhd: removed 1 sample buffers in test async messages | Josh Blum | 2010-10-14 | 1 | -6/+2 |
| | | | | | | | | made a hack in the vrt handler to bump 0 sample requests up to 1 sample (until the hardware supports it) | ||||
* | | usrp: test async messages app randomly runs tests | Josh Blum | 2010-10-13 | 1 | -17/+67 |
| | | |||||
* | | uhd: test eob ack message, usrp2: remove rx drain on init with the promise ↵ | Josh Blum | 2010-10-12 | 1 | -12/+20 |
|/ | | | | of a reset register | ||||
* | uhd: fix async msg test to reflect new timeout api | Josh Blum | 2010-10-08 | 1 | -5/+3 |
| | |||||
* | uhd: fix warning by adding brackets for while(cond){}; | Josh Blum | 2010-09-27 | 1 | -1/+1 |
| | |||||
* | uhd: added single usrp interface, added usrp1 properties to prop names | Josh Blum | 2010-09-20 | 1 | -6/+6 |
| | |||||
* | usrp: test for async messages, also renamed pps test | Josh Blum | 2010-09-09 | 1 | -0/+208 |