| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | mpm: mg: Fix linter errors, compacted SPI factories | Martin Braun | 2017-12-22 | 1 | -27/+16 |
* | mpm: mg: Move some class attributes to local scopes | Martin Braun | 2017-12-22 | 2 | -32/+38 |
* | mpm: n310: Remove unused imports (linter warnings) | Martin Braun | 2017-12-22 | 1 | -2/+1 |
* | mpm: mykonos: Increase SPI speed to 20 MHz | Trung N Tran | 2017-12-22 | 1 | -1/+1 |
* | mpm: mg: Remove unused spi_factories key | Trung N Tran | 2017-12-22 | 1 | -5/+3 |
* | mpm: mg: Set default master_clock_rate to 125 MHz at every init | Trung Tran | 2017-12-22 | 1 | -0/+2 |
* | mpm: mykonos: Add API to change master clock rate | Trung N Tran | 2017-12-22 | 8 | -10/+135 |
* | mpmd: Bump init timeout to 120 seconds (sic) | Martin Braun | 2017-12-22 | 1 | -1/+1 |
* | jesd: add reset routine and make portions more generic for various links | djepson1 | 2017-12-22 | 1 | -33/+101 |
* | n3xx: add support for 122.88 and 153.6 MHz sample clock rates | Martin Braun | 2017-12-22 | 5 | -91/+207 |
* | mg: Enable variable master clock rates | Martin Braun | 2017-12-22 | 5 | -11/+56 |
* | mg: Init dboard sensors via MPM | Martin Braun | 2017-12-22 | 3 | -9/+39 |
* | mpm: mg: Add dboard sensors for low- and highband LO lock status | Martin Braun | 2017-12-22 | 3 | -16/+52 |
* | mpm: ad937x: Add LO lock API | Martin Braun | 2017-12-22 | 2 | -0/+21 |
* | mpm: Let usrp_hwd.py --init-only show init status and duration | Martin Braun | 2017-12-22 | 1 | -1/+10 |
* | mpm: mg: Optionally parallelize init calls to dboard | Martin Braun | 2017-12-22 | 1 | -3/+19 |
* | mg: Fix minor compiler warnings | Martin Braun | 2017-12-22 | 3 | -19/+22 |
* | mpm: Minor spidev fixes | Martin Braun | 2017-12-22 | 1 | -18/+5 |
* | 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 |