aboutsummaryrefslogtreecommitdiffstats
path: root/mpm/lib/mykonos/config/ad937x_config_t.cpp
Commit message (Collapse)AuthorAgeFilesLines
* mpm: Update all license headersMartin Braun2018-02-191-2/+2
| | | | | - Fix typo in company name (missing 'a') - Updated SPDX license identifier to version 3.0
* mpm: mg: Pass deserializer_lane_xbar to ad937x_configTrung N Tran2018-01-121-2/+2
| | | | | | | | | Slot A and Slot B are different in how the JESD lanes are connected. We now pass in different deserializer_lane_xbar config values for each slot. Reviewed-by: Martin Braun <martin.braun@ettus.com> Reviewed-by: Daniel Jepson <daniel.jepson@ettus.com> Reviewed-by: Mark Meserve <mark.meserve@ni.com>
* mpm: Harmonize all license headerMartin Braun2017-12-221-13/+2
| | | | Now uses SPDX headers everywhere.
* mpm: Enable TX external LO set through args, simplify codeTrung N Tran2017-12-221-12/+1
| | | | | | | 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 rateTrung N Tran2017-12-221-0/+22
|
* mpm: enable RX external LO set through argsTrung N Tran2017-12-221-1/+12
| | | | | | | | | 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_tMark Meserve2017-12-221-4/+4
|
* ad937x: cleanup and optimize ad937x_config_tMark Meserve2017-12-221-58/+44
|
* mpm: ad937x: Updated controlsMark Meserve2017-12-221-4/+20
|
* mg: bring up linksMark Meserve2017-12-221-5/+9
|
* mpm: Fixed a plethora of SPI-related issuesMartin Braun2017-12-221-1/+2
|
* ad9371: whitespace cleanupMark Meserve2017-12-221-1/+1
|
* mpm: Rearchitecture of AD9371 code to use ctrl/device paradigmMark Meserve2017-12-221-22/+40
|
* Initial commit for N3xx development.Martin Braun2017-12-221-0/+110
- 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>