Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uhd: remove windows warnings (minor tweaks) | Josh Blum | 2010-07-05 | 1 | -1/+1 |
| | |||||
* | uhd: code tweaks, extra error condition for vrt unpack | Josh Blum | 2010-07-05 | 3 | -5/+8 |
| | |||||
* | usrp2: bug fix for readback registers | Josh Blum | 2010-07-05 | 1 | -9/+9 |
| | | | | | | added readback for time64 fixed bug for fragment flag in vrt packet handler | ||||
* | uhd: replaced old send and recv with inline wrappers that take a single ↵ | Josh Blum | 2010-07-05 | 1 | -1/+0 |
| | | | | buffer and look more like the vectored send/recv | ||||
* | uhd: renamed the vrt header to vrt_if_packet header | Josh Blum | 2010-07-05 | 3 | -4/+4 |
| | |||||
* | uhd: vrt packet handler fix and tweaks | Josh Blum | 2010-07-05 | 1 | -36/+30 |
| | |||||
* | uhd: forgot burst flags, tweaks to vrt info -> metadata | Josh Blum | 2010-07-05 | 2 | -5/+6 |
| | |||||
* | uhd: work vectorizing the vrt packet handler, reworked vrt packet stuff, ↵ | Josh Blum | 2010-07-05 | 2 | -178/+191 |
| | | | | needs testing | ||||
* | usrp2: increased transport buffer minimum size, and added warning | Josh Blum | 2010-07-05 | 1 | -1/+8 |
| | | | | | | added more notes on buffer size to the manual pulled in some firmware fixes from the mimo work, just to have them in here | ||||
* | uhd: moron alert, used incorrect bounds in simd loop, the remainder loop was ↵ | Josh Blum | 2010-06-28 | 2 | -12/+11 |
| | | | | doing 3/4 the work | ||||
* | uhd: convert types simd, unpack with zero constant for lower half | Josh Blum | 2010-06-28 | 1 | -2/+3 |
| | |||||
* | uhd: moved convert routines into implementation header file (out of python ↵ | Josh Blum | 2010-06-28 | 3 | -176/+218 |
| | | | | gen file) | ||||
* | uhd: implemented complex float <-> item32 conversion with sse2 | Josh Blum | 2010-06-28 | 2 | -0/+84 |
| | |||||
* | uhd: replaced single sample converters with vector converters | Josh Blum | 2010-06-28 | 1 | -46/+97 |
| | | | | easy to conditionally compile in SIMD instrinsics etc.. | ||||
* | uhd: reworked time_spec_t to be more flexible: arithmetic, comparison ↵ | Josh Blum | 2010-06-24 | 1 | -4/+6 |
| | | | | | | | | | operators... Replaced nsecs with fractional seconds in units of seconds. Replaced nsecs and secs members with public function members. time_spec_t has a more diverse set of constructors and methods. It can handle the cases where frac secs are greater than 1 second. | ||||
* | uhd: created benchmark rx example app | Josh Blum | 2010-06-24 | 1 | -7/+6 |
| | | | | Made mods to time spec to support math operators. | ||||
* | uhd: work on thread priority scheduling | Josh Blum | 2010-06-16 | 1 | -3/+3 |
| | |||||
* | usrp2: improved print-out for socket buffer sizing | Josh Blum | 2010-06-14 | 1 | -2/+5 |
| | |||||
* | fixed converter logic in convert types | Josh Blum | 2010-06-08 | 1 | -15/+16 |
| | |||||
* | Merge branch 'wip' into work | Josh Blum | 2010-06-08 | 4 | -154/+196 |
|\ | |||||
| * | Replaced convert types with generated convert types that handles more cases. | Josh Blum | 2010-06-08 | 3 | -154/+194 |
| | | | | | | | | Added unit test for generated converter. | ||||
| * | Created a common usrp dsp utils to handle register word calculations. | Josh Blum | 2010-06-07 | 2 | -2/+4 |
| | | | | | | | | (also switched to boost endian define to avoid c compiler check) | ||||
* | | fix to ensure 32 bit swap is called on a 64 bit machine | Josh Blum | 2010-06-08 | 1 | -6/+5 |
|/ | |||||
* | Replaced the vrt pack and unpack with a pack and unpack for big endian and a ↵ | Josh Blum | 2010-06-07 | 2 | -30/+64 |
| | | | | | | pack and unpack for little endian. The vrt handler code was templatized to take the relevant packer/unpacker as an argument. | ||||
* | Created macros for dealing with pimpls and implemented in code. | Josh Blum | 2010-06-02 | 1 | -4/+3 |
| | |||||
* | removed some windows warnings | Josh Blum | 2010-06-02 | 1 | -3/+3 |
| | |||||
* | use select for socket timeout, works windows and linux | Josh Blum | 2010-06-02 | 1 | -10/+28 |
| | |||||
* | use polling for socket recv, timeout socket option not portable | Josh Blum | 2010-06-01 | 1 | -12/+9 |
| | |||||
* | Implemented pirate thread, moved io impl details into io impl cpp file. ↵ | Josh Blum | 2010-06-01 | 4 | -59/+29 |
| | | | | Fixed bug in bounded buffer push with pop on full. | ||||
* | Merge branch 'buffer' of ettus.sourcerepo.com:ettus/uhdpriv into buffer | Josh Blum | 2010-06-01 | 1 | -36/+49 |
|\ | |||||
| * | added frame count call to zero-copy iface, tweaks for udp asio impl | Josh Blum | 2010-05-29 | 1 | -36/+49 |
| | | |||||
* | | Moved the packet handler state stuff into a separate header (so we dont pull ↵ | Josh Blum | 2010-06-01 | 3 | -36/+71 |
|/ | | | | | | in all the includes). Use callback for getting buffers rather than zc interface pointer so its more modular. | ||||
* | Made a phony zero-copy interface for those interfaces that are actual ↵ | Josh Blum | 2010-05-28 | 3 | -82/+158 |
| | | | | | | copy-interfaces. Using interface in the udp asio transport. | ||||
* | fix: wrong size for buffer in recv | Josh Blum | 2010-05-28 | 1 | -1/+1 |
| | |||||
* | Tweak with the udp and zero-copy transport. Eventually, the caller will hang ↵ | Josh Blum | 2010-05-27 | 2 | -19/+21 |
| | | | | onto a ring of managed buffers. | ||||
* | Added timeout error message to timed samples example. | Josh Blum | 2010-05-24 | 1 | -3/+8 |
| | | | | Added try catch to recv helper because vrt unpack can throw. | ||||
* | mac os x card burner support and documentation notes | Josh Blum | 2010-05-21 | 1 | -1/+1 |
| | |||||
* | Fixed some bugs in the send and recv full buffer modes. | Josh Blum | 2010-05-19 | 2 | -11/+12 |
| | | | | Dealing with samples counts, metadata flags, etc.. | ||||
* | break recv loop on timeout | Josh Blum | 2010-05-19 | 1 | -5/+7 |
| | |||||
* | tweaks to remove warning is msvc | Josh Blum | 2010-05-18 | 1 | -0/+5 |
| | |||||
* | Added send and recv modes to the device class and packet handler implementation. | Josh Blum | 2010-05-18 | 1 | -57/+121 |
| | |||||
* | Created config macro to force inline. | Josh Blum | 2010-05-17 | 2 | -6/+8 |
| | |||||
* | Created inline send vrt packer function that also handles fragmentation. | Josh Blum | 2010-05-17 | 1 | -74/+206 |
| | |||||
* | work on generic packet handler (got rx working) | Josh Blum | 2010-05-17 | 1 | -0/+161 |
| | |||||
* | automatic resize for small udp buffers | Josh Blum | 2010-05-17 | 1 | -26/+35 |
| | |||||
* | windows fix for setsockopt | Josh Blum | 2010-05-17 | 1 | -1/+1 |
| | |||||
* | simplification of udp asio socket stuff | Josh Blum | 2010-05-17 | 1 | -38/+37 |
| | |||||
* | memcpy data when in custom io type | Josh Blum | 2010-05-13 | 1 | -4/+10 |
| | |||||
* | moved uhd lib cmake contents into respective subdirectories | Josh Blum | 2010-05-06 | 1 | -0/+52 |
| | |||||
* | Merge branch 'socket' of git@ettus.sourcerepo.com:ettus/uhdpriv | Josh Blum | 2010-04-30 | 1 | -18/+39 |
|\ |