summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | usrp1: rx and tx mux calculationJosh Blum2010-08-161-7/+106
| * | | | | | | | | | usrp1: Remove hard coded clock valuesThomas Tsou2010-08-162-6/+6
| * | | | | | | | | | usrp1: Remove error message for unsupported ATR registersThomas Tsou2010-08-161-4/+2
| * | | | | | | | | | usrp1: Setup dboard interface dualityThomas Tsou2010-08-161-42/+63
| |/ / / / / / / / /
| * | | | | | | | | usrp1: compiling with the latest nextJosh Blum2010-08-163-13/+19
| * | | | | | | | | Merge branch 'next' into usrp1_nextJosh Blum2010-08-1510-211/+272
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | usrp1: add skeleton code for setting subdev specJosh Blum2010-08-153-3/+35
| * | | | | | | | | | usrp1: created daughterboard dualityJosh Blum2010-08-159-183/+246
| * | | | | | | | | | usrp1: compiling off next branchJosh Blum2010-08-1510-68/+98
| * | | | | | | | | | Merge branch 'next' into usrp1Josh Blum2010-08-153-4/+6
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'next' into usrp1Josh Blum2010-08-1523-218/+275
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | usrp1: Add usrp1 implementationThomas Tsou2010-08-1318-0/+3292
| * | | | | | | | | | | | usrp1: Cmake changes to find libusb-1.0Josh Blum2010-08-132-0/+53
| * | | | | | | | | | | | usrp1: Add libusb-1.0 implementations of USB interfacesThomas Tsou2010-08-132-0/+1092
| * | | | | | | | | | | | usrp1: Add USB transport interfacesThomas Tsou2010-08-135-0/+192
| * | | | | | | | | | | | usrp1: Add SPI transaction command to FX2 firmwareThomas Tsou2010-08-134-3/+116
| * | | | | | | | | | | | usrp1: Add FX2 firmware filesThomas Tsou2010-08-13107-0/+11421
* | | | | | | | | | | | | Merge branch 'ise12' into nextJosh Blum2010-08-313-29/+23
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
| * | | | | | | | | | | | clean up DAC inversion and swapping to match schematicsMatt Ettus2010-08-251-3/+6
| * | | | | | | | | | | | Clean up iq swapping on RX. It is now swapped in the top level.Matt Ettus2010-08-253-27/+18
| * | | | | | | | | | | | Merge branch 'features' into tx_policyMatt Ettus2010-08-172-3/+6
| |\ \ \ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | | | | uhd: sine table for tx waveformsJosh Blum2010-08-311-4/+15
* | | | | | | | | | | | | | usrp2: flush the error flow messages, issue the stop before register configur...Josh Blum2010-08-312-7/+7
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | uhd: added interleave/de-interleave type conversion routinesJosh Blum2010-08-304-20/+166
* | | | | | | | | | | | | uhd: fixed short conversion (IQ swap) and added test between short/floatJosh Blum2010-08-303-8/+105
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | Merge branch 'pps_test' into nextJosh Blum2010-08-303-0/+105
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
| * | | | | | | | | | | Created pps_test example and docsJason Abele2010-08-273-0/+105
* | | | | | | | | | | | basic-tx: added docs for new subdevicesJosh Blum2010-08-261-1/+5
* | | | | | | | | | | | basic-tx: mirror the rx subdevices for basic tx boards as wellJosh Blum2010-08-261-14/+18
* | | | | | | | | | | | Merge branch 'mux'Josh Blum2010-08-263-65/+23
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
| * | | | | | | | | | | Merge branch 'convert_types' into muxJosh Blum2010-08-252-78/+202
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | usrp2: changes to mux calculation routine and usrp2 fpga compat numberJosh Blum2010-08-253-65/+23
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | uhd: switched the IQ order interpretation for convert typesJosh Blum2010-08-251-37/+29
| |/ / / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | uhd: convert types corrected for little endian, created SSE2 float/short conv...Josh Blum2010-08-242-78/+202
|/ / / / / / / / / /
* | | | | | | | | | usrp: added get dboard iface to simple wrapper, and set gpio debug to dboard ...Josh Blum2010-08-234-0/+41
* | | | | | | | | | basic: better errors for invalid antenna selectionJosh Blum2010-08-231-4/+4
* | | | | | | | | | uhd: removed msvc warnings and errors (no M_PI)Josh Blum2010-08-201-3/+4
* | | | | | | | | | uhd: tx waveform generates on the fly nowJosh Blum2010-08-201-54/+57
* | | | | | | | | | uhd: tx waveform change how error is measuredJosh Blum2010-08-201-2/+3
* | | | | | | | | | uhd: work on tx waveforms to make it more accurateJosh Blum2010-08-191-19/+43
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | uhd: added image utils code to search the images paths for image filesJosh Blum2010-08-197-17/+87
* | | | | | | | | uhd: replaced tx continuous app with tx waveform app (siggen example app)Josh Blum2010-08-193-114/+148
* | | | | | | | | usrp: rethrow validate subdev spec errors with additional infoJosh Blum2010-08-181-29/+36
* | | | | | | | | uhd: docs on building and installing imagesJosh Blum2010-08-184-36/+106
* | | | | | | | | usrp2: template pick rate to avoid compile errorsJosh Blum2010-08-181-2/+3
* | | | | | | | | uhd: windows path escape fixJosh Blum2010-08-181-0/+2
* | | | | | | | | Merge branch 'next'Josh Blum2010-08-181-1/+1
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | uhd: add space to multiline string so quotes in the string cant disturb the m...Josh Blum2010-08-171-1/+1
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge branch 'next'Josh Blum2010-08-1732-462/+590
|\| | | | | | |
| * | | | | | | uhd: added the concept of installer path (along with local path) for package ...Josh Blum2010-08-163-8/+16
| | |_|_|_|_|/ | |/| | | | |