summaryrefslogtreecommitdiffstats
path: root/host/include
Commit message (Collapse)AuthorAgeFilesLines
* usrp: add api control for tx/rx dc offset controlJosh Blum2011-11-031-0/+35
|
* usrp: added get_tx/rx_ratesJosh Blum2011-11-031-0/+16
|
* uhd: changed stream args args to device_addr_tJosh Blum2011-11-031-4/+7
|
* uhd: added trailer parsing for occupancyJosh Blum2011-11-031-0/+1
|
* usrp: deprecated clock config, added time/clock source callsJosh Blum2011-11-033-2/+57
|
* uhd: renamed convert markup to formatJosh Blum2011-11-031-8/+8
| | | | | | | | removed convert args added simd level got orc and neon updated
* uhd: added one packet mode to rx streamerJosh Blum2011-11-031-2/+8
|
* usrp1: got the 16Msps working (needed non hb-filter image)Josh Blum2011-11-031-2/+2
|
* uhd: renamed some of the stream types and functionsJosh Blum2011-11-035-21/+21
|
* uhd: device_deprecated.ipp typo fixJosh Blum2011-11-031-1/+1
|
* uhd: restore io type header for swig backwards compatJosh Blum2011-11-033-85/+84
|
* uhd: tweaks to streamer interface and multi-usrp convenience interfaceJosh Blum2011-11-032-11/+27
|
* uhd: lots of work releated to streamer work and usrp2 implementationJosh Blum2011-11-033-59/+76
|
* uhd: restored super packet handler functionalityJosh Blum2011-11-033-28/+28
|
* uhd: created backwards compatible send/recv implementationJosh Blum2011-11-034-117/+197
|
* convert: reworked convert to use new identification standardJosh Blum2011-11-031-27/+32
|
* uhd: work on streamer interface, lots of docstringsJosh Blum2011-11-031-0/+170
|
* uhd: removed unsed interfaces, deprecated otw and io typeJosh Blum2011-11-038-249/+154
|
* uhd: moved wax API into deprecated filesJosh Blum2011-11-034-171/+177
|
* b100: new eeprom map for special 9 byte serialJosh Blum2011-10-121-0/+1
|
* usrp: added revision field to the dboard id classJosh Blum2011-10-101-0/+3
|
* usrp: add gps control to the APIJosh Blum2011-09-281-1/+1
|
* usrp2: uart/udp work in host and fw, workingJosh Blum2011-09-283-11/+18
|
* usb: added interface args to usb abstractionsJosh Blum2011-09-192-3/+8
|
* uhd: added helpful UHD_VAR macro for debugging purposesJosh Blum2011-07-221-0/+4
|
* uhd: replaced boost filesystem path with fs_path in property treeJosh Blum2011-07-222-12/+27
|
* usrp: update multi usrp header to use complete subdev specsJosh Blum2011-07-221-3/+3
|
* uhd: forward declare property tree in device so gnuradio swig cant complainJosh Blum2011-07-201-2/+3
|
* uhd: add get_tree call directly to the deviceJosh Blum2011-07-201-0/+4
| | | | | | Does away with the need for wax cast to get the tree. You can still do this but it will eventually be removed. There was some compiler issue on ubuntu 10.04 with any cast and a shared ptr to property tree.
* uhd: added tasks to simplify thread spawning use casesJosh Blum2011-07-132-0/+54
|
* uhd: added subtree capability to property treeJosh Blum2011-07-082-6/+7
|
* usrp: updated documentation for various changes (mimo mode, subdevice spec ↵Josh Blum2011-07-011-5/+0
| | | | defaults)
* uhd: misc tweaks and also msvc compileJosh Blum2011-06-292-5/+14
|
* usrp: deleted a bunch on obsoleted files in usrp directoryJosh Blum2011-06-2911-549/+37
|
* uhd: make sure things are initializedJosh Blum2011-06-292-0/+7
|
* uhd: properties tweaks and docsJosh Blum2011-06-292-14/+31
|
* uhd: loopback working on usrp2Josh Blum2011-06-291-6/+4
|
* uhd: added properties unit tests, use shared ptr<void> in treeJosh Blum2011-06-282-24/+7
|
* uhd: work getting multi-usrp workingJosh Blum2011-06-281-3/+10
|
* uhd: re-work to make the properties easier to useJosh Blum2011-06-285-119/+153
|
* usrp2: restored discovery and most of io_implJosh Blum2011-06-271-4/+3
|
* usrp: populate a tree from a subdevJosh Blum2011-06-273-1/+12
|
* usrp2: work on setting up controllersJosh Blum2011-06-272-1/+11
|
* usrp: created cores for the rx and tx dspJosh Blum2011-06-261-1/+14
|
* uhd: created uart iface to inherit fromJosh Blum2011-06-252-15/+23
|
* uhd: forgot to commit properties fileJosh Blum2011-06-252-0/+78
|
* uhd: created a property tree to store propertiesJosh Blum2011-06-253-4/+9
|
* uhd: work on templated property classJosh Blum2011-06-252-0/+82
|
* uhd: added dynamic throw and clone to exceptionsJosh Blum2011-06-241-0/+33
|
* UHD: GPS work.Nick Foster2011-06-171-7/+7
| | | | | | | * Rewrote NMEA acquisition to be more general * Added GPS sensors instead of member fns for data access * GPS sensors added to mboard sensors to keep ABI compat * VITA time initialized to GPS time on init