Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp_e | Josh Blum | 2010-06-19 | 4 | -6/+113 |
|\ | |||||
| * | Merge branch 'burn_dbid' into pre_merge | Josh Blum | 2010-06-18 | 1 | -2/+19 |
| |\ | |||||
| | * | uhd: added dboard manager call to register xcvr board, implemented in xcvr ↵ | Josh Blum | 2010-06-18 | 1 | -2/+19 |
| | | | | | | | | | | | | dboard code | ||||
| * | | uhd: added enums for aux adc and dac, usrp2: implemented enums in db iface | Josh Blum | 2010-06-17 | 1 | -4/+18 |
| | | | |||||
| * | | added set clock rate, and get clock rates to dboard iface, usrp2 needs clock ↵ | Josh Blum | 2010-06-17 | 1 | -0/+17 |
| |/ | | | | | | | ctrl implementation... | ||||
| * | uhd: work on thread priority scheduling | Josh Blum | 2010-06-16 | 2 | -0/+59 |
| | | |||||
* | | Merge branch 'sched' of ettus.sourcerepo.com:ettus/uhdpriv into usrp_e | Josh Blum | 2010-06-16 | 1 | -7/+65 |
|\| | |||||
| * | work on algorithms and documentation | Josh Blum | 2010-06-14 | 1 | -7/+65 |
| | | |||||
* | | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp_e | Josh Blum | 2010-06-09 | 1 | -4/+32 |
|\| | |||||
| * | extend byteswap routines for macosx, and added case for unknown | Josh Blum | 2010-06-08 | 1 | -4/+32 |
| | | |||||
* | | Merge branch 'work' of ettus.sourcerepo.com:ettus/uhdpriv into usrp_e | Josh Blum | 2010-06-07 | 3 | -4/+137 |
|\| | |||||
| * | Replaced the vrt pack and unpack with a pack and unpack for big endian and a ↵ | Josh Blum | 2010-06-07 | 1 | -4/+44 |
| | | | | | | | | | | | | pack and unpack for little endian. The vrt handler code was templatized to take the relevant packer/unpacker as an argument. | ||||
| * | added byteswap routine to utils | Josh Blum | 2010-06-06 | 2 | -0/+93 |
| | | |||||
* | | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp_e | Josh Blum | 2010-06-03 | 10 | -93/+525 |
|\| | |||||
| * | Created macros for dealing with pimpls and implemented in code. | Josh Blum | 2010-06-02 | 4 | -12/+75 |
| | | |||||
| * | replaced the assert falses with an invalid code path exception | Josh Blum | 2010-06-02 | 1 | -0/+7 |
| | | |||||
| * | removed some windows warnings | Josh Blum | 2010-06-02 | 1 | -1/+2 |
| | | |||||
| * | Implemented pirate thread, moved io impl details into io impl cpp file. ↵ | Josh Blum | 2010-06-01 | 1 | -0/+4 |
| | | | | | | | | Fixed bug in bounded buffer push with pop on full. | ||||
| * | added frame count call to zero-copy iface, tweaks for udp asio impl | Josh Blum | 2010-05-29 | 1 | -0/+19 |
| | | |||||
| * | work on alignment buffer, got unit test working | Josh Blum | 2010-05-28 | 2 | -36/+29 |
| | | |||||
| * | work on bounded and alignment buffer with unit testing | Josh Blum | 2010-05-28 | 2 | -72/+78 |
| | | |||||
| * | work on buffers for recv | Josh Blum | 2010-05-28 | 3 | -0/+279 |
| | | |||||
| * | Made a phony zero-copy interface for those interfaces that are actual ↵ | Josh Blum | 2010-05-28 | 2 | -85/+145 |
| | | | | | | | | | | | | copy-interfaces. Using interface in the udp asio transport. | ||||
* | | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp_e | Josh Blum | 2010-05-27 | 11 | -32/+111 |
|\| | | | | | | | | | Conflicts: host/utils/CMakeLists.txt | ||||
| * | Tweak with the udp and zero-copy transport. Eventually, the caller will hang ↵ | Josh Blum | 2010-05-27 | 1 | -2/+3 |
| | | | | | | | | onto a ring of managed buffers. | ||||
| * | Added support to set GPIO pins from dboard interface: | Josh Blum | 2010-05-24 | 2 | -3/+22 |
| | | | | | | | | | | | | write gpio and set pin control (atr or gpio) Added property to get dboard interface from the dboard obj. | ||||
| * | use only procfs /proc/partitions for discovering raw devices on linux | Josh Blum | 2010-05-20 | 1 | -1/+1 |
| | | |||||
| * | dont default the mode parameter, that is only asking for trouble | Josh Blum | 2010-05-19 | 1 | -2/+2 |
| | | |||||
| * | Added tx timed samples example. | Josh Blum | 2010-05-18 | 2 | -13/+24 |
| | | | | | | | | | | Added called to device to get max samples per packet. Removed device props that gave max samples per packet. | ||||
| * | Added send and recv modes to the device class and packet handler implementation. | Josh Blum | 2010-05-18 | 1 | -2/+31 |
| | | |||||
| * | use static init lists for the types, some speedup for the fast path related ↵ | Josh Blum | 2010-05-17 | 1 | -1/+1 |
| | | | | | | | | ones, other changes are pointless | ||||
| * | Created config macro to force inline. | Josh Blum | 2010-05-17 | 1 | -0/+9 |
| | | |||||
| * | Created inline send vrt packer function that also handles fragmentation. | Josh Blum | 2010-05-17 | 2 | -6/+11 |
| | | |||||
| * | simplification of udp asio socket stuff | Josh Blum | 2010-05-17 | 1 | -6/+6 |
| | | |||||
| * | added set freq with lo offset to simple usrp wrapper | Josh Blum | 2010-05-14 | 1 | -0/+2 |
| | | |||||
| * | Moved usrp2 eeprom addr read/write to host control over i2c/eeprom interface ↵ | Josh Blum | 2010-05-11 | 2 | -9/+12 |
| | | | | | | | | | | | | | | | | | | | | calls. No longer part of the dude/bro protocol. Simplified the mac and ip addr read write code in mboard impl. Modified the mac addr type to take byte_vector_t from serial.hpp types. | ||||
* | | Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhdpriv into usrp_e | Josh Blum | 2010-05-04 | 2 | -0/+39 |
|\| | |||||
| * | Removed the boost exception stuff, replaced it with macro that formats the ↵ | Josh Blum | 2010-05-05 | 5 | -24/+52 |
| | | | | | | | | | | | | | | throw site information. SWIG didnt handle the boost exception stuff, even with custom exception wrappers. Now the boost requirement can be lowered back to 3.6. | ||||
* | | fix files before pull | Josh Blum | 2010-05-04 | 3 | -40/+14 |
| | | |||||
* | | spi working, talked to ad9522 | Josh Blum | 2010-05-03 | 1 | -1/+8 |
| | | |||||
* | | Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhdpriv into usrp_e | Josh Blum | 2010-05-02 | 8 | -71/+103 |
|\| | |||||
| * | windows tweaks to config | Josh Blum | 2010-05-03 | 1 | -13/+9 |
| | | |||||
| * | Expanded the dboard id API to create dboard id types from strings and ints. | Josh Blum | 2010-05-03 | 2 | -10/+64 |
| | | | | | | | | | | | | And created utility functions to go between representations. Created to_pp_string for pretty print strings for dboard ids and device addrs. Minor changes to the various classes that call these utilities. | ||||
| * | Replaced the dboard base constructor args with an opaque type. | Josh Blum | 2010-05-02 | 2 | -10/+9 |
| | | |||||
| * | Cleaned up some dboard manager construction logic. | Josh Blum | 2010-05-02 | 1 | -6/+7 |
| | | | | | | | | Moved the dboard base private stuff into a forward declaration. | ||||
| * | Code tweaks and added unit test for dict and error message. | Josh Blum | 2010-05-01 | 4 | -37/+19 |
| | | |||||
* | | Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhdpriv into usrp_e | Josh Blum | 2010-04-29 | 2 | -1/+12 |
|\| | |||||
| * | made buffer size args part of constructor | Josh Blum | 2010-04-30 | 1 | -16/+8 |
| | | |||||
| * | setting size of buffers from device args | Josh Blum | 2010-04-27 | 1 | -4/+4 |
| | | |||||
| * | work on controlling the socket buffer sizes from the front end api | Josh Blum | 2010-04-27 | 2 | -0/+19 |
| | |