aboutsummaryrefslogtreecommitdiffstats
path: root/host
Commit message (Collapse)AuthorAgeFilesLines
* BUG #203: Initialized gain values to 0.0Michael West2013-11-122-5/+9
|
* 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.
* docs: added info on libusbx for WindowsNicholas Corgan2013-10-231-2/+4
|
* 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
* Updated UHD version to 3.5.4release_003_005_004Nicholas Corgan2013-09-252-3/+3
|
* Fixed references to Linux USB permissions commandsNicholas Corgan2013-09-113-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 timeoutNicholas Corgan2013-08-281-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: fix get_xx_freq_range to use analog bw/2Josh Blum2013-08-232-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 optionNicholas Corgan2013-08-231-1/+1
|
* usrp2: try/catch for first send of discovery routineJosh Blum2013-08-151-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 commitJosh Blum2013-08-061-1/+1
|
* uhd: time spec rounding fixesJosh Blum2013-07-311-7/+12
|
* e100: fix compiler error use boost cstdintJosh Blum2013-07-011-1/+1
|
* uhd: explicitly link the apps w/ boostJosh Blum2013-06-212-4/+4
|
* MSVC automatically installs MSVC runtime DLL'sNicholas Corgan2013-06-201-0/+5
|
* cmake: Copied CMakeParseArguments for backwards compatibilityNicholas Corgan2013-05-172-1/+139
|
* cmake: GCC strips binaries unless build type is specifiedNicholas Corgan2013-05-101-0/+3
|
* Added CMake variables to customize builds to match Debian package configurationsNicholas Corgan2013-05-1015-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 fullyNicholas Corgan2013-05-101-1/+1
|
* Bumped up version to 3.5.3release_003_005_003Nicholas Corgan2013-05-102-3/+3
|
* UHD has man pages nowNicholas Corgan2013-05-0313-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_installerNicholas Corgan2013-05-033-23/+55
| | | | | * Uses custom User Agent * Compares md5sum of downloaded zip file to stored value
* Minor changes for Debian package complianceNicholas Corgan2013-04-302-1/+4
| | | | | * Made CMake script to find libusb-1.0 stronger * Added Debian watchfile
* uhd: added missing include iomanipJosh Blum2013-04-241-0/+1
|
* uhd: switch the reusable barrier to condition variablesJosh Blum2013-04-123-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 callsJosh Blum2013-04-122-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 issuesJosh Blum2013-04-091-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.
* utils: Fixed usrp_n2xx_simple_net_burner warningNicholas Corgan2013-03-271-1/+1
|
* uhd: updated UHD_IMAGES_DOWNLOAD_SRC for 3.5.2release_003_005_002Josh Blum2013-03-261-1/+1
|
* utils: usrp_n2xx_simple_net_burner now has option to automatically rebootNicholas Corgan2013-03-261-10/+15
|
* uhd: update version to 3.5.2 for patch releaseJosh Blum2013-03-261-1/+1
|
* Merge branch 'maint34' into maintNicholas Corgan2013-03-261-1/+1
|\ | | | | | | | | Conflicts: host/docs/calibration.rst
| * docs: fixed typo in calibration documentationNicholas Corgan2013-03-261-1/+1
| |
* | e100: switch to fixed length xfersJosh Blum2013-03-254-14/+18
| |
* | usrp1: fix eeprom write capability through fx2Josh Blum2013-03-251-11/+0
| | | | | | | | | | The vectorized eeprom write was faster but broken, removed overload which falls back to the one byte at a time.
* | Merge branch 'maint34' into maintNicholas Corgan2013-03-181-1/+1
|\|
| * cal: fixed typo that selects correct RX front-end in cal utils header (typo ↵Balint Seeber2013-03-181-1/+1
| | | | | | | | from copy-pasta still selected TX front-end)
* | Merge branch 'maint34' into maintNicholas Corgan2013-02-283-1/+63
|\|
| * Added Windows DLL resource file to insert version into DLLNicholas Corgan2013-02-283-1/+63
| |
* | lib: addresses B100 FIFO timeout errorNicholas Corgan2013-02-271-1/+1
| |
* | Merge branch 'maint34' into maintNicholas Corgan2013-02-141-1/+1
|\|
| * cmake: changed DEB Boost dependency from libboost-dev to libboost-all-devNicholas Corgan2013-02-141-1/+1
| |
* | Merge branch 'maint34' into maintNicholas Corgan2013-02-011-2/+2
|\|
| * cmake: Allows Unix systems with /usr/lib64 to use Boost installations in ↵Nicholas Corgan2013-02-011-2/+2
| | | | | | | | non-standard locations
| * uhd: changed version number to 3.4.5release_003_004_005Josh Blum2013-01-161-1/+1
| |
* | uhd: changed version number to 3.5.1release_003_005_001Josh Blum2013-01-162-2/+2
| |
* | udp: fix ENOBUFS with send/retry for udp socketJosh Blum2013-01-151-2/+16
| |
* | Modify query_gpsdo_sensors to wait long enough to latch a PPS in before ↵Nick Foster2013-01-091-1/+2
| | | | | | | | checking it.