aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp1
Commit message (Collapse)AuthorAgeFilesLines
* usrp: reorganize frontend paths in tree for correction stuffJosh Blum2011-11-031-2/+3
|
* usrp1: implement rx dc offset control hooksJosh Blum2011-11-032-7/+38
|
* usrp: added get_tx/rx_ratesJosh Blum2011-11-033-7/+30
|
* uhd: added trailer parsing for occupancyJosh Blum2011-11-031-0/+1
|
* uhd: renamed convert markup to formatJosh Blum2011-11-031-6/+4
| | | | | | | | removed convert args added simd level got orc and neon updated
* usrp1: support variable clock rate through APIJosh Blum2011-11-034-22/+54
|
* uhd: added one packet mode to rx streamerJosh Blum2011-11-031-5/+13
|
* usrp1: got the 16Msps working (needed non hb-filter image)Josh Blum2011-11-032-19/+27
|
* usrp2: work on alternative OTW formatsJosh Blum2011-11-031-0/+4
|
* usrp1: various tweaks related to streamingJosh Blum2011-11-034-15/+14
|
* usrp1: type conversions and 8-bit workJosh Blum2011-11-034-27/+54
|
* usrp1: multi channel receive workingJosh Blum2011-11-031-4/+4
|
* uhd: renamed some of the stream types and functionsJosh Blum2011-11-032-4/+4
|
* usrp1: did work for stream interface on usrp1Josh Blum2011-11-033-112/+195
|
* B100/USRP1: pass in VID/PID from args string so you can specify where to ↵Nick Foster2011-10-101-2/+10
| | | | look for devices if you like
* usrp1: disable pad to one for usrp1 (not needed)Josh Blum2011-09-191-0/+1
| | | | This was messing up the pad to 512 bytes logic for empty flushes.
* usb: added interface args to usb abstractionsJosh Blum2011-09-191-5/+5
|
* usrp: remove wax::obj entry point (not used)Josh Blum2011-09-081-3/+0
|
* usrp1: reset control objects in this order to avoid race conditionsJosh Blum2011-09-021-1/+3
|
* usrp1: handle special case of no rx or no tx dspsJosh Blum2011-08-081-2/+6
|
* usrp1: fix for multi-channel, OTW channel width is always 1Josh Blum2011-08-081-2/+2
|
* uhd: replaced boost filesystem path with fs_path in property treeJosh Blum2011-07-221-5/+5
|
* uhd: add get_tree call directly to the deviceJosh Blum2011-07-201-0/+3
| | | | | | 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.
* uspr1: shutdown thread in deconstructor (not automatically)Josh Blum2011-07-191-4/+7
|
* uhd: added tasks to simplify thread spawning use casesJosh Blum2011-07-133-34/+13
|
* uhd: added subtree capability to property treeJosh Blum2011-07-081-2/+2
|
* usrp: added clipping to link max rate when setting sample rateJosh Blum2011-07-041-8/+6
|
* usrp: handle frontend swapping if the first subdev is QI or QJosh Blum2011-07-043-9/+7
|
* uhd: added inline message testing to the messages exampleJosh Blum2011-07-031-2/+9
| | | | | | | Renamed the example to test_messages (not just async). Fixed bug in super recv packet handler related to messages. Basically, the sequence number for messages should be ignored. Fixed some quirks with usrp1 soft time control to get it work as well.
* usrp1: tweaks + implemented other features to mimic async and inline messagesJosh Blum2011-07-025-61/+159
| | | | | | | Moved the underflow/overflow polling into a thread and out of the fast-path. Added an inline and async message queue into soft time control. Error and status messages are actually generated now and enqueued. Passes the async message test...
* usrp: renamed ref_source to clock_source (terminology)Josh Blum2011-07-021-2/+2
|
* usrp: added validate_subdev_spec to all io_implsJosh Blum2011-07-011-4/+3
|
* usrp: moved fx2 stuff into common folderJosh Blum2011-07-011-1/+1
|
* usrp1: removed unused files from impl dirJosh Blum2011-07-017-1133/+0
|
* usrp1: implemented properties interface on usrp1Josh Blum2011-07-0110-401/+633
|
* Merge branch 'next'Josh Blum2011-06-155-98/+99
|\
| * uhd: update packet handlers when the clock rate is changedJosh Blum2011-06-141-0/+1
| |
| * usrp1: super packet handler support squashedJosh Blum2011-06-145-98/+98
| |
* | usb: fix for fx2_ctrl include issuerelease_003_001_002Josh Blum2011-06-141-1/+1
|/
* usrp1: moved fx2 control into its own directoryJosh Blum2011-06-147-558/+11
|
* B100/USRP1: fix bug where fpga size div by 64 resulted in never finishing loadNick Foster2011-06-101-0/+1
|
* uhd: added more SAFE_CALL macros to hardware wrapper dtorsJosh Blum2011-06-102-17/+7
| | | | And removed the calls on the sptr resets (not needed now).
* USRP1: implement MBOARD_PROP_CLOCK_CONFIG, only accepts internalJosh Blum2011-05-162-2/+11
|
* uhd: replace managed buffer shared pointer w/ intrusive pointer to reduce ↵Josh Blum2011-05-141-15/+4
| | | | overhead
* usrp1: correct TX codec rate, it should also read 64e6 when probedJosh Blum2011-05-142-17/+11
| | | | | | We were using clock_rate*2 to simulate a codec rate of 128MHz. This reflected the old gnuradio API, but the rate between FPGA and codec is really 64MHz for both rx and tx directions.
* usrp1: apply conditional disables/enables to rx and txJosh Blum2011-05-147-9/+60
| | | | | | | | Scapped the old gnuradio code for information about VRQ_FPGA_SET_XX_ENABLE. It turns out that we should disabled + restore state when changing muxes or rates. The USRP seems to stream properly when receiving single and dual channel. Prior to this commit, tx was accicentally always disabled from a few commits ago.
* usrp1: overload read_eeprom to handle multi-byte readsJosh Blum2011-05-051-0/+11
|
* usrp1: added more logging to usrp1 iface for debuggingJosh Blum2011-05-051-0/+20
|
* uhd: various tweaks to log and msg, replaced a few remaining stdioJosh Blum2011-05-041-0/+1
|
* uhd: removed more iostream stuff from usrp* implementationsJosh Blum2011-05-048-74/+66
|