Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | E300 FW: Fixing copyrights | Ben Hilburn | 2015-08-04 | 10 | -20/+10 | |
| | | | ||||||
| * | | MegaFFT: Fixing copyright, whitespace | Ben Hilburn | 2015-08-04 | 3 | -104/+106 | |
| | | | ||||||
| * | | Merge branch 'maint' | Martin Braun | 2015-08-03 | 1 | -1/+3 | |
| |\| | ||||||
| | * | Added NI B2x0 VID/PID pairs to udev rules | Nicholas Corgan | 2015-08-03 | 1 | -1/+3 | |
| | | | ||||||
| | * | docs: Added X3x0 LEDs table | Marcus Müller | 2015-08-03 | 1 | -0/+24 | |
| | | | ||||||
| | * | e3xx: docs: Add a paragraph on network configuration. | Moritz Fischer | 2015-07-30 | 1 | -4/+48 | |
| | | | | | | | | | | | | Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> | |||||
| * | | docs: Added X3x0 LEDs table | Marcus Müller | 2015-08-03 | 1 | -0/+24 | |
| | | | ||||||
| * | | e3xx: docs: Add a paragraph on network configuration. | Moritz Fischer | 2015-08-03 | 1 | -4/+48 | |
| | | | | | | | | | | | | Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> | |||||
| * | | b200: Change init sequence to catch bad USB states | Balint Seeber | 2015-08-03 | 5 | -10/+59 | |
| | | | | | | | | | | | | | | | - Fixes USB hang issues on OS X - Uses usb_errors | |||||
| * | | uhd: Added usb_error exception type | Balint Seeber | 2015-08-03 | 2 | -0/+13 | |
| | | | ||||||
| * | | utils: Updated b2xx_side_channel utility, moved over from tools/ | Martin Braun | 2015-07-31 | 2 | -699/+223 | |
| | | | ||||||
| * | | b200: fixed initial loading | Nicholas Corgan | 2015-07-31 | 1 | -3/+2 | |
| | | | ||||||
| * | | x300: nirio: Fix compiler warnings | Moritz Fischer | 2015-07-31 | 2 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The old code used a non standard (though very common) way to determine the size of an array. In order to avoid warnings, pass another parameter to indicate the size. Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> | |||||
| * | | convert: Added converters for raw strings | Martin Braun | 2015-07-31 | 4 | -14/+116 | |
| | | | | | | | | | | | | | | | - u8: Converts arbitrary-length strings from and to item32 - item32->item32 memcpy non-conversion | |||||
* | | | uhd: Added dirty tracking support to soft_register | Ashish Chaudhari | 2015-08-10 | 1 | -17/+38 | |
| | | | ||||||
* | | | uhd: Added dirty tracking wrapper class | Ashish Chaudhari | 2015-08-10 | 1 | -0/+132 | |
| | | | | | | | | | | | | | | | - Useful for tracking changes to a data type - dirty_tracked serves as a wrapper for a data type with the changed flag embedded | |||||
* | | | uhd: Register API enhancements | Ashish Chaudhari | 2015-08-06 | 2 | -11/+50 | |
| | | | | | | | | | | | | | | | - Added get_register_info function to get bitwidth and R/W access for a registers - Better error reporting | |||||
* | | | uhd: Removed dependency on boost/lockfree | Ashish Chaudhari | 2015-08-05 | 1 | -2/+23 | |
| | | | ||||||
* | | | x300: Used new soft register API for X300 registers | Ashish Chaudhari | 2015-08-04 | 4 | -176/+196 | |
| | | | ||||||
* | | | uhd: Added APIs to multi_usrp to read/write device registers | Ashish Chaudhari | 2015-08-04 | 3 | -24/+454 | |
|/ / | | | | | | | | | | | - Added regmap object to soft_register library - Added a regmap_db object to hold multiple regmaps/dbs - Multiple soft_register enhancements | |||||
* | | fpga: Updated fpga image package for e3xx. | Moritz Fischer | 2015-07-30 | 1 | -2/+2 | |
| | | ||||||
* | | MSVC 2015 compatibility | Nicholas Corgan | 2015-07-30 | 4 | -6/+6 | |
| | | ||||||
* | | fixup! e300 + cmake merge conflict resolution | Martin Braun | 2015-07-29 | 2 | -3/+3 | |
| | | ||||||
* | | gps: gpsd: Fix MSVC std::isnan() fail by using boost::math::isnan(). | Moritz Fischer | 2015-07-29 | 1 | -6/+7 | |
| | | | | | | | | Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> | |||||
* | | gps: gpsd: Provide GPGGA sensor for backwards compatibility. | Moritz Fischer | 2015-07-29 | 1 | -1/+62 | |
| | | | | | | | | | | | | | | This commit introduces the "gps_gpgga" sensor and exposes it via the property tree. Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> | |||||
* | | gps: gpsd: Provide GPRMC sensor for backwards compatibility. | Moritz Fischer | 2015-07-29 | 1 | -1/+64 | |
| | | | | | | | | | | | | | | This commit introduces the "gps_gprmc" sensor and exposes it via the property tree. Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> | |||||
* | | gps: gpsd: Adding gpsd_iface to interface with gpsd. | Moritz Fischer | 2015-07-29 | 15 | -1540/+381 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The gpsd_iface class might be useful for more than just e3x0, it therefore belongs into lib/usrp instead of lib/usrp/e300. A new UHD component is being registered, to cope with the additional dependency. If libgps is not found, UHD and E300 will be compiled without GPS support. This has several consequences: - The E310 GPSDO should now work transparently over network - Users can use the GPS through gpsd for other applications *while* running UHD applications - We now have a dependency on libgps We need currently at least version 3.11 (while running 3.14), on the device. Older versions do work if 3.10 runs on both sides e.g Reviewed-by: Martin Braun <martin.braun@ettus.com> Reviewed-by: Ashish Chaudhari <ashish.chaudhari@ettus.com> Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> | |||||
* | | x300: Moved all tick set subscribers to same place | Martin Braun | 2015-07-29 | 1 | -10/+7 | |
| | | ||||||
* | | cores: Moved subtree populate code to DSP cores (X3x0, E310) | Martin Braun | 2015-07-29 | 8 | -89/+101 | |
| | | ||||||
* | | cores: Moved subtree populate code to frontend cores | Martin Braun | 2015-07-29 | 6 | -44/+62 | |
| | | ||||||
* | | e300: Perif setup vs. prop tree separation refactoring | Martin Braun | 2015-07-29 | 1 | -27/+44 | |
| | | ||||||
* | | ad9361/b200/e300: Refactored AD936x + perifs management | Martin Braun | 2015-07-29 | 11 | -270/+534 | |
| | | | | | | | | | | | | - Created AD936x manager class - Moved functionality from B2x0 and E310 into manager - Separated property tree + perifs initialization in both device classes | |||||
* | | Merge branch 'maint' | Martin Braun | 2015-07-28 | 5 | -2/+30 | |
|\| | ||||||
| * | e3xx: Make frame sizes configurable. | Moritz Fischer | 2015-07-28 | 2 | -6/+20 | |
| | | | | | | | | | | | | | | | | | | | | UHD 3.8.5 increased the TX framesize from 2048 to 4096, this can lead to issues in 2x2. The behaviour can avoided by specifying send_frame_size = 2048 for these scenarios. Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> | |||||
| * | e3xx: doc: Explain autoboot configuration. | Moritz Fischer | 2015-07-22 | 1 | -0/+11 | |
| | | | | | | | | | | | | | | | | | | Firmware Revision 2.0 introduced the possibility to configure the power on behavior. This documents how to configure it through sysfs. Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> | |||||
| * | e3xx: Fix firmware to actually write fuse values. | Moritz Fischer | 2015-07-21 | 2 | -2/+7 | |
| | | | | | | | | | | | | | | The fuses weren't written correctly before, as we were lacking parameters to avrdude. Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> | |||||
| * | docs: Added paragraph on GPIO maximum current, +3.3V supply | Marcus Müller | 2015-07-21 | 2 | -0/+8 | |
| | | ||||||
| * | docs: Updated X3x0 unbricking procedure info | Martin Braun | 2015-07-21 | 1 | -0/+4 | |
| | | ||||||
* | | e3xx: Make frame sizes configurable. | Moritz Fischer | 2015-07-28 | 2 | -6/+20 | |
| | | | | | | | | | | | | | | | | | | | | UHD 3.8.5 increased the TX framesize from 2048 to 4096, this can lead to issues in 2x2. The behaviour can avoided by specifying send_frame_size = 2048 for these scenarios. Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> | |||||
* | | e300: Removed unused constant MAX_TICK_RATE | Marcus Müller | 2015-07-27 | 1 | -1/+0 | |
| | | ||||||
* | | ks: wait one second with GPSDO for time to latch, checker thread for ref_locked | Balint Seeber | 2015-07-27 | 2 | -0/+44 | |
| | | ||||||
* | | tools: Added mega_fft | Balint Seeber | 2015-07-27 | 4 | -0/+15929 | |
| | | ||||||
* | | x300: Updated FPGA->ADC Clock delays for all boards | Ashish Chaudhari | 2015-07-24 | 1 | -2/+2 | |
| | | | | | | | | - Delays changed after ADC config change and FPGA fixes | |||||
* | | Fixed minor warnings | Nicholas Corgan | 2015-07-24 | 4 | -5/+7 | |
| | | ||||||
* | | b200: Change default tick rate to 16 MHz | Martin Braun | 2015-07-24 | 1 | -1/+1 | |
| | | ||||||
* | | Updated images package (X300 compat 13) | Ashish Chaudhari | 2015-07-24 | 1 | -2/+2 | |
| | | ||||||
* | | x300: Removed radio_rst assertion code | Ashish Chaudhari | 2015-07-23 | 3 | -3/+4 | |
| | | | | | | | | | | | | - radio_rst was being asserted to reset the capture iface IDELAYs but that was excessive and had adverse effects on the rest of the radio - Replaced radio_rst with a localized IDELAYCTRL reset | |||||
* | | cmake: MinGW improvements | Nicholas Corgan | 2015-07-23 | 4 | -72/+48 | |
| | | | | | | | | | | | | * Improved toolchan file, accounts for different versions * Don't force static runtime linking (was causing test errors) * Include MinGW runtime in packaging | |||||
* | | adding "/bigobj" compiler flag to allow msvc to handle really large obj | Patrick Sisterhen | 2015-07-23 | 1 | -0/+1 | |
| | | ||||||
* | | Revert "x300: Changed ADC clock swing to 1.6V from 0.7V" | Ashish Chaudhari | 2015-07-23 | 1 | -2/+2 | |
| | | | | | | | | This reverts commit a12b24027fe1af9ca51949f6a9333ac5451690ef. |