aboutsummaryrefslogtreecommitdiffstats
path: root/host
Commit message (Collapse)AuthorAgeFilesLines
* More fixes for Win32 compatibility.Michael West2013-11-191-4/+13
|
* Added fixes for Win32 compatibility.Michael West2013-11-191-27/+30
|
* BUG #182: Merged with Corgan's fix for the Win32 error.Michael West2013-11-191-9/+15
|\
| * b2xx_fx3_utils: catch error when WinUSB drivers aren't installedNicholas Corgan2013-11-181-9/+46
| |
* | BUG #182: Addressed comments from code review. Re-factored to reduce ↵Michael West2013-11-191-247/+161
| | | | | | | | repetitive code.
* | More cleanup for dynamic linking.Michael West2013-11-182-3/+3
|/
* BUG #182: Cleaned up for proper dynamic linking of libuhd.Michael West2013-11-184-15/+18
|
* Merge branch 'master' into bug182Michael West2013-11-152-5/+9
|\
| * BUG #203: Initialized gain values to 0.0Michael West2013-11-082-5/+9
| |
* | BUG #182: Refactored b2xx_fx3_utils to use files from UHDMichael West2013-11-157-551/+358
|/
* uhd: help strings for 'stats' and 'progress' were reversedBalint Seeber2013-11-061-2/+2
|
* usrp_burn_mb_eeprom: removed unnecessary if-statement and fixed whitespace issueNicholas Corgan2013-11-011-12/+13
|
* utils: usrp_burn_mb_eeprom can now burn multiple EEPROM valuesNicholas Corgan2013-10-311-10/+26
| | | | | | * example: usrp_burn_mb_eeprom --key="name,ip-addr" --val="my_usrp,192.168.10.3" * As before, omitting the --val argument will just read off all named keys * If number of given keys and vals don't match, the util will throw an error
* paths: get_module_paths adds share/uhd/modules to the list of applicable pathsNicholas Corgan2013-10-301-0/+1
|
* utils: fix declaration of "env_path_sep" such that it is always initialized ↵Michael Dickens2013-10-281-10/+11
| | | | before it is used in the "get_env_paths" function, by moving it from the global scope to inside that function. This change allows UHD_STATIC_BLOCK(load_modules) to work correctly.
* Merge branch 'maint'Nicholas Corgan2013-10-231-2/+4
|\
| * docs: added info on libusbx for WindowsNicholas Corgan2013-10-231-2/+4
| |
* | Updated master images downloader URLNicholas Corgan2013-10-231-2/+2
| | | | | | | | | | Conflicts: host/CMakeLists.txt
* | Merge branch 'maint'Nicholas Corgan2013-10-231-1/+1
|\| | | | | | | | | Conflicts: host/CMakeLists.txt
| * Updated images downloader URLNicholas Corgan2013-10-231-2/+2
| |
| * cmake: fixed UHD_IMAGES_DIR behavior to include directories inside specified ↵Nicholas Corgan2013-10-231-1/+1
| | | | | | | | images directory
* | docs: added documentation for usage of the Jackson Labx LC_XO GPSDO, used on ↵Nicholas Corgan2013-10-104-2/+84
| | | | | | | | USRP B2X0 devices
* | uhd .gitignore: ignore ctags fileBen Hilburn2013-10-091-0/+1
| |
* | Updated UHD Images Downloader URL for new master imagesNicholas Corgan2013-10-071-2/+2
| |
* | uhd: wb_iface is now a public interfaceJosh Blum2013-10-0434-60/+83
| |
* | Merge branch 'maint'Nicholas Corgan2013-09-251-1/+1
|\| | | | | | | | | Conflicts: host/CMakeLists.txt
| * Updated UHD version to 3.5.4release_003_005_004Nicholas Corgan2013-09-252-3/+3
| |
* | vrt: remote tlr from test (not supported)Josh Blum2013-09-231-1/+1
| |
* | utils: fixed b2xx_fx3_utils bug with older versions of BoostNicholas Corgan2013-09-201-1/+1
| |
* | Merge branch 'maint'Josh Blum2013-09-113-0/+3
|\|
| * Fixed references to Linux USB permissions commandsNicholas Corgan2013-09-113-2/+5
| | | | | | | | * 'sudo udevadm trigger' needs to be run after reloading rules
* | b200: when images aren't found, prompt user to use images downloaderNicholas Corgan2013-09-111-2/+2
| |
* | Updated images downloader URL after B200 firmware updateNicholas Corgan2013-09-111-2/+2
| |
* | b200: firmware update changed for FPGA load workBen Hilburn2013-09-105-15/+52
| |
* | b200: use a union to perform double pack/unpackJosh Blum2013-09-061-8/+14
| |
* | utils: usrp_n2xx_net_burner_gui can now overwrite safe images with command ↵Nicholas Corgan2013-09-061-14/+24
| | | | | | | | line option
* | Updated images downloader URL after B200/B210 FPGA updateNicholas Corgan2013-09-061-2/+2
| |
* | Merge branch 'master_converter_work'Josh Blum2013-09-0421-100/+526
|\ \
| * | b200: integrate support for new convertersJosh Blum2013-09-045-23/+35
| | |
| * | vita: switch modules to CHDR byte formatJosh Blum2013-09-043-10/+10
| | |
| * | vita: changed CHDR format to use bytesJosh Blum2013-09-041-11/+14
| | |
| * | convert: added sc12 and fc32 convertersJosh Blum2013-08-284-1/+413
| | |
| * | convert: sc8 swap for vita complianceJosh Blum2013-08-288-55/+54
| | |
* | | Merge branch 'maint'Josh Blum2013-08-281-1/+1
|\ \ \ | |/ / |/| / | |/
| * test_timed_commands: explicitly set RX stream time to be less than recv timeoutNicholas Corgan2013-08-281-1/+1
| |
* | examples: changed examples that force usage of all channels to allow user to ↵Nicholas Corgan2013-08-265-41/+127
| | | | | | | | input which channels to use
* | 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.
* | uhd: added multi-thread build flag for msvcJosh Blum2013-08-231-0/+1
| |
* | Merge branch 'maint'Josh Blum2013-08-232-2/+10
|\|