Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'maint' | Josh Blum | 2013-04-24 | 1 | -0/+1 |
|\ | |||||
| * | uhd: added missing include iomanip | Josh Blum | 2013-04-24 | 1 | -0/+1 |
| | | |||||
* | | cmake: Added custom NSIS templates | Nicholas Corgan | 2013-04-16 | 2 | -0/+992 |
| | | | | | | | | | | | | * More personalized messages * Unused "UHD Desktop Icon" option removed * UHD Images Downloader, USRP2 Card Burner, and USRP-N2XX Net Burner added to Start Menu | ||||
* | | orc: fixed orc version check with pkg config | Josh Blum | 2013-04-15 | 1 | -1/+9 |
| | | |||||
* | | Merge branch 'maint' | Josh Blum | 2013-04-12 | 5 | -34/+79 |
|\| | | | | | | | | | Conflicts: host/tests/time_spec_test.cpp | ||||
| * | 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: only enable SERV:TRAC when requested | Josh Blum | 2013-04-09 | 1 | -2/+11 |
| | | |||||
* | | gps: flush uart buffer before waiting for time | Josh Blum | 2013-04-09 | 2 | -2/+4 |
| | | | | | | | | | | | | This addresses a bug only on the master branch. Also turn off the servo sensor, its too long a delay. We will need to conditionally enable this in a later commit. | ||||
* | | Merge branch 'maint' | Josh Blum | 2013-04-09 | 1 | -1/+1 |
|\| | |||||
| * | 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. | ||||
* | | gps: added print for pc clock time to query_gpsdo | Josh Blum | 2013-04-09 | 1 | -0/+2 |
| | | |||||
* | | orc: added std cmake finder script for orc | Josh Blum | 2013-03-29 | 2 | -5/+32 |
| | | |||||
* | | Merge branch 'maint' | Nicholas Corgan | 2013-03-27 | 1 | -1/+1 |
|\| | |||||
| * | utils: Fixed usrp_n2xx_simple_net_burner warning | Nicholas Corgan | 2013-03-27 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'maint' | Josh Blum | 2013-03-26 | 3 | -12/+17 |
|\| | |||||
| * | 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 'maint' | Nicholas Corgan | 2013-03-26 | 1 | -1/+1 |
|\| | | | | | | | | | Conflicts: host/docs/calibration.rst | ||||
| * | 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 'maint' | Josh Blum | 2013-03-25 | 5 | -25/+18 |
|\| | | |||||
| * | | 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. | ||||
* | | | cmake: uhd-usrp.rules location fixed to reflect FHS compliance | Nicholas Corgan | 2013-03-21 | 2 | -4/+4 |
| | | | |||||
* | | | Merge branch 'maint' | Nicholas Corgan | 2013-03-18 | 1 | -1/+1 |
|\| | | |||||
| * | | 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) | ||||
* | | | usb: added C enable for libusb check | Josh Blum | 2013-03-11 | 1 | -0/+1 |
| | | | |||||
* | | | usb: check for and use libusb_handle_events_timeout_completed | Josh Blum | 2013-03-11 | 3 | -3/+25 |
| | | | |||||
* | | | usb: use int for completed to match libusb example code | Josh Blum | 2013-03-11 | 1 | -8/+9 |
| | | | |||||
* | | | Merge branch 'maint' | Nicholas Corgan | 2013-02-28 | 3 | -1/+63 |
|\| | | |||||
| * | | 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 |
| | | | |||||
* | | | Merge branch 'maint' | Nicholas Corgan | 2013-02-27 | 1 | -1/+1 |
|\| | | |||||
| * | | lib: addresses B100 FIFO timeout error | Nicholas Corgan | 2013-02-27 | 1 | -1/+1 |
| | | | |||||
* | | | b100: create an overflow packet on unknown SID error | Josh Blum | 2013-02-27 | 1 | -1/+29 |
| | | | |||||
* | | | b100: additional flushing when rx streamer created | Josh Blum | 2013-02-19 | 2 | -0/+12 |
| | | | |||||
* | | | Merge branch 'maint' | Nicholas Corgan | 2013-02-14 | 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 |
| | | | |||||
* | | | b100: added fw version property to query | Josh Blum | 2013-02-13 | 1 | -0/+1 |
| | | | |||||
* | | | uhd: added time spec unit test for large tick counts | Josh Blum | 2013-02-07 | 1 | -0/+11 |
| | | | |||||
* | | | Merge branch 'maint' | Nicholas Corgan | 2013-02-01 | 1 | -2/+2 |
|\| | | |||||
| * | | 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: increment UHD_VERSION_ABI_STRING "3.6.0-0" | Josh Blum | 2013-01-23 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | Added tune args to tune request. Thefore the API of the master branch does not match 3.5.* release, by this system, the compat string should be the unrelease 3.6 - w/ compat -0. The -0 may increase w/ future ABI/API changes before 3.6 release. | ||||
* | | | Merge branch 'next' | Josh Blum | 2013-01-23 | 2 | -1/+22 |
|\ \ \ |