Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Merge branch 'maint' | Nicholas Corgan | 2013-05-03 | 13 | -9/+687 | |
|\| | | | ||||||
| * | | | 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 | |||||
* | | | | Merge branch 'maint' | Nicholas Corgan | 2013-05-03 | 3 | -23/+55 | |
|\| | | | ||||||
| * | | | 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 | |||||
* | | | | Merge branch 'maint' | Nicholas Corgan | 2013-04-30 | 2 | -1/+4 | |
|\| | | | ||||||
| * | | | 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 | |||||
* | | | | 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 | |
| | | | | ||||||
* | | | | Merge branch 'maint' | Josh Blum | 2013-04-02 | 1 | -0/+1 | |
|\| | | | ||||||
| * | | | 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 | |
| | | | | ||||||
* | | | | 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 | 14 | -68/+76 | |
|\| | | | ||||||
| * | | | 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 | |
| | | | | ||||||
| * | | | 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 | |
|\| | | |