| Commit message (Expand) | Author | Age | Files | Lines |
* | mg: external LO need update correct freq | Trung N Tran | 2017-12-22 | 1 | -2/+13 |
* | mg: Fix reading back output sampling rate | Martin Braun | 2017-12-22 | 2 | -7/+0 |
* | types: Change eeprom_map_to to uint8_t vectors | Martin Braun | 2017-12-22 | 1 | -1/+4 |
* | mg: Add LO specific properties and methods | Trung N Tran | 2017-12-22 | 4 | -57/+515 |
* | n3xx: fix TX power loss | Trung N Tran | 2017-12-22 | 1 | -0/+1 |
* | mg: Update gain immediately after setting frequency | Trung N Tran | 2017-12-22 | 2 | -5/+37 |
* | mg: Lock access to setters | Martin Braun | 2017-12-22 | 2 | -0/+16 |
* | mg: Fix gain setting on channels 1 and 3 | Trung Tran | 2017-12-22 | 4 | -36/+46 |
* | mg: fix rx gain on channel 1 | Trung N Tran | 2017-12-22 | 1 | -1/+2 |
* | mg: Fix TX power issues | Trung N Tran | 2017-12-22 | 1 | -1/+3 |
* | mpmd: More gracefully quite the reclaim loop on failure | Martin Braun | 2017-12-22 | 1 | -1/+6 |
* | fpga load: Atomic updating of multiple components | Brent Stapleton | 2017-12-22 | 2 | -57/+107 |
* | mg: fix TX dsa bug | Trung N Tran | 2017-12-22 | 1 | -1/+3 |
* | mpmd: Bump init timeout to 120 seconds (sic) | Martin Braun | 2017-12-22 | 1 | -1/+1 |
* | mg: Enable variable master clock rates | Martin Braun | 2017-12-22 | 4 | -9/+50 |
* | 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 | 1 | -2/+26 |
* | mg: Fix minor compiler warnings | Martin Braun | 2017-12-22 | 3 | -19/+22 |
* | 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 |
* | mg: Add stubs for LO locked sensors | Martin Braun | 2017-12-22 | 3 | -1/+48 |
* | mpm: added additional filtering to mpm find routine | Brent Stapleton | 2017-12-22 | 1 | -1/+13 |
* | mg: Add stubs for lo_locked sensor | Martin Braun | 2017-12-22 | 1 | -1/+17 |
* | mpm/mpmd: Move to request_xport()/commit_xport() architecture | Martin Braun | 2017-12-22 | 4 | -120/+342 |
* | fpga load: mpmd property tree now uses the MPM list_updateable_components | Brent Stapleton | 2017-12-22 | 1 | -2/+4 |
* | 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 |
* | 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 |
* | mg: Keep on RX amplifier even when ATR state is idle | Martin Braun | 2017-12-22 | 1 | -1/+1 |
* | mpmd: Use the get_last_error feature from the RPC client | Martin Braun | 2017-12-22 | 2 | -2/+6 |
* | 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 |
* | mg: Add DSA, AD9371, and total gain | Trung N Tran | 2017-12-22 | 2 | -46/+241 |
* | 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 |
* | mg: Add controls for frontpanel- and internal GPIOs | Martin Braun | 2017-12-22 | 2 | -1/+46 |
* | mg: Add peripheral controls for CPLD and LO synthesizers | Martin Braun | 2017-12-22 | 2 | -2/+106 |
* | mg: Refactored control class | Martin Braun | 2017-12-22 | 2 | -185/+282 |