mirror of
https://github.com/saymrwulf/uhd.git
synced 2026-05-15 21:01:26 +00:00
Currently the E320's integrated GPSDO can be disabled using the "enable_gps" argment at MPM initialization time (e.g. when the radio powers on and launches the MPM daemon). However, there is no way for a UHD application to disable the GPSDO at connection time. This patch allows the existing "enable_gps" arg to be accepted when initiating an MPM session from UHD, such that an application can pass the arg "enable_gps=0" at connection time to disable the GPSDO. The default power state of the GPSDO is restored when the session ends. Edit: On top of the original commit by draeman-synoptic, the MPM minor compat number was also increased to denote new non-breaking feature support. Co-authored-by: mattprost <matt.prost@ni.com> Signed-off-by: mattprost <matt.prost@ni.com> |
||
|---|---|---|
| .. | ||
| chips | ||
| cores | ||
| dboard_manager | ||
| periph_manager | ||
| simulator | ||
| sys_utils | ||
| xports | ||
| __init__.py.in | ||
| aurora_control.py | ||
| bfrfs.py | ||
| bist.py | ||
| CMakeLists.txt | ||
| compat_num.py | ||
| components.py | ||
| discovery.py | ||
| e31x_legacy_eeprom.py | ||
| eeprom.py | ||
| ethdispatch.py | ||
| fpga_bit_to_bin.py | ||
| gpsd_iface.py | ||
| mpmlog.py | ||
| mpmtypes.py | ||
| mpmutils.py | ||
| prefs.py | ||
| process_manager.py | ||
| rpc_server.py | ||
| test_bfrfs.py | ||
| tlv_eeprom.py | ||
| user_eeprom.py | ||