Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | 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 |
| | | |||||
* | | e100: switch to fixed length xfers | Josh Blum | 2013-03-25 | 4 | -14/+18 |
| | | |||||
* | | usrp1: fix eeprom write capability through fx2 | Josh Blum | 2013-03-25 | 1 | -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 maint | Nicholas Corgan | 2013-03-18 | 1 | -1/+1 |
|\| | |||||
| * | cal: fixed typo that selects correct RX front-end in cal utils header (typo ↵ | Balint Seeber | 2013-03-18 | 1 | -1/+1 |
| | | | | | | | | from copy-pasta still selected TX front-end) | ||||
* | | Merge branch 'maint34' into maint | Nicholas Corgan | 2013-02-28 | 3 | -1/+63 |
|\| | |||||
| * | Added Windows DLL resource file to insert version into DLL | Nicholas Corgan | 2013-02-28 | 3 | -1/+63 |
| | | |||||
* | | lib: addresses B100 FIFO timeout error | Nicholas Corgan | 2013-02-27 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'maint34' into maint | Nicholas Corgan | 2013-02-14 | 1 | -1/+1 |
|\| | |||||
| * | cmake: changed DEB Boost dependency from libboost-dev to libboost-all-dev | Nicholas Corgan | 2013-02-14 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'maint34' into maint | Nicholas Corgan | 2013-02-01 | 1 | -2/+2 |
|\| | |||||
| * | cmake: Allows Unix systems with /usr/lib64 to use Boost installations in ↵ | Nicholas Corgan | 2013-02-01 | 1 | -2/+2 |
| | | | | | | | | non-standard locations | ||||
| * | uhd: changed version number to 3.4.5release_003_004_005 | Josh Blum | 2013-01-16 | 1 | -1/+1 |
| | | |||||
* | | uhd: changed version number to 3.5.1release_003_005_001 | Josh Blum | 2013-01-16 | 2 | -2/+2 |
| | | |||||
* | | udp: fix ENOBUFS with send/retry for udp socket | Josh Blum | 2013-01-15 | 1 | -2/+16 |
| | | |||||
* | | Modify query_gpsdo_sensors to wait long enough to latch a PPS in before ↵ | Nick Foster | 2013-01-09 | 1 | -1/+2 |
| | | | | | | | | checking it. | ||||
* | | utils: usrp_n2xx_simple_net_burner accepts empty response to reset USRP | Nicholas Corgan | 2013-01-07 | 1 | -4/+4 |
| | | |||||
* | | Merge branch 'maint34' into maint | Nicholas Corgan | 2012-12-18 | 2 | -2/+13 |
|\| | |||||
| * | Merge branch 'xcvr2450_r21' into maint34 | Nicholas Corgan | 2012-12-18 | 1 | -1/+12 |
| |\ | |||||
| | * | Fix syntax in XCVR driver. | Nick Foster | 2012-12-04 | 1 | -3/+3 |
| | | | |||||
| | * | xcvr2450: created xcvr2450 r21 that uses external divider | Josh Blum | 2012-12-04 | 1 | -1/+12 |
| | | | |||||
| * | | wbx: expand freq range low for r4 | Josh Blum | 2012-12-17 | 1 | -1/+1 |
| |/ | |||||
* | | docs: fixed typo | Nicholas Corgan | 2012-11-19 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'maint34' into maint | Nicholas Corgan | 2012-11-16 | 12 | -22/+129 |
|\| | | | | | | | | | | | Conflicts: host/lib/usrp/b100/b100_impl.cpp host/lib/usrp/usrp1/usrp1_impl.hpp | ||||
| * | lib/cmake: CPack source work | Nicholas Corgan | 2012-11-16 | 12 | -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 samples | Josh Blum | 2012-11-14 | 1 | -2/+2 |
| | | |||||
* | | utils: cal apps immediately fail if dboard has no serial instead of after ↵ | Nicholas Corgan | 2012-11-16 | 5 | -4/+47 |
| | | | | | | | | test runs | ||||
* | | utils: images downloader defaults to UHD_IMAGES_DIR instead of ↵ | Nicholas Corgan | 2012-11-16 | 1 | -1/+3 |
| | | | | | | | | CMAKE_INSTALL_PREFIX | ||||
* | | Merge branch 'maint34' into maint | Josh Blum | 2012-11-13 | 1 | -1/+9 |
|\| | |||||
| * | cmake: UHD_VERSION ignores GIT_COUNT if the string 'release' is in ↵ | Nicholas Corgan | 2012-11-13 | 1 | -1/+9 |
| | | | | | | | | UHD_RELEASE_MODE rather than equaling 'release' | ||||
* | | Merge branch 'maint34' into maint | Josh Blum | 2012-11-12 | 1 | -1/+1 |
|\| | |||||
| * | cmake: UHD_RELEASE_MODE is now cached and no longer resets between CMake runs | Nicholas Corgan | 2012-11-12 | 1 | -1/+1 |
| | | |||||
* | | docs: documentation introduces images-related features introduced in 003.005.000 | Nicholas Corgan | 2012-11-12 | 2 | -1/+23 |
| | | |||||
* | | Merge branch 'maint34' into maint | Josh Blum | 2012-11-10 | 1 | -5/+5 |
|\| | |||||
| * | uhd: make stream cmd enums easier on SWIG | Josh Blum | 2012-11-10 | 1 | -5/+5 |
| | | |||||
| * | wbx: updating the code to allow full range of the VCO. | Ben Hilburn | 2012-11-07 | 1 | -1/+1 |
| | | |||||
| * | wbx v4: fixing the drivers for the new rev of the WBX board | Ben Hilburn | 2012-11-07 | 2 | -32/+41 |
| | | |||||
* | | utils: fixed Windows images downloader bug | Nicholas Corgan | 2012-11-10 | 1 | -53/+58 |
| | | |||||
* | | utils: fixed images downloader Mac incompatibility issue | Nicholas Corgan | 2012-11-08 | 1 | -5/+13 |
| | |