summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* sc12: fixed byte alignment issueJohannes Demel2013-11-191-4/+57
|
* Merge branch 'maint'Nicholas Corgan2013-11-191-18/+45
|\
| * Merge branch 'images_downloader/bugfixes' into maintNicholas Corgan2013-11-191-18/+45
| |\
| | * uhd_images_downloader: more descriptive error when MD5 check failsNicholas Corgan2013-11-191-0/+2
| | |
| | * Merge branch 'maint' into ncorgan/images_downloader_fixesNicholas Corgan2013-11-132-5/+9
| | |\
| | * | uhd_images_downloader: redundancy fixes, better error handlingNicholas Corgan2013-11-131-12/+14
| | | |
| | * | uhd_images_downloader: more improvements/fixesNicholas Corgan2013-11-081-14/+24
| | | | | | | | | | | | | | | | | | | | * Better error handling * Improved default download location logic
| | * | uhd_images_downloader fixes/improvementsNicholas Corgan2013-11-041-4/+17
| | | | | | | | | | | | | | | | | | | | * Permissions checking leads to clearer errors when user doesn't have write permissions * Relative paths work
* | | | Merge branch 'bugfix/sbx_tuning'Nicholas Corgan2013-11-194-178/+220
|\ \ \ \
| * | | | sbx: bugfix#55 and refactored ADF435X tuning code in the SBX driver.Ashish Chaudhari2013-11-134-178/+220
| | | | |
* | | | | Merge branch 'maint'Nicholas Corgan2013-11-181-3/+3
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | / lib: dbsrx2 bugfixNicholas Corgan2013-11-181-3/+3
| | |/ | |/|
* | | Merge branch 'maint'Nicholas Corgan2013-11-120-0/+0
|\| |
| * | BUG #203: Initialized gain values to 0.0Michael West2013-11-122-5/+9
| |/
* | BUG #203: Initialized gain values to 0.0Michael West2013-11-082-5/+9
| |
* | 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
| |
* | Merge branch 'maint'Nicholas Corgan2013-10-290-0/+0
|\|
| * utils: fix declaration of "env_path_sep" such that it is always initialized ↵Michael Dickens2013-10-291-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 pull request #192 from EttusResearch/mdickens/static_load_fixBen Hilburn2013-10-291-10/+11
|\ \ | | | | | | utils: fix declaration of "env_path_sep" such that it is always initiali...
| * | 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
* | Squashed B200 FPGA Source. Code from Josh Blum, Ian Buckley, and Matt Ettus.Ben Hilburn2013-10-10591-0/+292056
| |
* | 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
* | octoclock: make install sets fuse values before burning hex fileNicholas Corgan2013-09-061-1/+1
| |
* | Updated images downloader URL after B200/B210 FPGA updateNicholas Corgan2013-09-061-2/+2
| |
* | Merge branch 'master_converter_work'Josh Blum2013-09-0426-113/+539
|\ \
| * | b200: integrate support for new convertersJosh Blum2013-09-045-23/+35
| | |
| * | vita: switch modules to CHDR byte formatJosh Blum2013-09-043-10/+10
| | |