Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mpm: Enable TX external LO set through args, simplify code | Trung N Tran | 2017-12-22 | 2 | -17/+2 |
| | | | | | | | Simplify the process of setting external LO without calling through many API layers. Reviewed-By: Martin Braun <martin.braun@ettus.com> | ||||
* | mpm: mykonos: Add API to change master clock rate | Trung N Tran | 2017-12-22 | 3 | -1/+27 |
| | |||||
* | mpm: enable RX external LO set through args | Trung N Tran | 2017-12-22 | 2 | -2/+16 |
| | | | | | | | | | This change allow user to set RX LO of ad9371 to external or internal from args constructor of usrp device. new args is rx_lo_source value can be either internal or external: If there's no rx_lo_source specified or invalid value, default rx_lo is used; which is internal LO. Usage example: usrp_application --args "rx_lo_source=external" | ||||
* | ad937x: remove magic constant in ad937x_config_t | Mark Meserve | 2017-12-22 | 2 | -4/+7 |
| | |||||
* | ad937x: add comments to ad937x_gain_ctrl_config | Mark Meserve | 2017-12-22 | 2 | -17/+19 |
| | |||||
* | ad937x: update ad937x_fir | Mark Meserve | 2017-12-22 | 2 | -3/+4 |
| | | | | | add comment label get_fir as const | ||||
* | ad937x: cleanup and optimize ad937x_config_t | Mark Meserve | 2017-12-22 | 2 | -66/+54 |
| | |||||
* | mg: add new framer/deframer values | Mark Meserve | 2017-12-22 | 1 | -3/+6 |
| | | | | | this fixes the channel swap in RX preserves functionality in TX | ||||
* | mpm: ad937x: Updated controls | Mark Meserve | 2017-12-22 | 3 | -6/+31 |
| | |||||
* | mg: General fixes | Mark Meserve | 2017-12-22 | 1 | -1/+1 |
| | | | | | - Make DB probe-able - Add RPC client | ||||
* | mg: bring up links | Mark Meserve | 2017-12-22 | 2 | -55/+67 |
| | |||||
* | mpm: Fixed a plethora of SPI-related issues | Martin Braun | 2017-12-22 | 2 | -3/+4 |
| | |||||
* | mpm: Improved ad937x code | Mark Meserve | 2017-12-22 | 3 | -0/+214 |
| | | | | | | - Add gain control pin configuration - Fixed gcc compilation - Better docstrings | ||||
* | ad9371: update jesd default config | Mark Meserve | 2017-12-22 | 1 | -4/+4 |
| | |||||
* | ad9371: whitespace cleanup | Mark Meserve | 2017-12-22 | 4 | -134/+134 |
| | |||||
* | mpm: Rearchitecture of AD9371 code to use ctrl/device paradigm | Mark Meserve | 2017-12-22 | 7 | -443/+518 |
| | |||||
* | Initial commit for N3xx development. | Martin Braun | 2017-12-22 | 6 | -0/+596 |
- Creates mpm/ subdirectory - First pass at hardware daemon/MPM - New code for LMK04828, AD9371 - spidev integration Contributions by: Martin Braun <martin.braun@ettus.com> Derek Kozel <derek.kozel@ettus.com> Mark Meserve <mark.meserve@ni.com> Andrej Rode <andrej.rode@ettus.com> |