Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | usrp: fix from "rev iq correction" | Josh Blum | 2012-03-16 | 1 | -2/+2 | |
| | | | | Must zero out the default IQ correction to have zero effect by default. | |||||
* | n2x0: adjustment for phase delay over mimo cable | Josh Blum | 2012-03-14 | 1 | -1/+1 | |
| | ||||||
* | usrp2: device locking tweaks | Josh Blum | 2012-02-29 | 1 | -9/+6 | |
| | | | | | | | 1) use bottom bit for force lock condition, that way we never check the time after proper shutdown 2) dont allow lock condition under fpga compat mismatch | |||||
* | usrp: reset cordics on init after tick rate update | Josh Blum | 2012-02-28 | 1 | -0/+8 | |
| | ||||||
* | usrp2: some tweaks to the device locking logic | Josh Blum | 2012-02-20 | 1 | -6/+9 | |
| | ||||||
* | usrp2: added retry logic to control packets | Josh Blum | 2012-02-20 | 1 | -2/+32 | |
| | ||||||
* | uhd: added async md user payload and common utils | Josh Blum | 2012-02-14 | 1 | -15/+3 | |
| | ||||||
* | uhd: various tweaks for compiler warns and valgrind | Josh Blum | 2012-02-09 | 2 | -6/+10 | |
| | ||||||
* | dsp rework: implement 64 bit ticks, no seconds | Josh Blum | 2012-02-06 | 4 | -14/+14 | |
| | ||||||
* | dsp rework: work on usb wrapper for smaller packets, large luts | Josh Blum | 2012-02-02 | 4 | -4/+4 | |
| | ||||||
* | dsp rework: account for no sid used in tx vita pkt | Josh Blum | 2012-02-01 | 1 | -1/+2 | |
| | ||||||
* | dsp rework: tx trailer, scaling work (peak) | Josh Blum | 2012-01-31 | 1 | -0/+1 | |
| | ||||||
* | gen2: added user setting regs api and user core | Josh Blum | 2012-01-31 | 3 | -1/+10 | |
| | ||||||
* | dsp rework: work on scaling and args parsing on RX and TX dsp | Josh Blum | 2012-01-31 | 1 | -9/+4 | |
| | | | | | This simplified some copy pasta in the io_impl.cpp files, and adds a place for sc8 tx mode in the tx dsp core code. | |||||
* | dsp rework: implemented new scalefactor in rx dsp core | Josh Blum | 2012-01-31 | 2 | -3/+3 | |
| | ||||||
* | uhd: add samples per pkt option to rx streamer | Josh Blum | 2012-01-26 | 1 | -1/+2 | |
| | ||||||
* | uhd: flush transport for new rx streamers | Josh Blum | 2012-01-23 | 2 | -5/+1 | |
| | ||||||
* | N210 R4 should be using LVDS TX clock, not CMOS. | Nick Foster | 2012-01-04 | 1 | -4/+17 | |
| | ||||||
* | usrp2: fw fix for hal_uart_getc_noblock return code | Josh Blum | 2012-01-04 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'network_foo' | Josh Blum | 2011-12-21 | 2 | -5/+5 | |
|\ | ||||||
| * | usrp2: use the socket to determine the device addr | Josh Blum | 2011-12-20 | 2 | -5/+5 | |
| | | ||||||
* | | usrp: added underflow_policy to tx streamer args | Josh Blum | 2011-12-20 | 1 | -0/+1 | |
|/ | ||||||
* | UHD will now print 'L' whenever a late packet is transmitted. | Ben Hilburn | 2011-12-12 | 1 | -0/+3 | |
| | | | | | This is similiar to printing 'U' and 'S'. This functionality is not yet supported on the USRP1. | |||||
* | uhd: work with stream clearing | Josh Blum | 2011-12-05 | 1 | -5/+14 | |
| | | | | | | | | dont clear when using the compat device API tx clear also resets expected seqnum tx clear on usrp2 resets flow control monitor | |||||
* | usrp: clear dsp when making new streamer | Josh Blum | 2011-11-21 | 1 | -0/+1 | |
| | ||||||
* | usrp: fixed default initialization of iq bal correction | Josh Blum | 2011-11-13 | 1 | -2/+2 | |
| | ||||||
* | uhd: created rx IQ imbalance app to parallel tx | Josh Blum | 2011-11-11 | 2 | -3/+13 | |
| | ||||||
* | usrp: basically working iq cal on tx | Josh Blum | 2011-11-10 | 2 | -0/+14 | |
| | ||||||
* | usrp: added missing include for weak ptr | Josh Blum | 2011-11-08 | 1 | -0/+1 | |
| | ||||||
* | uhd: useful tweaks from user | Josh Blum | 2011-11-08 | 1 | -1/+1 | |
| | ||||||
* | usrp2: fix channel mapping calculation | Josh Blum | 2011-11-07 | 1 | -2/+2 | |
| | ||||||
* | usrp: work on dboard code to use subtrees to populate frontend props | Josh Blum | 2011-11-07 | 1 | -17/+4 | |
| | ||||||
* | usrp: parse rx stream args scalar | Josh Blum | 2011-11-05 | 1 | -1/+2 | |
| | ||||||
* | usrp2: reg map change for GPIO core | Josh Blum | 2011-11-03 | 3 | -2/+4 | |
| | ||||||
* | somebody made a typo | Josh Blum | 2011-11-03 | 1 | -1/+1 | |
| | ||||||
* | usrp: reorganize frontend paths in tree for correction stuff | Josh Blum | 2011-11-03 | 1 | -5/+8 | |
| | ||||||
* | usrp: prefer name iq_balance for api call | Josh Blum | 2011-11-03 | 1 | -4/+4 | |
| | ||||||
* | usrp: register properties for correction and dc offset | Josh Blum | 2011-11-03 | 1 | -1/+17 | |
| | ||||||
* | usrp: added get_tx/rx_rates | Josh Blum | 2011-11-03 | 1 | -0/+4 | |
| | ||||||
* | uhd: renamed convert markup to format | Josh Blum | 2011-11-03 | 1 | -6/+4 | |
| | | | | | | | | removed convert args added simd level got orc and neon updated | |||||
* | usrp1: got the 16Msps working (needed non hb-filter image) | Josh Blum | 2011-11-03 | 1 | -13/+19 | |
| | ||||||
* | usrp2: work on alternative OTW formats | Josh Blum | 2011-11-03 | 1 | -1/+6 | |
| | ||||||
* | uhd: renamed some of the stream types and functions | Josh Blum | 2011-11-03 | 2 | -4/+4 | |
| | ||||||
* | usrp1: did work for stream interface on usrp1 | Josh Blum | 2011-11-03 | 1 | -6/+0 | |
| | ||||||
* | usrp2: additional corrections for streaming to work | Josh Blum | 2011-11-03 | 2 | -5/+5 | |
| | ||||||
* | uhd: lots of work releated to streamer work and usrp2 implementation | Josh Blum | 2011-11-03 | 3 | -145/+172 | |
| | ||||||
* | Fix for unitialized eeprom | Jason Abele | 2011-10-12 | 1 | -1/+3 | |
| | ||||||
* | usrp: added product and revision fields to eeprom | Josh Blum | 2011-10-10 | 1 | -1/+1 | |
| | ||||||
* | usrp2: give users a warning for gpsdo support + fw update | Josh Blum | 2011-09-28 | 1 | -0/+7 | |
| | ||||||
* | usrp2: remove old pre-release warning | Josh Blum | 2011-09-28 | 1 | -10/+0 | |
| |