[Hamlib-developer] Pull request: Fixing some GPIO PTT issues
Library to control radio transceivers and receivers
Brought to you by:
n0nb
|
From: Bill S. <g4...@cl...> - 2020-01-27 21:47:03
|
Hi Mike and all, The following changes since commit ed50f580dee720cf36f8350f0d8d47a1e26c7d71: Merge branch 'mdblack98-master' (2020-01-23 23:04:18 -0600) are available in the Git repository at: git://git.code.sf.net/u/bsomervi/hamlib rigctld-gpio for you to fetch changes up to e1e6969e9ecd438ea9a28f7418dd4308ace6b0e9: Simplify closing of device files (2020-01-26 19:06:27 +0000) ---------------------------------------------------------------- Bill Somerville (7): Made PTT and DCD options consistent between rigctl and rigctld Report unrecognised PTT and DCD types in rigctl and rigctld Update i/o functions to support GPIO(N) port closure Fixed erroneous messages in rig_close with GPIO(N) PTT or DCD types Remove duplication across GPIO and GPION handling of PTT and DCD Improved get PTT state handling in dummy backend Simplify closing of device files dummy/dummy.c | 52 ++++++++++++++++++++++++++++++++++++++----------- src/iofunc.c | 11 +---------- src/rig.c | 60 +++++++++++---------------------------------------------- tests/rigctl.c | 6 ++++-- tests/rigctld.c | 26 +++++++++++++++++++++++-- 5 files changed, 81 insertions(+), 74 deletions(-) 73 Bill G4WJS. |