Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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> | ||||
* | e300: comment out unused variables in control::make when E300_NATIVE is not ↵ | Michael Dickens | 2015-03-09 | 1 | -1/+1 |
| | | | | defined. | ||||
* | 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. | ||||
* | 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 | ||||
* | 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> | ||||
* | e300: Removed duplicate FPGA loading function | Moritz Fischer | 2015-01-15 | 2 | -31/+0 |
| | | | | Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> | ||||
* | e300: rssi sensor network support | Julian Arnold | 2015-01-12 | 4 | -2/+22 |
| | |||||
* | 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 |
| | |||||
* | 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 |