aboutsummaryrefslogtreecommitdiffstats
path: root/host/include
Commit message (Expand)AuthorAgeFilesLines
...
* work on buffers for recvJosh Blum2010-05-283-0/+279
* Made a phony zero-copy interface for those interfaces that are actual copy-in...Josh Blum2010-05-282-85/+145
* Tweak with the udp and zero-copy transport. Eventually, the caller will hang ...Josh Blum2010-05-271-2/+3
* Added support to set GPIO pins from dboard interface:Josh Blum2010-05-242-3/+22
* use only procfs /proc/partitions for discovering raw devices on linuxJosh Blum2010-05-201-1/+1
* dont default the mode parameter, that is only asking for troubleJosh Blum2010-05-191-2/+2
* Added tx timed samples example.Josh Blum2010-05-182-13/+24
* Added send and recv modes to the device class and packet handler implementation.Josh Blum2010-05-181-2/+31
* use static init lists for the types, some speedup for the fast path related o...Josh Blum2010-05-171-1/+1
* Created config macro to force inline.Josh Blum2010-05-171-0/+9
* Created inline send vrt packer function that also handles fragmentation.Josh Blum2010-05-172-6/+11
* simplification of udp asio socket stuffJosh Blum2010-05-171-6/+6
* added set freq with lo offset to simple usrp wrapperJosh Blum2010-05-141-0/+2
* Moved usrp2 eeprom addr read/write to host control over i2c/eeprom interface ...Josh Blum2010-05-112-9/+12
* Removed the boost exception stuff, replaced it with macro that formats the th...Josh Blum2010-05-055-24/+52
* windows tweaks to configJosh Blum2010-05-031-13/+9
* Expanded the dboard id API to create dboard id types from strings and ints.Josh Blum2010-05-032-10/+64
* Replaced the dboard base constructor args with an opaque type.Josh Blum2010-05-022-10/+9
* Cleaned up some dboard manager construction logic.Josh Blum2010-05-021-6/+7
* Code tweaks and added unit test for dict and error message.Josh Blum2010-05-014-37/+19
* made buffer size args part of constructorJosh Blum2010-04-301-16/+8
* setting size of buffers from device argsJosh Blum2010-04-271-4/+4
* work on controlling the socket buffer sizes from the front end apiJosh Blum2010-04-272-0/+19
* added to the time spec documentationJosh Blum2010-04-261-6/+17
* added simple usrp api to read rssi and get LO lock statusJosh Blum2010-04-261-0/+11
* Renamed the prop set/get error macros so they make sense for not-implemented ...Josh Blum2010-04-261-6/+6
* added lock detect status to dboardsJosh Blum2010-04-261-4/+4
* prefixed the ASSERT_THROW macro with UHD for the sake of namespaceJosh Blum2010-04-261-1/+1
* Got eeprom read/write dboard ids working.Josh Blum2010-04-261-9/+20
* Added i2c interface to serial.hpp, using in usrp2_iface for i2c and eeprom.Josh Blum2010-04-261-0/+61
* Work on exceptions.Josh Blum2010-04-253-18/+47
* set dboard eeprom from dboard propertiesJosh Blum2010-04-244-13/+18
* Moved reading the eeprom (dboard ids) onto the host.Josh Blum2010-04-232-0/+56
* Created args string contructor for device address.Josh Blum2010-04-202-10/+57
* added comments to cmakelists, makedir in file generation script so python doe...Josh Blum2010-04-191-2/+8
* moved spi and i2c api into serial.hpp, its used for more than the dboard inte...Josh Blum2010-04-164-29/+64
* added automatic ref source enumJosh Blum2010-04-161-0/+1
* removed some windows warningsJosh Blum2010-04-141-2/+2
* Added gain control to rfx. Switched string constants to caps (gains, antennas...Josh Blum2010-04-142-5/+9
* removed clock rate prop, we dont need to expose that since ticks are in nsecsJosh Blum2010-04-142-2/+0
* renamed dxc to dsp for tune resultJosh Blum2010-04-142-4/+4
* renamed dboard interface to dboard iface, the lengthy name was getting to be ...Josh Blum2010-04-143-17/+17
* Moved clock control into abstraction clock control class.Josh Blum2010-04-131-8/+0
* Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhd into usrp2Josh Blum2010-04-132-49/+0
|\
| * forgot dangling fileJosh Blum2010-04-132-49/+0
* | merged unit type and gpio bank for dboard interface into one type, expanded d...Josh Blum2010-04-121-35/+44
* | moved spi transact to usrp2 impl, and removed spi readJosh Blum2010-04-121-41/+27
* | Merge branch 'rfx' of git@ettus.sourcerepo.com:ettus/uhd into ioJosh Blum2010-04-125-61/+86
|\ \
| * | converted timespec to use nanoseconds for fractional partJosh Blum2010-04-083-15/+30
| * | Reworked the spi part of the dboard interface.Josh Blum2010-04-071-45/+55