Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge branch 'maint' | Martin Braun | 2015-06-09 | 4 | -1/+19 | |
|\| | | | | | | | | | | | | | Conflicts: host/lib/usrp/common/ad9361_ctrl.hpp host/lib/usrp/common/ad9361_driver/ad9361_device.h host/lib/usrp/e300/e300_remote_codec_ctrl.hpp | |||||
| * | E300: Implement get_freq() for E300 network mode. | michael-west | 2015-05-22 | 3 | -0/+18 | |
| | | ||||||
| * | B200/E300: Fix incorrect readback of frequency. | michael-west | 2015-05-22 | 1 | -0/+1 | |
| | | | | | | | | When the LO is tuned it changes the frequency on both channels. The frequency value read back for the first channel was not updated when the LO frequency for the other channel was tuned to a different value. | |||||
| * | fixup! e300: gps: If gps is detected, set device time to gps time on init. | Moritz Fischer | 2015-05-12 | 1 | -0/+3 | |
| | | | | | | | | Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> | |||||
* | | fixup! e300: gps: If gps is detected, set device time to gps time on init. | Moritz Fischer | 2015-05-14 | 1 | -0/+3 | |
| | | | | | | | | Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> | |||||
* | | Merge branch 'maint' | Martin Braun | 2015-05-04 | 2 | -4/+8 | |
|\| | ||||||
| * | e300: gps: If gps doesn't have lock return 0 as time. | Moritz Fischer | 2015-05-01 | 2 | -11/+7 | |
| | | | | | | | | Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> | |||||
| * | e300: gps: Keep antenna power supply and pps running all the time. | Moritz Fischer | 2015-05-01 | 2 | -6/+3 | |
| | | | | | | | | | | | | | | | | This is a change from behaviour so far. Before the GPS was only on while UHD is running. This behaviour was confusing users, and didn't match our other devices. Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> | |||||
| * | e300: gps: If gps is detected, set device time to gps time on init. | Moritz Fischer | 2015-05-01 | 1 | -0/+11 | |
| | | | | | | | | | | | | | | Before the device time wasn't set for E310 on initialization. This will allow 'query_gpsdo_sensors' to pass if gps has lock. Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> | |||||
* | | e300: Increase FPGA compatibility number | Jonathon Pendlum | 2015-04-29 | 1 | -1/+1 | |
| | | ||||||
* | | e300: Adjusted minimum frequency to account for MIMO mode | Jonathon Pendlum | 2015-04-29 | 1 | -1/+1 | |
| | | | | | | | | - In MIMO mode, tick rate will be 1/2 the interface rate | |||||
* | | e300: Added minimum master clock rate restriction | Jonathon Pendlum | 2015-04-24 | 2 | -1/+12 | |
| | | | | | | | | | | | | - Master clock rate cannot be less than 10 MHz, which is the MMCM's minimum operating frequency in the FPGA's capture interface. | |||||
* | | e300: Reduced AD9361's RX data delay to improve timing in FPGA capture interface | Jonathon Pendlum | 2015-04-24 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'maint' | Martin Braun | 2015-04-14 | 1 | -0/+10 | |
|\| | | | | | | | | | | | | | Conflicts: host/lib/usrp/b200/b200_io_impl.cpp host/lib/usrp/common/ad9361_driver/ad9361_device.cpp host/lib/usrp/common/ad9361_driver/ad9361_device.h | |||||
| * | e300: Added warning for high bandwidth usage | Martin Braun | 2015-04-14 | 1 | -0/+10 | |
| | | ||||||
* | | Merge branch 'maint' | Martin Braun | 2015-04-08 | 1 | -1/+1 | |
|\| | ||||||
| * | e300: remote_codec_ctrl: Fixed typo in error message | Moritz Fischer | 2015-04-08 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'maint' | Martin Braun | 2015-03-27 | 3 | -8/+8 | |
|\| | ||||||
| * | Warning fixes | Nicholas Corgan | 2015-03-27 | 3 | -8/+8 | |
| | | | | | | | | | | | | | | * CMake now not applying C++ flags to C files * GCC 4.4: anti-aliasing rules * MSVC: narrowing, differences in subclass function parameters * Clang: uninitialized variables | |||||
* | | e3xx: filter API implementation. Supports listing of RX/TX filters, querying ↵ | Julian Arnold | 2015-03-19 | 4 | -0/+52 | |
| | | | | | | | | RX/TX filter information and writing of analog and FIR filters | |||||
* | | Merge branch 'maint' | Martin Braun | 2015-03-12 | 3 | -6/+6 | |
|\| | ||||||
| * | e300: Fix missing namespace prefixes. | Moritz Fischer | 2015-03-12 | 3 | -6/+6 | |
| | | | | | | | | | | | | | | In several files we were lacking boost:: namespace prefixes, which led to build failures on certain configurations. Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> | |||||
* | | gpio: Renamed enums to avoid clash with generic, compiler-provided names | Martin Braun | 2015-03-11 | 1 | -7/+7 | |
| | | ||||||
* | | Merge branch 'maint' | Martin Braun | 2015-03-09 | 1 | -1/+1 | |
|\| | ||||||
| * | e300: comment out unused variables in control::make when E300_NATIVE is not ↵ | Michael Dickens | 2015-03-09 | 1 | -1/+1 | |
| | | | | | | | | defined. | |||||
* | | B200: UHD support for FPGPIO connector on REV6+ boards. | Ian Buckley | 2015-03-09 | 2 | -20/+20 | |
| | | | | | | | | | | | | - GPIO on UART connector all board Revs - Consolidated fpgpio_bitbang into fpgpio example and renamed it gpio - Changed FP_GPIO readback address to match X300 | |||||
* | | e3xx: AGC support | Julian Arnold | 2015-03-05 | 3 | -2/+51 | |
| | | ||||||
* | | e300: added missing break | Julian Arnold | 2015-03-05 | 1 | -0/+1 | |
| | | ||||||
* | | Merge branch 'maint' | Ashish Chaudhari | 2015-02-26 | 2 | -8/+42 | |
|\| | ||||||
| * | e300: fc: Clean up the TX flowcontrol setup a bit. | Moritz Fischer | 2015-02-26 | 2 | -1/+8 | |
| | | | | | | | | | | | | | | Use named constant instant of magic constant for response frequency. Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> | |||||
| * | e300: fc: This should fix the RX flow control. | Moritz Fischer | 2015-02-26 | 2 | -7/+34 | |
| | | | | | | | | | | | | | | | | Two issues: - Call the correct overflow handler e300_impl vs rx_vita - Don't lie about buffer sizes and window sizes Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> | |||||
| * | Merging new UHD_IMAGES_DIR utilities and bug fixes. | Ben Hilburn | 2015-01-27 | 2 | -3/+3 | |
| | | | | | | | | Also includes NI-USRP Windows Registry Key fixes. | |||||
* | | e3xx: support for dc offset and iq balance control | Julian Arnold | 2015-02-23 | 3 | -0/+38 | |
| | | ||||||
* | | Merge branch 'maint' | Martin Braun | 2015-01-27 | 6 | -43/+87 | |
|\| | | | | | | | | | Conflicts: host/docs/usrp_e3x0.dox | |||||
| * | e300: Bumped FPGA compat number to 6. | Ashish Chaudhari | 2015-01-26 | 1 | -1/+1 | |
| | | ||||||
| * | e300: Several bugfixes for E300 clk/pps selection code | Ashish Chaudhari | 2015-01-23 | 3 | -26/+6 | |
| | | ||||||
| * | e300: UHD support for refclk disciplining using PPS. | Ashish Chaudhari | 2015-01-22 | 4 | -18/+82 | |
| | | | | | | | | | | | | - Only supported value for clk_source is internal - time_source automatically changes the disciplining pulse source - Added ref_locked sensor | |||||
* | | e200: Expose temperature sensor through property tree (sensors/temp) | Julian Arnold | 2015-01-20 | 4 | -1/+17 | |
| | | ||||||
* | | Merge branch 'maint' | Martin Braun | 2015-01-20 | 2 | -4/+19 | |
|\| | | | | | | | | | Conflicts: host/include/uhd/types/direction.hpp | |||||
| * | e300: Changed (max) serial number from 6 to 8. | Moritz Fischer | 2015-01-20 | 2 | -4/+19 | |
| | | | | | | | | | | | | | | | | | | | | This works without hickup because we store the serial as a \0 terminated string. Note: We now also write the data version fields, as they might come in handy one day. Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> | |||||
* | | Merge branch 'maint' | Martin Braun | 2015-01-16 | 2 | -31/+0 | |
|\| | ||||||
| * | e300: Removed duplicate FPGA loading function | Moritz Fischer | 2015-01-15 | 2 | -31/+0 | |
| | | | | | | | | Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> | |||||
* | | Merge branch 'maint' | Martin Braun | 2015-01-13 | 4 | -2/+22 | |
|\| | ||||||
| * | e300: rssi sensor network support | Julian Arnold | 2015-01-12 | 4 | -2/+22 | |
| | | ||||||
* | | Merge branch 'maint' | Martin Braun | 2014-12-16 | 2 | -2/+2 | |
|\| | ||||||
| * | e300,x300: Bumped FPGA compat number | Ashish Chaudhari | 2014-12-16 | 1 | -1/+1 | |
| | | | | | | | | | | - X300: FPGA compat 9 - E300: FPGA compat 5 | |||||
| * | e300,x300: Moved LED register space as not to overlap w/ GPIOs | Ashish Chaudhari | 2014-12-16 | 1 | -1/+1 | |
| | | ||||||
* | | uhd: replaced the `images_error` with a generic utility error | Ben Hilburn | 2014-11-21 | 2 | -3/+3 | |
|/ | | | | | | - Deleted images.*, moved functionality to paths.* - Applies for all devices that check FPGA or FW compat numbers - Adds generic utility search tool | |||||
* | e300: Changed TX/RX switch setting in RX only case to improve isolation | Jonathon Pendlum | 2014-10-07 | 1 | -2/+2 | |
| | ||||||
* | Initial commit E300 support. | Martin Braun | 2014-10-07 | 31 | -0/+7014 | |