| Commit message (Expand) | Author | Age | Files | Lines |
* | mg: ad9371: Add shortcut for RPC requests | Martin Braun | 2017-12-22 | 2 | -22/+19 |
* | mg: ad9371: Add API to toggle LO source | Trung Tran | 2017-12-22 | 2 | -0/+35 |
* | mg: Add back _rpc_prefix | Martin Braun | 2017-12-22 | 2 | -0/+5 |
* | mpm: Add 'hijack' mode to mpm_shell | Martin Braun | 2017-12-22 | 1 | -1/+42 |
* | mg: Add stubs for LO locked sensors | Martin Braun | 2017-12-22 | 3 | -1/+48 |
* | mpm: n310: Made n310.__init__() more exception-safe | Martin Braun | 2017-12-22 | 1 | -1/+15 |
* | mpm: Made PeriphManagerBase.__init__ more exception-safe | Martin Braun | 2017-12-22 | 1 | -4/+13 |
* | mpm: added additional filtering to mpm find routine | Brent Stapleton | 2017-12-22 | 1 | -1/+13 |
* | mpm: discovery returns 'product' information | Brent Stapleton | 2017-12-22 | 2 | -2/+5 |
* | n3xx_bist: remove unused python package | Trung N Tran | 2017-12-22 | 1 | -1/+0 |
* | legacy_compat: Fix number of TX channels per radio calculation when skip_dram... | Michael West | 2017-12-22 | 1 | -1/+1 |
* | mpm: mg: Make Magnesium __init__ exception-safe | Martin Braun | 2017-12-22 | 1 | -5/+33 |
* | mpm: Make dboard manager __init__ exception-safe | Martin Braun | 2017-12-22 | 1 | -12/+17 |
* | mpm: net: Add ip_addr_to_iface() function | Martin Braun | 2017-12-22 | 1 | -0/+17 |
* | mpm: n310: Allow Ethernet connections to both SFPs | Martin Braun | 2017-12-22 | 1 | -16/+30 |
* | mpm: lib: ad937x: Change _get_arm_binary_path | Moritz Fischer | 2017-12-22 | 1 | -1/+1 |
* | mpm: enable RX external LO set through args | Trung N Tran | 2017-12-22 | 7 | -7/+75 |
* | mg: enable init and track calibration API | Trung Tran | 2017-12-22 | 5 | -62/+185 |
* | mpm: Run C++ logger through central logging | Martin Braun | 2017-12-22 | 1 | -0/+16 |
* | mpm: ad937x: Make log functions go through central logger | Martin Braun | 2017-12-22 | 1 | -5/+26 |
* | mpm: Add log_buf class | Martin Braun | 2017-12-22 | 4 | -0/+170 |
* | mg: Add stubs for lo_locked sensor | Martin Braun | 2017-12-22 | 1 | -1/+17 |
* | mpm: mg: Add lowband LO lock and AD9371 lock sensors | Martin Braun | 2017-12-22 | 2 | -3/+55 |
* | mpm/mpmd: Move to request_xport()/commit_xport() architecture | Martin Braun | 2017-12-22 | 10 | -291/+733 |
* | mpm: Lower logging level for PeriphManagerBase.deinit() | Martin Braun | 2017-12-22 | 1 | -2/+2 |
* | mpm: n310: Load Liberio dispatcher | Martin Braun | 2017-12-22 | 1 | -9/+39 |
* | fpga load: mpmd property tree now uses the MPM list_updateable_components | Brent Stapleton | 2017-12-22 | 1 | -2/+4 |
* | mpm: mg: Refactor some periph inits into __init__ | Martin Braun | 2017-12-22 | 1 | -40/+18 |
* | mpm: mg: Fix linting issues and warnings | Martin Braun | 2017-12-22 | 1 | -51/+47 |
* | mpm: Fix minor logging issues with LMK04828 code | Martin Braun | 2017-12-22 | 3 | -7/+5 |
* | mpm: mg: Move CPLD controls to dedicated class | Martin Braun | 2017-12-22 | 1 | -91/+163 |
* | mpm: Add configurable log levels | Martin Braun | 2017-12-22 | 2 | -4/+30 |
* | mg: Include Algorithm header so that std::max resolves properly. | Andrew Lynch | 2017-12-22 | 1 | -0/+1 |
* | mg: Stop sharing RX and TX LO sptrs across blocks | Martin Braun | 2017-12-22 | 1 | -12/+0 |
* | mg: Force updating of CPLD/ATR bits at init | Martin Braun | 2017-12-22 | 3 | -34/+36 |
* | uhd: Remove keys from device hashing | Martin Braun | 2017-12-22 | 1 | -3/+16 |
* | mg: Enable CAL and LO-CAL "antenna" inputs | Martin Braun | 2017-12-22 | 3 | -15/+33 |
* | mg: master and slave radio sharing frequency | Trung Tran | 2017-12-22 | 3 | -129/+62 |
* | mpmd: Bump initialization timeout to 45 seconds | Martin Braun | 2017-12-22 | 1 | -1/+1 |
* | mpm: Cache connection type in PeriphManagerBase | Martin Braun | 2017-12-22 | 2 | -1/+19 |
* | mpm: Add LiberioDispatcherTable | Trung Tran | 2017-12-22 | 2 | -0/+74 |
* | mykonos: turn on init cals and tracking cals | Trung N Tran | 2017-12-22 | 1 | -13/+13 |
* | mg: Keep on RX amplifier even when ATR state is idle | Martin Braun | 2017-12-22 | 1 | -1/+1 |
* | mpm: Remove leading _ from _get_device_info() | Martin Braun | 2017-12-22 | 3 | -4/+5 |
* | mpm: Make list_updateable_components return something | Martin Braun | 2017-12-22 | 1 | -2/+1 |
* | mpmd: Use the get_last_error feature from the RPC client | Martin Braun | 2017-12-22 | 2 | -2/+6 |
* | mpm: Improve exception/error handling | Martin Braun | 2017-12-22 | 1 | -19/+75 |
* | rpc: Add feature to retrieve an error string | Martin Braun | 2017-12-22 | 1 | -6/+58 |
* | fpga load: adding MPMD image loader function | Brent Stapleton | 2017-12-22 | 2 | -0/+107 |
* | fpga load: adding updateable components to mpmd property tree | Brent Stapleton | 2017-12-22 | 1 | -0/+38 |