aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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-046-5/+789
|\| | | |/ |/|
| * 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
| | |
| | * Added first wbx dboard codeJason Abele2010-04-262-0/+509
| | |
| | * First pass register map completeJason Abele2010-04-261-0/+154
| | |
| * | notes about ping and firewallJosh Blum2010-05-031-0/+11
| | |
| * | added icmp echo reply to usrp2Josh Blum2010-05-031-1/+18
| | |
* | | spi working, talked to ad9522Josh Blum2010-05-039-18/+50
| | |
* | | Merge branch 'usrp_e' of git@ettus.sourcerepo.com:ettus/uhdpriv into usrp_eJosh Blum2010-05-023-5/+27
|\ \ \
| * | | Change overrun indication. New progress indicator. Turn on RT scheduler forPhilip Balister2010-05-021-2/+24
| | | | | | | | | | | | | | | | user space.
| * | | Update IP address for my home desktop. Change module version to 2.6.33.Philip Balister2010-05-022-3/+3
| | | |
* | | | Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhdpriv into usrp_eJosh Blum2010-05-0226-199/+462
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | windows tweaks to configJosh Blum2010-05-031-13/+9
| | |
| * | minor fix to pass dboard ctor args with correct dbidsJosh Blum2010-05-031-2/+4
| | |
| * | Merge branch 'work' of git@ettus.sourcerepo.com:ettus/uhdprivJosh Blum2010-05-0326-188/+453
| |\ \
| | * | Expanded the dboard id API to create dboard id types from strings and ints.Josh Blum2010-05-0315-53/+191
| | | | | | | | | | | | | | | | | | | | | | | | And created utility functions to go between representations. Created to_pp_string for pretty print strings for dboard ids and device addrs. Minor changes to the various classes that call these utilities.
| | * | Replaced the dboard base constructor args with an opaque type.Josh Blum2010-05-028-50/+86
| | | |
| | * | Cleaned up some dboard manager construction logic.Josh Blum2010-05-023-29/+39
| | | | | | | | | | | | | | | | Moved the dboard base private stuff into a forward declaration.
| | * | Code tweaks and added unit test for dict and error message.Josh Blum2010-05-018-73/+154
| | | |
| * | | minor regs fixJosh Blum2010-05-031-2/+2
| | | |
* | | | work on clock control init, added dummy spi slaves: must fixJosh Blum2010-04-297-4/+199
| | | |
* | | | Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhdpriv into usrp_eJosh Blum2010-04-291-29/+35
|\| | |
| * | | added enums to register mapJosh Blum2010-04-301-29/+35
| | | |