Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | b200: integrate support for new converters | Josh Blum | 2013-09-04 | 5 | -23/+35 |
| | |||||
* | vita: switch modules to CHDR byte format | Josh Blum | 2013-09-04 | 3 | -10/+10 |
| | |||||
* | vita: changed CHDR format to use bytes | Josh Blum | 2013-09-04 | 1 | -11/+14 |
| | |||||
* | convert: added sc12 and fc32 converters | Josh Blum | 2013-08-28 | 4 | -1/+413 |
| | |||||
* | convert: sc8 swap for vita compliance | Josh Blum | 2013-08-28 | 8 | -55/+54 |
| | |||||
* | examples: changed examples that force usage of all channels to allow user to ↵ | Nicholas Corgan | 2013-08-26 | 5 | -41/+127 |
| | | | | input which channels to use | ||||
* | Merge branch 'maint' | Josh Blum | 2013-08-23 | 1 | -1/+1 |
|\ | |||||
| * | usrp2: fix firmware rx clear register offset | Josh Blum | 2013-08-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | When an ICMP dest unreachable pkt arrives, the fw needs to know how to shutoff the DSP. This offset for the reset register was broken by a previous fix for register overlap. | ||||
* | | uhd: added multi-thread build flag for msvc | Josh Blum | 2013-08-23 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'maint' | Josh Blum | 2013-08-23 | 2 | -2/+10 |
|\| | |||||
| * | uhd: fix get_xx_freq_range to use analog bw/2 | Josh Blum | 2013-08-23 | 2 | -2/+10 |
| | | | | | | | | | | | | The proper equation should be: max_freq = max_lo + min(adc/2, bw/2) - sr/2 | ||||
* | | Merge branch 'maint' | Josh Blum | 2013-08-23 | 1 | -1/+1 |
|\| | |||||
| * | utils: usrp_n2xx_net_burner_gui no longer ignores dont-check-rev option | Nicholas Corgan | 2013-08-23 | 1 | -1/+1 |
| | | |||||
* | | uhd: added UHD_HEX helpful print macro | Josh Blum | 2013-08-23 | 1 | -1/+6 |
| | | |||||
* | | uhd: benchmark use builtin samp calculation | Josh Blum | 2013-08-20 | 1 | -3/+1 |
| | | |||||
* | | b200: lower clock rate is 5MHz due to DCM | Josh Blum | 2013-08-16 | 2 | -2/+3 |
| | | |||||
* | | b200: added more formal product ids | Josh Blum | 2013-08-16 | 1 | -0/+2 |
| | | |||||
* | | Merge branch 'maint' | Josh Blum | 2013-08-15 | 1 | -1/+12 |
|\| | |||||
| * | usrp2: try/catch for first send of discovery routine | Josh Blum | 2013-08-15 | 1 | -1/+12 |
| | | | | | | | | | | This send can fail with a network down/unreachable error. The try/catch allows for discovery to continue. | ||||
* | | Updated UHD images download URL | Nicholas Corgan | 2013-08-14 | 1 | -2/+2 |
| | | |||||
* | | uhd: added time source option to PPS test | Josh Blum | 2013-08-13 | 1 | -0/+8 |
| | | |||||
* | | b100: reset fx2 on ctrl xport fail | Josh Blum | 2013-08-13 | 1 | -6/+21 |
| | | |||||
* | | b200: string names decided in one place | Josh Blum | 2013-08-13 | 1 | -5/+12 |
| | | |||||
* | | b200: changed for pps select register | Josh Blum | 2013-08-13 | 5 | -48/+9 |
| | | |||||
* | | b200: uhd_usrp_probe distinguishes between B200 and B210 | Nicholas Corgan | 2013-08-09 | 1 | -3/+15 |
| | | |||||
* | | Merge branch 'maint' | Josh Blum | 2013-08-06 | 1 | -1/+1 |
|\| | |||||
| * | uhd: time spec fix from last commit | Josh Blum | 2013-08-06 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'maint' | Josh Blum | 2013-07-31 | 1 | -7/+12 |
|\| | |||||
| * | uhd: time spec rounding fixes | Josh Blum | 2013-07-31 | 1 | -7/+12 |
| | | |||||
* | | b200: increase timeout for extreme cases | Josh Blum | 2013-07-25 | 1 | -1/+1 |
| | | |||||
* | | uhd: strnlen for platforms w/o it | Josh Blum | 2013-07-25 | 1 | -1/+9 |
| | | |||||
* | | usrp2: update mimo cable docs for current api | Josh Blum | 2013-07-25 | 1 | -4/+2 |
| | | |||||
* | | uhd: allow for 16 bit i2c and eeprom addrs | Josh Blum | 2013-07-24 | 14 | -47/+111 |
| | | |||||
* | | uhd: improvements to rx samples to file | Balint Seeber | 2013-07-24 | 1 | -43/+164 |
| | | |||||
* | | b200: max spp limit at full rate stb | Josh Blum | 2013-07-23 | 1 | -1/+2 |
| | | |||||
* | | b200: removed header redundancy interface | Josh Blum | 2013-07-22 | 1 | -12/+1 |
| | | |||||
* | | uhd: remove warning on stream cmd to unused channels | Josh Blum | 2013-07-19 | 1 | -1/+1 |
| | | | | | | | | | | | | Basically, many apps issue stream cmds by broadcasting the cmd to all channels. This warning is going to appear many times for most apps becasue of this. Since nothing is really harmed, its nicer to not see it and confuse users. | ||||
* | | b200: use existing query rate calls to clip | Josh Blum | 2013-07-19 | 3 | -9/+6 |
| | | |||||
* | | b200: skeleton documentation rst manual | Josh Blum | 2013-07-19 | 4 | -4/+93 |
| | | |||||
* | | b200: added eeprom map needed for last commit | Josh Blum | 2013-07-19 | 1 | -0/+65 |
| | | |||||
* | | b200: squashed support for b200 onto master branch | Josh Blum | 2013-07-19 | 14 | -0/+3162 |
| | | |||||
* | | usb: added logging capability w/ env var | Josh Blum | 2013-07-19 | 1 | -0/+10 |
| | | |||||
* | | b100: call demuxer realloc sid | Josh Blum | 2013-07-19 | 1 | -0/+1 |
| | | |||||
* | | uhd: squashed support modules for usrp3 fpga cores | Josh Blum | 2013-07-19 | 28 | -9/+2583 |
| | | |||||
* | | b100: moved usb wrapper class into b100 impl | Josh Blum | 2013-07-19 | 6 | -32/+32 |
| | | | | | | | | * since its only used internally in b100 | ||||
* | | uhd: update the docs for the D discontinuity indication | Josh Blum | 2013-07-19 | 1 | -1/+3 |
| | | |||||
* | | uhd: dont handle multi-chan overflow recovery here | Josh Blum | 2013-07-19 | 1 | -8/+3 |
| | | |||||
* | | uhd: packet handler minor changes | Josh Blum | 2013-07-19 | 1 | -1/+2 |
| | | | | | | | | | | * overflow recovery also in case of alignment failure * print D (discontinuities) instead of O in seq errors | ||||
* | | usb: squashed thread related changes | Josh Blum | 2013-07-19 | 1 | -125/+194 |
| | | |||||
* | | usb: useful error messages on failed submit | Josh Blum | 2013-07-16 | 2 | -3/+19 |
| | |