summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'fpga_master' into maintJosh Blum2013-05-092-4/+8
|\
| * E100: revert unnecessary change to fifo_to_gpmcJosh Blum2013-05-092-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 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.
* | Merge branch 'fpga_master' into maintJosh Blum2013-04-021-0/+1
|\|
| * E110: revert Makefile for E110, the UCF was accidentally removedJosh Blum2013-04-021-0/+1
| |
* | 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
| | |
* | | Merge branch 'fpga_master' into maintJosh Blum2013-03-259-43/+58
|\ \ \ | | |/ | |/|
| * | e110: fixes from last commitJosh Blum2013-03-182-2/+1
| | |
| * | e100: switch to fixed length xfersJosh Blum2013-03-146-40/+51
| | |
| * | fpga: added logging to makefile commonJosh Blum2013-03-051-1/+1
| | |
| * | b100: tighten timing, added p2p constraint + ignoresJosh Blum2013-03-052-2/+7
| | | | | | | | | | | | Bumped u1p compat minor, now its 11.2
* | | 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.5.1release_003_005_001Josh Blum2013-01-162-2/+2
| | |
* | | Merge branch 'maint34' into maintJosh Blum2013-01-160-0/+0
|\| | | | | | | | | | | | | | Conflicts: host/cmake/Modules/UHDVersion.cmake
| * | uhd: changed version number to 3.4.5release_003_004_005Josh Blum2013-01-161-1/+1
| | |
* | | 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.
* | | utils: usrp_n2xx_simple_net_burner accepts empty response to reset USRPNicholas Corgan2013-01-071-4/+4
| | |
* | | Merge branch 'maint34' into maintNicholas Corgan2012-12-182-2/+13
|\| |
| * | Merge branch 'xcvr2450_r21' into maint34Nicholas Corgan2012-12-181-1/+12
| |\ \
| | * | Fix syntax in XCVR driver.Nick Foster2012-12-041-3/+3
| | | |
| | * | xcvr2450: created xcvr2450 r21 that uses external dividerJosh Blum2012-12-041-1/+12
| | | |
| * | | wbx: expand freq range low for r4Josh Blum2012-12-171-1/+1
| |/ /
* | | docs: fixed typoNicholas Corgan2012-11-191-1/+1
| | |
* | | Merge branch 'maint34' into maintNicholas Corgan2012-11-1612-22/+129
|\| | | | | | | | | | | | | | | | | Conflicts: host/lib/usrp/b100/b100_impl.cpp host/lib/usrp/usrp1/usrp1_impl.hpp
| * | lib/cmake: CPack source workNicholas Corgan2012-11-1612-22/+128
| | | | | | | | | | | | | | | * Removed all host code dependencies on firmware headers * Put in CMake settings for CPack source
| * | examples: fix rx_samples_to_udp bytes vs samplesJosh Blum2012-11-141-2/+2
| | |
* | | utils: cal apps immediately fail if dboard has no serial instead of after ↵Nicholas Corgan2012-11-165-4/+47
| | | | | | | | | | | | test runs
* | | utils: images downloader defaults to UHD_IMAGES_DIR instead of ↵Nicholas Corgan2012-11-161-1/+3
| | | | | | | | | | | | CMAKE_INSTALL_PREFIX