aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp
Commit message (Collapse)AuthorAgeFilesLines
...
* | b200: use a union to perform double pack/unpackJosh Blum2013-09-061-8/+14
| |
* | b200: integrate support for new convertersJosh Blum2013-09-044-22/+34
| |
* | vita: switch modules to CHDR byte formatJosh Blum2013-09-043-10/+10
| |
* | Merge branch 'maint'Josh Blum2013-08-231-1/+1
|\|
| * usrp2: fix firmware rx clear register offsetJosh Blum2013-08-231-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.
* | Merge branch 'maint'Josh Blum2013-08-231-2/+2
|\|
| * uhd: fix get_xx_freq_range to use analog bw/2Josh Blum2013-08-231-2/+2
| | | | | | | | | | | | The proper equation should be: max_freq = max_lo + min(adc/2, bw/2) - sr/2
* | b200: lower clock rate is 5MHz due to DCMJosh Blum2013-08-161-1/+2
| |
* | b200: added more formal product idsJosh Blum2013-08-161-0/+2
| |
* | Merge branch 'maint'Josh Blum2013-08-151-1/+12
|\|
| * usrp2: try/catch for first send of discovery routineJosh Blum2013-08-151-1/+12
| | | | | | | | | | This send can fail with a network down/unreachable error. The try/catch allows for discovery to continue.
* | b100: reset fx2 on ctrl xport failJosh Blum2013-08-131-6/+21
| |
* | b200: string names decided in one placeJosh Blum2013-08-131-5/+12
| |
* | b200: changed for pps select registerJosh Blum2013-08-135-48/+9
| |
* | b200: uhd_usrp_probe distinguishes between B200 and B210Nicholas Corgan2013-08-091-3/+15
| |
* | b200: increase timeout for extreme casesJosh Blum2013-07-251-1/+1
| |
* | uhd: strnlen for platforms w/o itJosh Blum2013-07-251-1/+9
| |
* | uhd: allow for 16 bit i2c and eeprom addrsJosh Blum2013-07-2412-37/+45
| |
* | b200: max spp limit at full rate stbJosh Blum2013-07-231-1/+2
| |
* | b200: removed header redundancy interfaceJosh Blum2013-07-221-12/+1
| |
* | uhd: remove warning on stream cmd to unused channelsJosh Blum2013-07-191-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 clipJosh Blum2013-07-193-9/+6
| |
* | b200: added eeprom map needed for last commitJosh Blum2013-07-191-0/+65
| |
* | b200: squashed support for b200 onto master branchJosh Blum2013-07-1910-0/+2407
| |
* | b100: call demuxer realloc sidJosh Blum2013-07-191-0/+1
| |
* | uhd: squashed support modules for usrp3 fpga coresJosh Blum2013-07-1928-9/+2583
| |
* | b100: moved usb wrapper class into b100 implJosh Blum2013-07-194-4/+262
| | | | | | | | * since its only used internally in b100
* | uhd: packet demuxer, reset queue front b4 popJosh Blum2013-07-151-0/+1
| |
* | usrp: automatic subdev spec for multi-usrp + helpful errorsJosh Blum2013-07-151-27/+126
| | | | | | | | The out of bounds checks will now have more helpful error messages thrown.
* | uhd: added new calls to streamer object + support workJosh Blum2013-07-155-1/+21
| | | | | | | | | | | | | | * The transmit streamer gives access to the async msg queue. * The receive streamer gives access to the issue stream cmd. * Supporting usrp implementation files updated. * Example applications updated to use this API.
* | b100: switch to new packet demuxerJosh Blum2013-07-154-9/+119
| |
* | uhd: added virtual destructors for several interface classesJosh Blum2013-07-151-1/+6
| |
* | Merge branch 'maint'Josh Blum2013-07-011-1/+1
|\|
| * e100: fix compiler error use boost cstdintJosh Blum2013-07-011-1/+1
| |
* | Merge branch 'mergeme/cbx'Josh Blum2013-06-104-7/+254
|\ \ | | | | | | | | | | | | | | | Conflicts: host/docs/calibration.rst host/lib/usrp/dboard/db_sbx_common.cpp
| * | CBX supportNicholas Corgan2013-06-074-13/+279
| | |
* | | gps: only enable SERV:TRAC when requestedJosh Blum2013-04-091-2/+11
| | |
* | | gps: flush uart buffer before waiting for timeJosh Blum2013-04-091-1/+2
| | | | | | | | | | | | | | | | | | This addresses a bug only on the master branch. Also turn off the servo sensor, its too long a delay. We will need to conditionally enable this in a later commit.
* | | Merge branch 'maint'Josh Blum2013-03-255-25/+18
|\ \ \ | | |/ | |/|
| * | e100: switch to fixed length xfersJosh Blum2013-03-254-14/+18
| | |
| * | usrp1: fix eeprom write capability through fx2Josh Blum2013-03-251-11/+0
| | | | | | | | | | | | | | | The vectorized eeprom write was faster but broken, removed overload which falls back to the one byte at a time.
* | | Merge branch 'maint'Nicholas Corgan2013-02-271-1/+1
|\| |
| * | lib: addresses B100 FIFO timeout errorNicholas Corgan2013-02-271-1/+1
| | |
* | | b100: create an overflow packet on unknown SID errorJosh Blum2013-02-271-1/+29
| | |
* | | b100: additional flushing when rx streamer createdJosh Blum2013-02-191-0/+4
| | |
* | | b100: added fw version property to queryJosh Blum2013-02-131-0/+1
| | |
* | | Merge branch 'next'Josh Blum2013-01-231-0/+8
|\ \ \
| * | | usrp: poke tune args into dboards that support itJosh Blum2012-11-211-0/+8
| | | |
* | | | Merge branch 'maint'Nicholas Corgan2012-12-182-2/+13
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge branch 'maint34' into maintNicholas Corgan2012-12-182-2/+13
| |\|