aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | usrp_e: Comment out fpga loading until we unload module during load.Philip Balister2010-11-041-1/+2
| | | |
| * | | Merge remote branch 'origin/usrp_e_next' into usrp_e_nextPhilip Balister2010-11-0447-1211/+2237
| |\ \ \
| | * \ \ Merge branch 'next' into usrp_e_nextJosh Blum2010-10-271-0/+9
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: host/examples/CMakeLists.txt
| | * | | | usrp-e: use clock control to get clock rate, removed temporary constantJosh Blum2010-10-275-27/+18
| | | | | |
| | * | | | usrp-e: implemented fpga loading and compat checkingJosh Blum2010-10-274-19/+86
| | | | | |
| | * | | | Merge branch 'usrp_e' into usrp_e_nextJosh Blum2010-10-271-3/+3
| | |\ \ \ \
| | | * \ \ \ Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp_ePhilip Balister2010-10-2710-61/+88
| | | |\ \ \ \
| | * | | | | | usrp_e: fix to get compiling with next branchJosh Blum2010-10-271-0/+2
| | | | | | | |
| | * | | | | | Merge branch 'next' into usrp_eJosh Blum2010-10-2718-174/+296
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | * | | | | | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp_e_mmap_b2Philip Balister2010-10-2019-693/+914
| | |\ \ \ \ \ \
| | * | | | | | | usrp_e: Disable debug.Philip Balister2010-10-141-2/+2
| | | | | | | | |
| | * | | | | | | usrp_e: back out dynamic send/recv samples calculation.Philip Balister2010-10-142-1/+10
| | | | | | | | |
| | * | | | | | | usrp-e: use frame size to calculate the max samples per packetJosh Blum2010-10-073-15/+42
| | | | | | | | |
| | * | | | | | | Merge branch 'next' into usrp_e_mmap_b2Josh Blum2010-10-077-193/+161
| | |\ \ \ \ \ \ \
| | * | | | | | | | usrp-e: implemented the USER_PROCESS flag and CTM poll techniqueJosh Blum2010-10-061-19/+14
| | | | | | | | | |
| | * | | | | | | | usrp-e: check if flags are ready after pollJosh Blum2010-10-042-3/+15
| | | | | | | | | |
| | * | | | | | | | usrp-e: implemented mmap with new zero_copy timeout work, added much debug ↵Josh Blum2010-10-043-108/+107
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | verbosity
| | * | | | | | | | Merge branch 'timeout' into usrp_e_mmapJosh Blum2010-10-046-104/+66
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | usrp-e: untested attempt at zero copy iface for mmapJosh Blum2010-09-303-87/+212
| | | | | | | | | | |
| | * | | | | | | | | usrp-e: update to build with the masterJosh Blum2010-09-302-13/+10
| | | | | | | | | | |
| | * | | | | | | | | Merge branch 'master' into usrp_e_nextJosh Blum2010-09-3014-61/+581
| | |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Really enable usrp_e support. Previous commit commented out the ansi flagPhilip Balister2010-09-261-0/+2
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | so C++ comments in C compile.
| * | | | | | | | | | usrp-e: updated dsp for multiple shift propertiesJosh Blum2010-09-241-4/+20
| | | | | | | | | | |
| * | | | | | | | | | Merge branch 'master' into usrp_eJosh Blum2010-09-2417-471/+835
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: host/CMakeLists.txt
| * | | | | | | | | | | usrp-e: configure flag option for usrp-e supportJosh Blum2010-09-091-3/+14
| | | | | | | | | | | |
| * | | | | | | | | | | Merge branch 'master' into usrp_eJosh Blum2010-09-092-31/+60
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: host/examples/CMakeLists.txt
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp_ePhilip Balister2010-09-0926-89/+3820
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | usrp-e: implemented tx policy and handling of async messagesJosh Blum2010-08-252-19/+114
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | usrp-e: fixed codec control gain calculation error, added tx policy ↵Josh Blum2010-08-244-8/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | registers, set to next packet
| * | | | | | | | | | | | | usrp-e: added dboard iface set gpio debug callJosh Blum2010-08-241-0/+24
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp_eJosh Blum2010-08-243-4/+32
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Change TX PGA gain scaling to match gnuradio scalingPhilip Balister2010-08-181-2/+2
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Change clock dividers so DBSRX board locks.Philip Balister2010-08-191-3/+3
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp_ePhilip Balister2010-08-194-36/+44
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: host/examples/CMakeLists.txt
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'usrp_e' of ettus.sourcerepo.com:ettus/uhdpriv into usrp_eJosh Blum2010-08-181-2/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | Really fix TX IQ phase offset.Philip Balister2010-08-181-2/+2
| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Fix to create 90 phase shift on TX.Philip Balister2010-08-171-0/+1
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | usrp-e: added gain group propertyJosh Blum2010-08-182-1/+21
| |/ / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | usrp-e: building off of next branchJosh Blum2010-08-178-38/+36
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge branch 'next' of ettus.sourcerepo.com:ettus/uhdpriv into usrp_e_mergeJosh Blum2010-08-1718-400/+259
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | usrp-e: misc code tweaksJosh Blum2010-08-172-1/+2
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | usrp-e: clock settings, ref doubler, disable test clock, lower cp currentJosh Blum2010-08-131-4/+7
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | usrp-e: codec gain control from properties interfaceJosh Blum2010-08-134-9/+128
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | usrp-e: added codec impl, probe worksJosh Blum2010-08-126-4/+122
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Merge branch 'split_string' of ettus.sourcerepo.com:ettus/uhdpriv into ↵Josh Blum2010-08-122-15/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | usrp_e_merge
| * | | | | | | | | | | | | | | | | usrp-e: fix typo in verify subdev specJosh Blum2010-08-121-2/+2
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | usrp-e: removed transfer framenessJosh Blum2010-08-111-20/+6
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | usrp-e: filled in properties and logic for subdev specJosh Blum2010-08-113-1/+38
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Merge branch 'subdev_spec' of ettus.sourcerepo.com:ettus/uhdpriv into usrp_eJosh Blum2010-08-113-12/+82
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | usrp-e: fixed warnings and errors, missing subdev spec stuffJosh Blum2010-08-115-52/+32
| | | | | | | | | | | | | | | | | | |