Wykres commitów

8571 Commity (2f38a32b0ab6ff0610ce4f296ec748f4cbbfa231)

Autor SHA1 Wiadomość Data
Mike Black W9MDB 2f38a32b0a Move memcpy of deprecated structure in rotator.c and add memcpy to amplifier.c
https://github.com/Hamlib/Hamlib/issues/960
2022-02-10 09:54:54 -06:00
Mike Black W9MDB 43f8a1d680 Remove some debug from rigctl.c 2022-02-09 23:54:51 -06:00
Mike Black W9MDB f2a41a6452 Fix FTDX10 SH command -- seems to be unique amongst Yaeus rigs 2022-02-07 16:32:04 -06:00
Mike Black W9MDB a0fc3eaffa Add a check to a bogus warning in rig.c to make it correct 2022-02-07 07:17:51 -06:00
Mike Black W9MDB 599761f196 Improve 0x25 0x26 debug msg a bit 2022-02-06 23:27:39 -06:00
Mike Black W9MDB 524dd1f8c2 Balance ENTER/RETURN FUNC in icom.c 2022-02-06 23:24:33 -06:00
Mike Black W9MDB 7876f17551 Add A_B_ONLY when VFO_TX is requested in vfo_fixup
https://github.com/Hamlib/Hamlib/issues/957
2022-02-06 13:05:40 -06:00
Mike Black W9MDB 7c2d9ec0f0 Add TX_VFO handling in kendwood set_split_vfo 2022-02-06 12:18:10 -06:00
Mike Black W9MDB 0b7210b01c Update .gitignore for config.h.in 2022-02-06 09:31:17 -06:00
Mike Black W9MDB 0ec19b6354 Change .gitignore for move on config.h to include/hamlib 2022-02-06 09:29:42 -06:00
Mike Black W9MDB 7e1e90352e Add VFO_TX to kenwood.c set_vfo 2022-02-06 09:28:56 -06:00
Mike Black W9MDB 3df4571ec4 Allow rigctl w command to time out faster 2022-02-06 08:24:37 -06:00
Mike Black W9MDB 6934536e09 Add some more deprecated port copies 2022-02-06 08:22:53 -06:00
Mike Black W9MDB 92eb1bc4bc Balance more RETURNFUNC 2022-02-06 08:10:20 -06:00
Mike Black W9MDB f7ab619938 Balance more RETURNFUNC statements 2022-02-06 07:55:59 -06:00
Mike Black W9MDB 7f406427ca Balance RETURNFUNC in kenwood.c 2022-02-06 07:46:36 -06:00
Mike Black W9MDB 2061ab92a8 Align some more RETURNFUNC statements 2022-02-06 06:18:04 -06:00
Mike Black W9MDB 2989782286 Fix some RETURNFUNC statements to balance depth counter 2022-02-06 00:00:55 -06:00
Mike Black W9MDB 776c68e3b1 Allow backwards compatibility for rigctl and rigctld by copying deprecated values to new port_t structures 2022-02-05 23:55:46 -06:00
Mike Black W9MDB 6f486e69d6 Add some more copies to port_deprecated structures for rigctl and rigctld 2022-02-05 23:25:02 -06:00
Mike Black W9MDB 5976e6a65f Fix spelling error in flrig.c 2022-02-05 17:13:47 -06:00
Mike Black W9MDB 278693ea36 Fix flrig_get_split_vfo to return tx_vfo=RIG_VFO_A when split=4 2022-02-05 17:13:02 -06:00
Mike Black W9MDB ceb3dd161f Move PTHREAD declaration back to where it was in rig.h 2022-02-05 17:03:46 -06:00
Mike Black W9MDB a5bd84547a Merge branch 'master' of https://github.com/Hamlib/Hamlib 2022-02-05 15:27:56 -06:00
Mike Black W9MDB 8c34ce1a2d astyle source code 2022-02-05 15:27:43 -06:00
Michael Black 30aff6102e
Merge pull request #955 from dforsi/fix/manpages
Fix macros not defined in man pages
2022-02-05 10:09:52 -06:00
Mike Black W9MDB db1de6bfd2 Fix dra818.c compilation warning 2022-02-05 10:08:04 -06:00
Daniele Forsi IU5HKX adeb2980a5 Fix lintian warning: macro 'IN' not defined 2022-02-05 16:59:56 +01:00
Daniele Forsi IU5HKX 69b1f272d7 Fix lintian warning: macro 'RG' not defined 2022-02-05 16:48:15 +01:00
Mike Black W9MDB 61656760ef Update ts590 version 2022-02-05 08:17:26 -06:00
Michael Black 9c60d1b9a0
Merge pull request #954 from rn3kk/master
Kenwood TS-590. Work get_level for ATT/Preamp state
2022-02-05 08:16:22 -06:00
nbanshchikov 92bd1d4e83 correct debug log message 2022-02-05 17:13:35 +03:00
nbanshchikov c1ed899c19 Kenwood TS-590. Work get_level for ATT/Preamp state
https://github.com/Hamlib/Hamlib/issues/953
2022-02-05 16:58:07 +03:00
Mike Black W9MDB 1c5826d533 Add TS590 RIG_LEVEL_ATT
https://github.com/Hamlib/Hamlib/issues/953
2022-02-04 23:07:57 -06:00
Mike Black W9MDB 27f3cafc6e Add TS590 RIG_LEVEL_PREAMP
https://github.com/Hamlib/Hamlib/issues/953
2022-02-04 23:04:10 -06:00
Mike Black W9MDB 9ae7f7535d Adjust band_t values to match the Yaesu indexes
https://github.com/Hamlib/Hamlib/issues/919
2022-02-04 22:13:22 -06:00
Mike Black W9MDB 68e121d82c Change all to remove HAVE_CONFIG dependency and include <hamlib/config.h> by default
This is necessary to keep alignment between the client view of rig->state and the shared libarary view
Including PTHREAD functions in rig->state necessitated this as HAVE_PTHREAD only defined during hamlib compilation.
Clients including hamlib/rig.h did not pick up all the HAVE* config variable that control what gets included
https://github.com/Hamlib/Hamlib/issues/947
2022-02-04 07:41:36 -06:00
Mike Black W9MDB d6d446944b Fix kenwood_set_split_vfo vfo_fixup call 2022-02-04 07:24:08 -06:00
Mike Black W9MDB 3a77601ca5 Check for VFO_TX and VFO_RX in kenwood_set_split_vfo 2022-02-04 06:55:28 -06:00
Mike Black W9MDB b9d3de3cbf Fix kenwood_set_split_vfo typo 2022-02-03 23:15:07 -06:00
Mike Black W9MDB 836fae0ba0 Add VFO_TX handling (VFOB) to kenwood_set_split_vfo 2022-02-03 23:13:27 -06:00
Mike Black W9MDB 81d61c09cc Remove temp debug from rig.c
https://github.com/Hamlib/Hamlib/issues/947
2022-02-03 23:10:04 -06:00
Mike Black W9MDB 1d9c067dd2 Add top_builddir to include path in configure.ac
https://github.com/Hamlib/Hamlib/issues/947
2022-02-03 22:50:15 -06:00
Mike Black W9MDB 0062a09307 Fix include/config.h in rig.h
https://github.com/Hamlib/Hamlib/issues/947
2022-02-03 22:35:55 -06:00
Mike Black W9MDB 9aade8de3f Add config.h to include/hamlib so HAVE_PTHREAD is available if needed
https://github.com/Hamlib/Hamlib/issues/947
2022-02-03 22:31:42 -06:00
Mike Black W9MDB 1bc9c0da79 Fix pthread.h detection in rig.h
We may have to start distributing config.h with hamlib
https://github.com/Hamlib/Hamlib/issues/947
2022-02-03 17:19:05 -06:00
Mike Black W9MDB bbd20c45dd Fix valgrind-discovered unitialized curr_vfo in rig.c 2022-02-03 10:41:54 -06:00
Mike Black W9MDB 5a1e73396c Remove FUNC calls from rig_cleanup as rig is closed 2022-02-03 08:38:17 -06:00
Mike Black W9MDB 9852288992 Baland RETURNFUNC statements in rig.c 2022-02-02 23:48:42 -06:00
Mike Black W9MDB 3498fb1cf6 Balancing RETURNFUNC2 statements 2022-02-02 23:33:28 -06:00