summaryrefslogtreecommitdiffstats
path: root/host/include
Commit message (Collapse)AuthorAgeFilesLines
* usrp-e100: implemented wrapper for i2c device node + ioctls, implemented ↵Josh Blum2010-11-101-1/+2
| | | | e100 eeprom map
* Merge branch 'master' into usrp_e100_i2cJosh Blum2010-11-101-2/+2
|\ | | | | | | | | Conflicts: host/utils/CMakeLists.txt
| * uhd: renamed enums to reflect new conventionJosh Blum2010-11-101-2/+2
| |
* | usrp-e100: moved kernel header to lib dir, remove the header check, default ↵Josh Blum2010-11-091-91/+0
| | | | | | | | enable to false
* | Merge branch 'master' into usrp_e_nextJosh Blum2010-11-095-2/+84
|\|
| * uhd: rename identifier for usrp1 eeprom, and fix offsets, add serial support ↵Josh Blum2010-11-051-1/+1
| | | | | | | | to usrp2
| * usrp2: move mboard eeprom instance into iface to the clock control can access itJosh Blum2010-11-041-0/+3
| |
| * usrp2: implemented mboard eeprom into usrp2 mboardJosh Blum2010-11-042-14/+12
| |
| * usrp: created mboard eeprom map class, implemented for usrp2Josh Blum2010-11-042-0/+65
| |
| * uhd: fixed typo - removed export for templated classJosh Blum2010-11-021-1/+1
| |
| * uhd: added dict get method, used in usrp1 image loadingJosh Blum2010-10-312-0/+16
| |
* | Merge branch 'next' into usrp_e_nextJosh Blum2010-10-272-3/+16
|\| | | | | | | | | Conflicts: host/examples/CMakeLists.txt
| * usrp: added to subdev spec comments/docsJosh Blum2010-10-271-3/+8
| |
| * usrp: added a time sync check for multi usrpJosh Blum2010-10-271-0/+8
| |
* | Merge branch 'next' into usrp_eJosh Blum2010-10-2714-241/+529
|\|
| * uhd: moved templated dict implementation into ipp fileJosh Blum2010-10-263-75/+133
| |
| * uhd: replaced print warning with a post warning call and registryJosh Blum2010-10-265-15/+52
| | | | | | | | | | | | renamed print warning calls in the implementation fixed issue with dict::pop so it now works even if the value is not comparable
| * uhd: doxygen comments, moved enum comments, added to metadata for all entitiesJosh Blum2010-10-252-45/+43
| |
| * uhd: created tune request struct and implemented more fine grained tuning callsJosh Blum2010-10-257-86/+137
| |
| * usrp: remove irrelevant copied comment from single usrpJosh Blum2010-10-211-2/+0
| |
| * usrp: convenience wrappers for dealing with overall gainsJosh Blum2010-10-202-26/+66
| |
| * usrp: use the dboard id to prefix the subdev gain group namesJosh Blum2010-10-202-0/+9
| |
| * usrp: added gain element access by gain name to multi and single wrappersJosh Blum2010-10-202-32/+106
| |
| * uhd: added name parameter to gain group, get range, set/get value by nameJosh Blum2010-10-201-10/+33
| |
* | usrp_e: Add driver compatibility ioctl to header file.Philip Balister2010-10-211-0/+3
| |
* | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp_e_mmap_b2Philip Balister2010-10-2011-33/+1329
|\|
| * usrp: added docstrings to single and multi usrp for undocumented methodsJosh Blum2010-10-202-4/+432
| |
| * uhd: remove some warnings in MSVC and with typo in xcvr2450Josh Blum2010-10-191-2/+3
| |
| * usrp: change the bandwidth param to a double (its a frequency), add set and ↵Josh Blum2010-10-192-4/+12
| | | | | | | | gets for BW in the wrappers
| * Merge branch 'multi_usrp'Josh Blum2010-10-195-5/+822
| |\
| | * usrp: deleted deprecated simple and mimo wrappers, moved implementations ↵Josh Blum2010-10-182-0/+557
| | | | | | | | | | | | into headers
| | * usrp: created multi-usrp (multi chan, multi board), and deprecated mimo-usrpJosh Blum2010-10-164-5/+265
| | |
| * | uhd: made ticks signed in time spec, fixed full secs implementation, added ↵Josh Blum2010-10-191-2/+2
| |/ | | | | | | unit tests
| * UHD: reordered MIMO set_rx_bandwidth arg orderNick Foster2010-10-111-1/+1
| |
| * UHD: Brought out set_rx_bandwidth for dboards with programmable rx filters.Nick Foster2010-10-113-0/+6
| |
| * usrp: comments for set subdev spec in single usrpJosh Blum2010-10-081-0/+10
| |
| * usrp: added calls to get subdev and mboard canonical namesJosh Blum2010-10-081-3/+13
| |
| * Merge branch 'subdev_enable' into nextJosh Blum2010-10-082-1/+6
| |\
| | * usrp: added subdev enabled propertyJosh Blum2010-09-302-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the dboard manager will disable all subdevs at startup and shutdown setting the subdev spec will enable only the subdevs in use all dboards are currently implemented as always enabled nothing tested
| * | udp: worked blocking send back into udp transport, enable async with #defineJosh Blum2010-10-082-18/+29
| | | | | | | | | | | | tweaked some code in bounded buffer
* | | Merge branch 'next' into usrp_e_mmap_b2Josh Blum2010-10-075-24/+48
|\| |
| * | uhd: replaced frame params for the zero copy interfaces with a device addressJosh Blum2010-10-055-24/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the device address gives a key, value pair of infinite optional capabilities added a cast option to the device address to cast string to type T added call to the zero_copy_if to get send and recv frame sizes changed the usrp2 impl to calculate recv/send spp from the data transport
* | | Add flag that indicates userspace has started processing a frame.Philip Balister2010-10-061-0/+1
| | |
* | | Merge branch 'timeout' into usrp_e_mmapJosh Blum2010-10-041-2/+14
|\| |
| * | uhd: bounded buffer pop sets back element to empty to decrement referencesJosh Blum2010-10-041-2/+14
| | |
* | | Merge branch 'timeout' into usrp_e_mmapJosh Blum2010-10-048-124/+83
|\| |
| * | uhd: reworked the zero copy interfaceJosh Blum2010-10-021-78/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - recv buffers have a release call - safe make function for recv buffers (buff + release callback) - send buffer commits now have a void return - safe make function for send buffers (buff + commit callback) The reason for the void return from commit is that ssize_t num_bytes was never returning anything of use. That is for all of the zero copy implementations so far, commit cannot really error (being asynchronous). libusb zero copy impl was reworked to support the new interface. USRP1 io_impl with the psuedo managed buffer was replaced with safe_make. Also, usrp1 io_impl was simplified greatly due to commit returning void now. UDP zero copy asio was disabled (in this commit, until its reworked). Phony send and recv interfaces were removed completely.
| * | uhd: implemented a double timeout (in seconds) for send and recv chainsJosh Blum2010-10-017-51/+54
| | | | | | | | | | | | | | | | | | | | | | | | converted all size_t timeout_ms to double timeout bounded and alignment buffer now take double timeout added timeout to device::send and zero_copy_if::get_send_buff
| * | Made usb_device_handle UHD_API.Nick Foster2010-09-301-1/+1
| | |
* | | Merge branch 'master' into usrp_e_nextJosh Blum2010-09-305-20/+34
|\| |