uhd/mpm/python
Trung Tran 9ea0d6da9e mg: enable init and track calibration API
Currently, AD9371 turned on most of the calibration and hard coding the turning
on process during bringup time.
This change enables users to pass in a mask field for init ARM calibration and
tracking arm calibration at the time creating USRP device reference.
This mask field can be passed through device arguments of:
 1/ init_cals : for init ARM  calibration masks. This is defined in AD9371 UG-992
table 65. Default to 0x4DFF
 2/ tracking_cals : for tracking calibration masks. This is defined in AD9371
UG-992 table 66. Default to 0xC3

Example of pasing in init calibration and tracking calibration mask
      usrp_application --args "init_cals=0x4f, tracking_cals=0xC3"
NOTE: UHD currently expect user to input the correct init_cals and
tracking_cals. There's no mechanism to check if init mask and tracking mask are
valid. For example if the init mask field not mask 0x4f, the AD9371 will failed
to setup.
2017-12-22 15:05:06 -08:00
..
usrp_mpm mg: enable init and track calibration API 2017-12-22 15:05:06 -08:00
aurora_bist_test.py mpm: Made Python3 the default interpreter for all N3xx-related executables 2017-12-22 15:04:00 -08:00
CMakeLists.txt n3xx bist: Added SFP loopback tests 2017-12-22 15:04:00 -08:00
converters.hpp mpm: python refactoring 2017-12-22 15:03:44 -08:00
copy_python_module.cmake mpm: CMake cleanup, Python code enhancements 2017-12-22 15:03:44 -08:00
lib_helper.cpp mpm: mpm reorganization 2017-12-22 15:03:45 -08:00
n3xx_bist n3xx_bist: Fix spurious reference to self.REV 2017-12-22 15:04:03 -08:00
pyusrp_periphs.cpp mpm: eiscat: magnesium: Removed C++-only SPI ifaces 2017-12-22 15:03:52 -08:00
setup.py.in mpm: Added TDC clock sync driver 2017-12-22 15:03:58 -08:00
socket_test.py Initial commit for N3xx development. 2017-12-22 15:03:44 -08:00
test_lmk.py Initial commit for N3xx development. 2017-12-22 15:03:44 -08:00
tests_periphs.cpp mpm: python refactoring 2017-12-22 15:03:44 -08:00
tests_periphs.hpp mpm: python refactoring 2017-12-22 15:03:44 -08:00
usrp_hwd.py mpm: Add configurable log levels 2017-12-22 15:05:05 -08:00