| Commit message (Expand) | Author | Age | Files | Lines |
* | docs: Add comments on mpm.conf | Martin Braun | 2020-07-09 | 1 | -0/+1 |
* | mpm: Fix various Pylint issues | Martin Braun | 2020-07-09 | 4 | -11/+7 |
* | mpm: Look for pca953x based devices by device/name | Steven Koo | 2020-06-11 | 3 | -4/+4 |
* | mpm: Return filesystem info from get_device_info | Lane Kolbly | 2020-06-05 | 1 | -0/+14 |
* | mpm: Return dboard_info in get_device_info | Lane Kolbly | 2020-06-05 | 1 | -0/+5 |
* | mpm: Return build info in mpm_sw_version | Lane Kolbly | 2020-05-27 | 1 | -1/+1 |
* | mpm: rpc_server: set correct default unpacker params for msgpack 0.6.1 | Joerg Hofrichter | 2020-03-05 | 1 | -2/+2 |
* | mpm: explicitly set max buffer size for msgpack unpacker | Andrew Lynch | 2020-03-05 | 1 | -0/+2 |
* | mpm: Make contextmanagers exception-safe | Lane Kolbly | 2020-03-03 | 2 | -4/+8 |
* | mpm: rpc: Use contextmanager for claim timeouts | Toni Jones | 2020-03-03 | 1 | -33/+38 |
* | e320/e310: Fix get_gpio_srcs() MPM API call | Martin Braun | 2020-02-26 | 2 | -2/+2 |
* | fixup! mpm: e320/e310: Expose APIs to drive GPIO source via UHD | Martin Braun | 2020-01-28 | 3 | -2/+3 |
* | mpm: e320/e310: Expose APIs to drive GPIO source via UHD | Martin Braun | 2020-01-23 | 4 | -78/+145 |
* | mpm/mpmd: Expose APIs to drive GPIO sources | Martin Braun | 2020-01-23 | 4 | -31/+113 |
* | mpm: mg: Make set_master_clock_rate() an async call | Martin Braun | 2019-11-26 | 1 | -2/+2 |
* | mpm: e31x: Remove superfluous code from e31x_periphs | Martin Braun | 2019-11-26 | 2 | -14/+2 |
* | mpm: e31x: Fix setting of clock source | Martin Braun | 2019-11-26 | 1 | -4/+1 |
* | mpm: e310: Enable GPS sensors | Martin Braun | 2019-11-26 | 2 | -5/+70 |
* | e310: Fix issues in MPM and UHD | Martin Braun | 2019-11-26 | 4 | -163/+143 |
* | mpm: Clean up code, improve Pylint score | Martin Braun | 2019-11-26 | 5 | -101/+115 |
* | mpm/mpmd: Remove token requirement for device info | Martin Braun | 2019-11-26 | 1 | -1/+2 |
* | mpm: Move common mboard regs code to common location | Martin Braun | 2019-11-26 | 9 | -736/+272 |
* | mpm: n3xx: Improve Pylint score | Martin Braun | 2019-11-26 | 2 | -16/+19 |
* | mpm: Fix calculation of link_rate for UDP xports | Aaron Rossetto | 2019-11-26 | 1 | -1/+1 |
* | rfnoc: Unify endianness of transports | Alex Williams | 2019-11-26 | 3 | -3/+3 |
* | x300/mpmd: Port all RFNoC devices to the new RFNoC framework | Martin Braun | 2019-11-26 | 15 | -830/+957 |
* | mpm: gpsd_iface: Sanitize return values for get_gps_info() | Martin Braun | 2019-11-21 | 1 | -8/+21 |
* | mpm: rpc_server: Reenable timeouts after components have been updated | Martin Braun | 2019-10-28 | 1 | -0/+3 |
* | MPM: Add check for valid EEPROM address | michael-west | 2019-10-15 | 1 | -0/+3 |
* | N3xx: Remove close-in noise on TX | Michael West | 2019-10-11 | 1 | -2/+3 |
* | n3xx: Disable gpsdo reference source when enable_gps=0 | Martin Braun | 2019-10-11 | 1 | -12/+18 |
* | mpm: periph manager: Fix typo in docstring (update default args) | Martin Braun | 2019-10-11 | 1 | -2/+3 |
* | MPM: Increase E320 max rev to 4 | michael-west | 2019-09-24 | 1 | -1/+1 |
* | mpm: fixed mboard_max_revision value | Matthew Crymble | 2019-09-24 | 4 | -15/+10 |
* | n3xx: mg: Make set_freq() call asynchronous | Martin Braun | 2019-08-22 | 1 | -0/+14 |
* | mpm: mg: Only import AD9371 API calls if not yet on Magnesium | Martin Braun | 2019-08-22 | 1 | -2/+3 |
* | e320: fix time source clobbering ref source | Mark Meserve | 2019-08-15 | 1 | -2/+6 |
* | mpm: net: Fix typo in docstring | Martin Braun | 2019-07-20 | 1 | -1/+1 |
* | n3xx: bugfix for mpm set_db_eeprom access via network | Thomas Vogel | 2019-06-13 | 1 | -4/+7 |
* | mpm: Change SW/HW compat check to use last_rev_compat | Trung Tran | 2019-05-10 | 4 | -18/+33 |
* | mpm: Add MB-EEPROMv3 | Martin Braun | 2019-05-10 | 1 | -2/+18 |
* | E320: Add support for rev E | michael-west | 2019-05-02 | 1 | -1/+1 |
* | e310/e320: Move E310 to MPM architecture and refactor | Sugandha Gupta | 2019-05-01 | 11 | -11/+1404 |
* | mpm: Add option for muxed data stream for liberio transport | Sugandha Gupta | 2019-05-01 | 1 | -3/+9 |
* | mpm: sys_utils: Remove hardcoded 'subsystem' for temp sensor | Sugandha Gupta | 2019-05-01 | 1 | -8/+24 |
* | mpm: python: Move from Boost.Python to PyBind11 | Martin Braun | 2019-04-02 | 2 | -2/+2 |
* | uhd: mpm: update all license header w/ "-or-later" | Brent Stapleton | 2019-03-08 | 4 | -4/+4 |
* | mpm: rpc_server: Improve error message on double-claim | Martin Braun | 2019-02-22 | 1 | -2/+5 |
* | mpm: rhodium: Fix clock value log formatting | Martin Braun | 2019-02-22 | 1 | -2/+3 |
* | mpm: rhodium: Fix typo in log message | Martin Braun | 2019-02-22 | 1 | -1/+1 |