| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | mg: Add static gain tables and -support | Martin Braun | 2017-12-22 | 9 | -279/+799 |
* | mg: Make CPLD API more fine-grained | Martin Braun | 2017-12-22 | 3 | -99/+250 |
* | mg: Added stubs for LO controls | Martin Braun | 2017-12-22 | 2 | -0/+77 |
* | mg: Refactor magnesium_radio_ctrl and friends | Martin Braun | 2017-12-22 | 9 | -1014/+1275 |
* | mg: Add defer_commit argument to CPLD controls | Martin Braun | 2017-12-22 | 2 | -15/+32 |
* | mg: Add support for TX switches. | Alex Williams | 2017-12-22 | 1 | -2/+58 |
* | n3xx: add atr switch update for tx direction | Trung N Tran | 2017-12-22 | 2 | -3/+29 |
* | mpmd: added support for the skip_init key in the device args | Brent Stapleton | 2017-12-22 | 2 | -16/+30 |
* | fpga load: add N310 update FPGA function | Brent Stapleton | 2017-12-22 | 1 | -0/+14 |
* | fpga load: add update_component function to MPM | Brent Stapleton | 2017-12-22 | 2 | -0/+95 |
* | mg: Add DSA, AD9371, and total gain | Trung N Tran | 2017-12-22 | 3 | -54/+246 |
* | n3xx: Configure antenna switching | Trung N Tran | 2017-12-22 | 2 | -46/+72 |
* | mg: Add support for low band LOs and RX switches | Alex Williams | 2017-12-22 | 2 | -4/+272 |