summaryrefslogtreecommitdiffstats
path: root/host
Commit message (Collapse)AuthorAgeFilesLines
* Fix initialization bug.Philip Balister2010-05-191-0/+6
|
* Rename test program to match FPGA bin file name and add data rate calculation.Philip Balister2010-05-192-19/+39
|
* Keep repo in sync with my churn ...Philip Balister2010-05-192-7/+12
|
* Comment out progress indicators.Philip Balister2010-05-181-4/+8
|
* Revert "Revert "Update test program to reflect what is in the FPGA image.""Philip Balister2010-05-181-21/+20
| | | | | | This reverts commit 7d0a98fc33c17457c9f4cd8e03eddb0d559457f0. Must make filenames more different.
* Remove rand for now. Fix bug in data rate calculation.Philip Balister2010-05-181-2/+4
|
* Revert "Update test program to reflect what is in the FPGA image."Philip Balister2010-05-181-20/+21
| | | | | | This reverts commit 4d82cabe938b398bc42cab3d316983d2bbe40d06. Now sure where I got the idea this image did not contain the rate setting code.
* Update test program to reflect what is in the FPGA image.Philip Balister2010-05-141-21/+20
|
* got clock gen config working and testedJosh Blum2010-05-131-4/+6
|
* Connect enable to the correct gpio.Philip Balister2010-05-131-1/+1
|
* Change to 24 bit transfers.Philip Balister2010-05-131-2/+2
|
* Print a . for every packet received.Philip Balister2010-05-132-0/+5
|
* Add calculation for data trasnfer rates.Philip Balister2010-05-121-3/+43
|
* Add program to do initial configuration of the clkgen chip.Philip Balister2010-05-102-1/+298
|
* ad9862 transmit workingJosh Blum2010-05-102-3/+12
|
* moved open/close into iface, work on codec txJosh Blum2010-05-085-22/+48
|
* filled in dboard interface with codec and clock controlJosh Blum2010-05-076-31/+95
|
* Merge branch 'usrp_e' of ettus.sourcerepo.com:ettus/uhdpriv into usrp_eJosh Blum2010-05-076-6/+217
|\
| * Update usrp_e.h file from kernel header.Philip Balister2010-05-071-5/+0
| |
| * First pass at data transfer program that uses CRC.Philip Balister2010-05-072-1/+200
| |
| * Print an error and exit if open fails for some programs.Philip Balister2010-05-073-0/+17
| |
* | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp_eJosh Blum2010-05-071-0/+3
|\ \ | |/ |/|
| * fix for first seqno on rx, init the variableJosh Blum2010-05-071-0/+3
| |
* | work on codec control, writing aux dacs, read aux adcJosh Blum2010-05-075-45/+141
| |
* | moved usrp_e specific build stuff into its own cmake fileJosh Blum2010-05-062-36/+52
| |
* | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp_eJosh Blum2010-05-066-121/+221
|\|
| * moved uhd lib cmake contents into respective subdirectoriesJosh Blum2010-05-066-121/+221
| |
* | Merge branch 'usrp_e' of git@ettus.sourcerepo.com:ettus/uhdpriv into usrp_eJosh Blum2010-05-044-4/+6
|\ \
| * \ Merge branch 'usrp_e' of git@ettus.sourcerepo.com:ettus/uhdpriv into usrp_eJosh Blum2010-05-044-4/+6
| |\ \
| | * | Remove workaround for driver hang.root2010-05-053-6/+2
| | | |
| | * | Spi data returned in struct now.Philip Balister2010-05-031-1/+1
| | | |
| | * | Update path to put module in.Philip Balister2010-05-031-1/+1
| | | |
| | * | Add hack to work around driver race.Philip Balister2010-05-032-0/+4
| | | |
| | * | Add a hack to work around a driver race. Remove when teh driver is fixed.Philip Balister2010-05-031-0/+2
| | | |
* | | | Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhdpriv into usrp_eJosh Blum2010-05-041-2/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | fixed exception caseJosh Blum2010-05-051-2/+1
| | | |
* | | | Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhdpriv into usrp_eJosh Blum2010-05-045-2/+50
|\| | |
| * | | Removed the boost exception stuff, replaced it with macro that formats the ↵Josh Blum2010-05-059-29/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | throw site information. SWIG didnt handle the boost exception stuff, even with custom exception wrappers. Now the boost requirement can be lowered back to 3.6.
* | | | fix files before pullJosh Blum2010-05-044-45/+26
| |/ / |/| |
* | | created codec control for ad9862, wipJosh Blum2010-05-048-15/+259
| | |
* | | Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhdpriv into usrp_eJosh Blum2010-05-045-4/+771
|\| | | |/ |/|
| * code tweaks to get wbx compiling with masterJosh Blum2010-05-042-68/+35
| |
| * Merge branch 'wbx' of git@ettus.sourcerepo.com:ettus/uhdprivJosh Blum2010-05-044-4/+793
| |\
| | * Inverted logic in halfband selectionJason Abele2010-05-041-2/+6
| | |
| | * Fixed unguarded debug messageJason Abele2010-05-041-3/+5
| | |
| | * added hb filter calculation on usrp2 dsp implJosh Blum2010-05-041-4/+16
| | |
| | * First working RX/TX WBX in UHDJason Abele2010-05-041-7/+11
| | |
| | * Fixed SPI register lengthJason Abele2010-05-042-12/+21
| | |
| | * Fixed casts in set_freq and attenuator bit maskJason Abele2010-05-031-9/+11
| | |
| | * First pass WBX code, it compilesJason Abele2010-05-033-138/+231
| | |