Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'UHD-3.9.LTS' into maint | Martin Braun | 2016-09-02 | 6 | -159/+174 |
|\ | | | | | | | | | | | | | | | This provides the GPS fixes. Conflicts: host/CMakeLists.txt tools/debs/upload_debs.sh | ||||
| * | E100: Simplify GPSDO UART so it does not strip characters. | michael-west | 2016-09-02 | 1 | -2/+0 |
| | | |||||
| * | X300: GPSDO fixes | michael-west | 2016-09-02 | 1 | -19/+17 |
| | | | | | | | | | | - Optimize writes so full 32-bit words are written at a time - Simplify UART so it does not strip or add characters | ||||
| * | B200: GPSDO fixes | michael-west | 2016-09-02 | 3 | -20/+12 |
| | | | | | | | | | | | | | | - Fix initialization order - Initialize to proper baud rate divisor - Remove unused function to change baud rate divisor - Simplify UART code so it does not strip or add characters | ||||
| * | gps_ctrl: Multiple fixes | michael-west | 2016-09-02 | 1 | -115/+125 |
| | | | | | | | | | | | | | | - Check for updates if cached data is older than one millisecond - Removed timeouts when checking for updated data from UART - Subscribe to SERVO:TRACe message every second and process like NMEA strings - Refactored code for simplification | ||||
| * | GPSDO: Make sure read_uart() returns only complete strings for all devices. | michael-west | 2016-09-02 | 3 | -15/+29 |
| | | |||||
| * | Add thread safety to gps_ctrl cached sensors | michael-west | 2016-09-02 | 1 | -0/+3 |
| | | |||||
* | | Merge branch 'UHD-3.9.LTS' into maint | Martin Braun | 2016-08-29 | 1 | -6/+11 |
|\| | |||||
| * | uhd: error on setting large recv_frame_size fixed #1212 | Sugandha Gupta | 2016-08-29 | 1 | -6/+11 |
| | | |||||
* | | TwinRX: Fixed missing and redundant writes to FE settings | Derek Kozel | 2016-08-26 | 1 | -0/+6 |
| | | | | | | | | | | | | TwinRX's Nyquist expert now writes the frontend correction settings on every tune to a new frequency. This guarantees phase alignment when timed commands are used and introduces minimal overhead. | ||||
* | | Revert "B200: Adding separate B200 radio control code" | Martin Braun | 2016-08-23 | 6 | -424/+12 |
| | | | | | | | | This reverts commit 5d360ab43eca63e3f12f0e5abde5a3186b7f12dc. | ||||
* | | x300: Bumped FPGA compat num (is now: 0x21 == 33) and FW compat num (is now 5) | Martin Braun | 2016-08-23 | 1 | -2/+2 |
| | | | | | | | | - Also updated images package. | ||||
* | | Merge branch 'UHD-3.9.LTS' into maint | Martin Braun | 2016-08-22 | 1 | -10/+35 |
|\| | |||||
| * | ubx: Added codes for the rev2 and LP versions | Martin Braun | 2016-08-22 | 1 | -10/+35 |
| | | |||||
| * | cores: Fixed typo in time_core_3000 | Martin Braun | 2016-08-12 | 1 | -2/+2 |
| | | |||||
| * | WBX: Make frequencies <100 MHz work for v2 and v3 boards when reference ↵ | michael-west | 2016-08-01 | 2 | -16/+22 |
| | | | | | | | | clock <100 MHz (i.e. on X300) | ||||
* | | changed clk constant to match new zpu clk changes | Ryan | 2016-08-22 | 1 | -1/+1 |
| | | |||||
* | | x300: Removed superfluous verbosity | Martin Braun | 2016-08-18 | 1 | -1/+1 |
| | | |||||
* | | x300 radio: Fixed typo for frontend regs | Martin Braun | 2016-08-12 | 2 | -2/+2 |
| | | |||||
* | | cores: Fixed typo in time_core_3000 | Martin Braun | 2016-08-12 | 1 | -2/+2 |
| | | |||||
* | | Frontend corrections: Provide new function for RFNoC-based radio | Nicolas Cuervo | 2016-08-11 | 4 | -11/+74 |
| | | |||||
* | | WBX: Make v2 and v3 boards lock with 50 MHz ref clock (X300 default) | michael-west | 2016-08-11 | 2 | -11/+17 |
| | | |||||
* | | multi_usrp: Fixed compiler warning on read_register | Martin Braun | 2016-08-11 | 1 | -2/+1 |
| | | |||||
* | | x300: Fixed typo in check_radio_config | Martin Braun | 2016-08-11 | 1 | -8/+6 |
| | | |||||
* | | X300: Change so radio check so it only makes sure needed frontends are ↵ | michael-west | 2016-08-10 | 1 | -6/+12 |
| | | | | | | | | enabled (prevent function from disabling frontends) | ||||
* | | x300: Device propagates suggested TX MTU through the mtu property, not ↵ | Martin Braun | 2016-08-09 | 2 | -4/+1 |
| | | | | | | | | get_tx_hints() | ||||
* | | x3xx: Enable readback of fpga_version_hash | Moritz Fischer | 2016-08-09 | 2 | -2/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a feature that is already present in e3xx and n230 products allowing to read back the fpga git hash the current image has been built from. The value is available via property tree at: /mboards/0/fpga_version_hash Note: A compatibility number bump is required, as otherwise the register will always read back 0 Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> | ||||
* | | Fix minor spelling error | Derek Kozel | 2016-08-09 | 1 | -1/+1 |
| | | |||||
* | | Merging RFNoC support for X310 | Martin Braun | 2016-08-09 | 23 | -1468/+3109 |
| | | |||||
* | | ad936x: Loopback check now takes peeker/poker functors instead of assuming ↵ | Martin Braun | 2016-08-09 | 4 | -17/+23 |
| | | | | | | | | any kind of interface | ||||
* | | dboard manager: Allow deferring dboard initialization | Derek Kozel | 2016-08-09 | 1 | -11/+40 |
| | | |||||
* | | ad9361: Added option for safe SPI | Jonathon Pendlum | 2016-08-09 | 5 | -10/+68 |
| | | | | | | | | - Also added check for reading chip ID | ||||
* | | cores: GPIO core gets explicit DDR setting | Jonathon Pendlum | 2016-08-09 | 2 | -0/+7 |
| | | |||||
* | | cores: Added shutdown option to SPI core | Jonathon Pendlum | 2016-08-09 | 2 | -3/+23 |
| | | |||||
* | | Improve LO APIs for daughterboards without configurable LOs | Derek Kozel | 2016-08-09 | 1 | -5/+10 |
| | | |||||
* | | Coerces dsp frequency to 0 if any channel uses an external LO | Derek Kozel | 2016-08-09 | 1 | -1/+19 |
| | | |||||
* | | Add sleep function to dboard_iface | Kevin Gilbert | 2016-08-05 | 3 | -4/+35 |
| | | | | | | | | | | Having this function allows a dboard_iface implementation to be aware of the timing of various calls such as SPI and register writes. | ||||
* | | usb: fix 'timeout' variables to be unsigned since that is what the ↵ | Michael Dickens | 2016-08-01 | 1 | -2/+2 |
| | | | | | | | | 'libusb_control_transfer' API uses. | ||||
* | | common: adf5355: 'Fix' compiler warning | Moritz Fischer | 2016-08-01 | 1 | -2/+2 |
| | | | | | | | | | | | | | | GCC6 doesn't like nested /* /* */ */ comments (rightly so), and complains. Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> | ||||
* | | B200: Adding separate B200 radio control code | michael-west | 2016-07-22 | 6 | -10/+422 |
| | | |||||
* | | C API: wrapped multi_usrp functions for interacting with LO's | Nicholas Corgan | 2016-07-19 | 1 | -1/+90 |
| | | |||||
* | | multi_usrp: Added LO control API | Derek Kozel | 2016-07-19 | 1 | -0/+161 |
| | | |||||
* | | Added TwinRX daughterboard control. | Ashish Chaudhari | 2016-07-19 | 10 | -0/+3845 |
| | | |||||
* | | adf_synth: Added muxout config API to 435x controllers | Ashish Chaudhari | 2016-07-19 | 1 | -0/+34 |
| | | |||||
* | | twinrx: Added ADF5355 control module | Ashish Chaudhari | 2016-07-19 | 3 | -0/+434 |
| | | | | | | | | | | - Added regmap - Added controller class | ||||
* | | x300: Minor: Assert if FPGA image identifier is not long enough | Ashish Chaudhari | 2016-07-12 | 1 | -0/+2 |
| | | |||||
* | | x300: UHD is now compatible with FPGA images with Aurora support | Ashish Chaudhari | 2016-07-07 | 2 | -25/+45 |
| | | | | | | | | | | - UHD and ZPU is now aware of Aurora SFP+ transceivers in the FPGA image - Added script to exercise Aurora BIST features | ||||
* | | Merge branch 'maint' | Martin Braun | 2016-06-23 | 3 | -5/+31 |
|\| | | | | | | | | | Conflicts: host/lib/usrp/b200/b200_impl.cpp | ||||
| * | b200: Update DSPs after changing tick rate | Martin Braun | 2016-06-22 | 3 | -6/+32 |
| | | | | | | | | | | Reviewed-By: Andrew Lynch <andrew.lynch@ni.com> Reviewed-By: Michael West <michael.west@ettus.com> | ||||
* | | Merge branch 'maint' | Martin Braun | 2016-06-22 | 2 | -6/+16 |
|\| |