Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uhd_images_downloader: more descriptive error when MD5 check fails | Nicholas Corgan | 2013-11-19 | 1 | -0/+2 |
| | |||||
* | Merge branch 'maint' into ncorgan/images_downloader_fixes | Nicholas Corgan | 2013-11-13 | 2 | -5/+9 |
|\ | |||||
| * | BUG #203: Initialized gain values to 0.0 | Michael West | 2013-11-12 | 2 | -5/+9 |
| | | |||||
* | | uhd_images_downloader: redundancy fixes, better error handling | Nicholas Corgan | 2013-11-13 | 1 | -12/+14 |
| | | |||||
* | | uhd_images_downloader: more improvements/fixes | Nicholas Corgan | 2013-11-08 | 1 | -14/+24 |
| | | | | | | | | | | * Better error handling * Improved default download location logic | ||||
* | | uhd_images_downloader fixes/improvements | Nicholas Corgan | 2013-11-04 | 1 | -4/+17 |
|/ | | | | | * Permissions checking leads to clearer errors when user doesn't have write permissions * Relative paths work | ||||
* | utils: fix declaration of "env_path_sep" such that it is always initialized ↵ | Michael Dickens | 2013-10-29 | 1 | -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. | ||||
* | docs: added info on libusbx for Windows | Nicholas Corgan | 2013-10-23 | 1 | -2/+4 |
| | |||||
* | Updated images downloader URL | Nicholas Corgan | 2013-10-23 | 1 | -2/+2 |
| | |||||
* | cmake: fixed UHD_IMAGES_DIR behavior to include directories inside specified ↵ | Nicholas Corgan | 2013-10-23 | 1 | -1/+1 |
| | | | | images directory | ||||
* | Updated UHD version to 3.5.4release_003_005_004 | Nicholas Corgan | 2013-09-25 | 2 | -3/+3 |
| | |||||
* | Fixed references to Linux USB permissions commands | Nicholas Corgan | 2013-09-11 | 3 | -2/+5 |
| | | | | * 'sudo udevadm trigger' needs to be run after reloading rules | ||||
* | test_timed_commands: explicitly set RX stream time to be less than recv timeout | Nicholas Corgan | 2013-08-28 | 1 | -1/+1 |
| | |||||
* | usrp2: fix firmware rx clear register offset | Josh Blum | 2013-08-23 | 2 | -2/+2 |
| | | | | | | | 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: fix get_xx_freq_range to use analog bw/2 | Josh Blum | 2013-08-23 | 2 | -2/+10 |
| | | | | | | The proper equation should be: max_freq = max_lo + min(adc/2, bw/2) - sr/2 | ||||
* | utils: usrp_n2xx_net_burner_gui no longer ignores dont-check-rev option | Nicholas Corgan | 2013-08-23 | 1 | -1/+1 |
| | |||||
* | usrp2: try/catch for first send of discovery routine | Josh Blum | 2013-08-15 | 1 | -1/+12 |
| | | | | | This send can fail with a network down/unreachable error. The try/catch allows for discovery to continue. | ||||
* | uhd: time spec fix from last commit | Josh Blum | 2013-08-06 | 1 | -1/+1 |
| | |||||
* | uhd: time spec rounding fixes | Josh Blum | 2013-07-31 | 1 | -7/+12 |
| | |||||
* | e100: fix compiler error use boost cstdint | Josh Blum | 2013-07-01 | 1 | -1/+1 |
| | |||||
* | uhd: explicitly link the apps w/ boost | Josh Blum | 2013-06-21 | 2 | -4/+4 |
| | |||||
* | MSVC automatically installs MSVC runtime DLL's | Nicholas Corgan | 2013-06-20 | 1 | -0/+5 |
| | |||||
* | cmake: Copied CMakeParseArguments for backwards compatibility | Nicholas Corgan | 2013-05-17 | 2 | -1/+139 |
| | |||||
* | cmake: GCC strips binaries unless build type is specified | Nicholas Corgan | 2013-05-10 | 1 | -0/+3 |
| | |||||
* | Added CMake variables to customize builds to match Debian package configurations | Nicholas Corgan | 2013-05-10 | 15 | -73/+168 |
| | | | | | | * -DLIBUHD_PKG=ON installs with libuhd003 configuration * -DLIBUHDDEV_PKG=ON installs with libuhd-dev configuration * -DUHDHOST_PKG=ON installs with uhd-host configuration | ||||
* | docs: man pages compress fully | Nicholas Corgan | 2013-05-10 | 1 | -1/+1 |
| | |||||
* | Bumped up version to 3.5.3release_003_005_003 | Nicholas Corgan | 2013-05-10 | 2 | -3/+3 |
| | |||||
* | Merge branch 'fpga_master' into maint | Josh Blum | 2013-05-09 | 2 | -4/+8 |
|\ | |||||
| * | E100: revert unnecessary change to fifo_to_gpmc | Josh Blum | 2013-05-09 | 2 | -4/+8 |
| | | | | | | | | | | This change was intended to remove warnings as only 16 bits of the FIFO bus are used. However this change has unintentional consequences for receive performance. | ||||
* | | UHD has man pages now | Nicholas Corgan | 2013-05-03 | 13 | -9/+687 |
| | | | | | | | | | | * Linux installations will automatically install man pages * Moved usrp_n2xx_simple_net_burner and usrp2_card_burner into bin | ||||
* | | Made uhd_images_downloader more robust to match Debian's uhd_firmware_installer | Nicholas Corgan | 2013-05-03 | 3 | -23/+55 |
| | | | | | | | | | | * Uses custom User Agent * Compares md5sum of downloaded zip file to stored value | ||||
* | | Minor changes for Debian package compliance | Nicholas Corgan | 2013-04-30 | 2 | -1/+4 |
| | | | | | | | | | | * Made CMake script to find libusb-1.0 stronger * Added Debian watchfile | ||||
* | | uhd: added missing include iomanip | Josh Blum | 2013-04-24 | 1 | -0/+1 |
| | | |||||
* | | uhd: switch the reusable barrier to condition variables | Josh Blum | 2013-04-12 | 3 | -28/+53 |
| | | | | | | | | | | | | This allows the converter threads in a multi-threaded streamer to wait quietly. In addition, the use of two barriers in the packet handlers was reduced to one, by adding a simple exit barrier inside the reusable barrier's wait method. | ||||
* | | uhd: fixes for time_spec's to_ticks and from_ticks calls | Josh Blum | 2013-04-12 | 2 | -6/+37 |
| | | | | | | | | | | | | | | | | The fixes address rouding issues when the tick_rate is a non-integer. Conflicts: host/tests/time_spec_test.cpp | ||||
* | | gps: use to_ticks in query app to avoid rounding issues | Josh Blum | 2013-04-09 | 1 | -1/+1 |
| | | | | | | | | | | | | The to_ticks(1.0) is a preferable way to get whole seconds because it avoids possible rounding issues since just getting full seconds does not account for the frac seconds. | ||||
* | | Merge branch 'fpga_master' into maint | Josh Blum | 2013-04-02 | 1 | -0/+1 |
|\| | |||||
| * | E110: revert Makefile for E110, the UCF was accidentally removed | Josh Blum | 2013-04-02 | 1 | -0/+1 |
| | | |||||
* | | utils: Fixed usrp_n2xx_simple_net_burner warning | Nicholas Corgan | 2013-03-27 | 1 | -1/+1 |
| | | |||||
* | | uhd: updated UHD_IMAGES_DOWNLOAD_SRC for 3.5.2release_003_005_002 | Josh Blum | 2013-03-26 | 1 | -1/+1 |
| | | |||||
* | | utils: usrp_n2xx_simple_net_burner now has option to automatically reboot | Nicholas Corgan | 2013-03-26 | 1 | -10/+15 |
| | | |||||
* | | uhd: update version to 3.5.2 for patch release | Josh Blum | 2013-03-26 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'maint34' into maint | Nicholas Corgan | 2013-03-26 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | Conflicts: host/docs/calibration.rst | ||||
| * | | docs: fixed typo in calibration documentation | Nicholas Corgan | 2013-03-26 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'fpga_master' into maint | Josh Blum | 2013-03-25 | 9 | -43/+58 |
|\ \ \ | | |/ | |/| | |||||
| * | | e110: fixes from last commit | Josh Blum | 2013-03-18 | 2 | -2/+1 |
| | | | |||||
| * | | e100: switch to fixed length xfers | Josh Blum | 2013-03-14 | 6 | -40/+51 |
| | | | |||||
| * | | fpga: added logging to makefile common | Josh Blum | 2013-03-05 | 1 | -1/+1 |
| | | | |||||
| * | | b100: tighten timing, added p2p constraint + ignores | Josh Blum | 2013-03-05 | 2 | -2/+7 |
| | | | | | | | | | | | | Bumped u1p compat minor, now its 11.2 | ||||
* | | | e100: switch to fixed length xfers | Josh Blum | 2013-03-25 | 4 | -14/+18 |
| | | |