Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
* | | 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 |
| | | |||||
* | | rfnoc: Radios now ignore stream commands when inactive | Martin Braun | 2016-08-11 | 1 | -0/+4 |
| | | |||||
* | | 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) | ||||
* | | rfnoc graph: Removed debugging verbage | Martin Braun | 2016-08-10 | 1 | -4/+4 |
| | | |||||
* | | x300: Device propagates suggested TX MTU through the mtu property, not ↵ | Martin Braun | 2016-08-09 | 2 | -4/+1 |
| | | | | | | | | get_tx_hints() | ||||
* | | rfnoc: Legacy compat tracks TX and RX spp values separately | Martin Braun | 2016-08-09 | 1 | -17/+37 |
| | | |||||
* | | rfnoc: ctrl_iface error messages are now no longer the same as ↵ | Martin Braun | 2016-08-09 | 1 | -5/+5 |
| | | | | | | | | radio_ctrl_core_3000 | ||||
* | | 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 | 71 | -1482/+11051 |
| | | |||||
* | | device_addr: change delimiters from std::string to const char* | Nicholas Corgan | 2016-08-09 | 1 | -4/+4 |
| | | | | | | | | * Works around a FreeBSD oddity where calling c_str() on these strings would return NULL | ||||
* | | ad936x: Loopback check now takes peeker/poker functors instead of assuming ↵ | Martin Braun | 2016-08-09 | 4 | -17/+23 |
| | | | | | | | | any kind of interface | ||||
* | | uhd: Added syntax error exception type | Martin Braun | 2016-08-09 | 1 | -0/+1 |
| | | |||||
* | | 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: usb_dummy made to match usb_control and usb_zero_copy | Martin Braun | 2016-08-02 | 1 | -2/+10 |
| | | |||||
* | | usb: tweak types for consistency between LIBUSB API calls and internal UHD ↵ | Michael Dickens | 2016-08-01 | 2 | -8/+8 |
| | | | | | | | | usage of returned values. | ||||
* | | usb: add virtual destructors where needed; make virtual destructors ↵ | Michael Dickens | 2016-08-01 | 4 | -20/+73 |
| | | | | | | | | out-of-line from class definition to reduce number of vtables emitted (according to clang). | ||||
* | | usb: fix interfaces to be type 'int' and endpoints to be type 'unsigned ↵ | Michael Dickens | 2016-08-01 | 2 | -11/+11 |
| | | | | | | | | char' to match the libusb API. | ||||
* | | usb: fix 'timeout' variables to be unsigned since that is what the ↵ | Michael Dickens | 2016-08-01 | 2 | -3/+3 |
| | | | | | | | | 'libusb_control_transfer' API uses. | ||||
* | | usb: fix 'submit' to return 'int' since that is what ↵ | Michael Dickens | 2016-08-01 | 1 | -7/+7 |
| | | | | | | | | 'libusb_control_transfer' returns; otherwise 'submit' is used with the correct types internally. | ||||
* | | Merge branch 'maint' | Martin Braun | 2016-08-01 | 7 | -43/+60 |
|\| | | | | | | | | | | | Conflicts: host/lib/usrp/dboard/db_wbx_version2.cpp host/lib/usrp/dboard/db_wbx_version3.cpp | ||||
| * | 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) | ||||
| * | Octoclock: Fixed issues related to missing strings from GPSDO. | michael-west | 2016-06-28 | 2 | -13/+26 |
| | | | | | | | | | | - Corrected case when num_wraps overflowed - Added limit to cache age | ||||
| * | Octoclock: Fix firmware version compatibility | michael-west | 2016-06-27 | 7 | -30/+34 |
| | | |||||
* | | transport: fixed an issue where the number of conversions were incorrectly ↵ | Paul David | 2016-08-01 | 2 | -2/+2 |
| | | | | | | | | | | | | | | based on the number of buffers - The number of conversions should be based on the number of channels available - This fix corrects a segmentation fault in rx_multi_samples | ||||
* | | 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> | ||||
* | | usrp3: Added SW muxer/demuxer for the zero_copy interface | Ashish Chaudhari | 2016-07-29 | 2 | -0/+251 |
| | | | | | | | | | | | | | | - Can be used to share a single zero_copy_if object with multiple streams - Allows creating of virtual streams that are indistinguishable from low-level streams | ||||
* | | B200: Adding separate B200 radio control code | michael-west | 2016-07-22 | 6 | -10/+422 |
| | | |||||
* | | UHD: Fixes for super_recv_packet_hadler | michael-west | 2016-07-22 | 1 | -3/+14 |
| | | | | | | | | | | - Make recv() return immediately on EOB - In the timeout case, don't call the flow control hander if none exists | ||||
* | | 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 | 5 | -0/+605 |
| | | | | | | | | | | - Added regmap - Added controller class |