Wykres commitów

7754 Commity (d6c1c4ec78f1f627911632dd1e584bf56094f90f)

Autor SHA1 Wiadomość Data
Wouter van Gulik d6c1c4ec78 rig.c/rig_reset Make defines a link in the documentation 2021-09-09 22:15:16 +02:00
Wouter van Gulik 9134fa55c9 rig.c: Fix Doxygen for rigerror 2021-09-08 22:57:04 +02:00
Wouter van Gulik 998e19bdd4 Fix Doxygen in rig.c. Commit c5c60f0 also touched Doxygen comments which
was not intended. It replaced \return with \RETURNFUNC. Breaking
Doxygen.
2021-09-08 22:45:36 +02:00
Wouter van Gulik 3e1b06432b scripts: Update example in readme, since 4.0 817 is 1020 2021-09-08 22:35:14 +02:00
Mike Black W9MDB f064241c64 Update testlibusb.c warning to "may be" instead of "will be" 2021-09-07 22:37:35 -05:00
Mike Black W9MDB f2c60aa33a Since Icom rigs default to filter 2 if a filter is not selected we will do the same when turning on data mode
https://github.com/Hamlib/Hamlib/issues/791
2021-09-07 17:52:44 -05:00
Mike Black W9MDB e900b4f9dc Change set_icom_set_mode_with_data to not change mode unless necessary
Should allow filters to stay where they are set if USB-D is the starting mode
https://github.com/Hamlib/Hamlib/issues/791
2021-09-07 17:44:57 -05:00
Mike Black W9MDB 4679d0f2ef Make testlibusb.c compatible with libusb < 1.0.23 2021-09-07 07:03:53 -05:00
Mike Black W9MDB c53a288cd8 Add debug to show vfofixup being skipped due to satmode rig 2021-09-06 07:41:33 -05:00
Mike Black W9MDB cd194b6450 Merge branch 'master' of https://github.com/Hamlib/Hamlib 2021-09-04 16:53:02 -05:00
Michael Black c7dbbfbc32
Merge pull request #788 from wutje/ft817_improvements
FT817: add get_ant. Add SWR level. Fix ALC, PWR
2021-09-04 16:52:40 -05:00
Wouter van Gulik b06a3c1714 Merge branch 'master' into ft817_improvements 2021-09-04 23:16:18 +02:00
Wouter van Gulik 5aa1572a30 Merge branch 'master' into ft817_improvements 2021-09-04 23:08:48 +02:00
Wouter van Gulik 6f02f38fdc Add 60m to the 818 tx capabilities, it is one fo the few differences
between 818 and 817.
2021-09-04 22:57:23 +02:00
Wouter van Gulik 49b2eca6c1 Add get_ant for 817. NO TESTED! I ONLY HAVE A FT818! 2021-09-04 22:57:23 +02:00
Mike Black W9MDB e9d32ed6c9 Merge branch 'master' of https://github.com/Hamlib/Hamlib 2021-09-04 15:47:02 -05:00
Michael Black 187dcff6c5
Merge pull request #787 from wutje/yeasu_move_native_cmd_to_c_file
Yeasu rigs: move native command to C file, move function declaration to C file
2021-09-04 15:46:51 -05:00
Wouter van Gulik 4cf092fc0b Implement get_ant (for 818 only) Add antenna info to RX lists 2021-09-04 22:20:54 +02:00
Wouter van Gulik 83b887ca8c Properly implement getting ALC, RFPOWER and SWR for 817/818.
Previous implementation used improper command, and incorrect calibration,
and did not enable it in the caps.
Add SWR since that was easy enough.
2021-09-04 22:20:48 +02:00
Wouter van Gulik 53035454f2 Use plain 5 instead of YAESU_CMD_LENGTH as it is not related and only brings confusion 2021-09-04 22:13:32 +02:00
Wouter van Gulik 775fc832f6 Drop unused command typedef 2021-09-04 22:13:32 +02:00
Wouter van Gulik 12889cd957 Add definition of TX metering CAT command 2021-09-04 22:13:32 +02:00
Wouter van Gulik e825e5b4c9 ft817: Move relevant code fomr header to C file.
Dropped pointless NULL check before free.
Explicitly implemented digi_mode instead of awkward add on to fm_status
Handle unlikely case of getting bogus digi mode, this prevent a garbage
read while determining the bandwidth of the mode
2021-09-04 22:13:32 +02:00
Mike Black W9MDB d6350d1f0f Fix compilation of misc.c with gmtime_r replacement function for mingw
https://github.com/Hamlib/Hamlib/issues/784
2021-09-04 22:13:32 +02:00
Mike Black W9MDB 0e67bcd1fc Do not do vfo_fixup on satmode rigs
https://github.com/Hamlib/Hamlib/issues/782
2021-09-04 22:13:32 +02:00
Mike Black W9MDB 99b7a2da24 Fix bogus sscanf in kpa_get_powerstat -- function would not work 2021-09-04 22:13:32 +02:00
Mike Black W9MDB 731eb39df8 Really fix icom_set_func so that it can also turn off DUAL_WATCH 2021-09-04 22:13:32 +02:00
Mike Black W9MDB e78a8258ce Fix gp2000_get_mode bogus sscanf -- potential seg fault function would not work 2021-09-04 22:13:32 +02:00
Mike Black W9MDB 9162127e9c Fix icom_set_func so that it can also turn off DUAL_WATCH
In ic756.c remove ic756_set_func and use icom_set_func instead
2021-09-04 22:13:32 +02:00
Wouter van Gulik b6837801a6 Drop pointless rig_s assignment from Yeasu code.
rig_s was assigned once and use once, better use rig->state direct;
it gives less code to read.
Also dramatically shrinked send_priv_cmd for ft1000mp, ft100, ft600,
ft747 and ft847 by simply using ncmd direct instead of via a variabel.
2021-09-04 22:13:32 +02:00
Wouter van Gulik 287e79d318 Stop copying table to private data, use table direct.
The table is never written so there is no point makeing the copy;
it only adds confusion for a programmer.
2021-09-04 22:13:32 +02:00
Nate Bargmann 5a8922b5b5 Update for 4.4 release 2021-09-04 22:13:32 +02:00
Nate Bargmann f196d14b84 Advance to version 4.4~git 2021-09-04 22:13:32 +02:00
Nate Bargmann 3cdf09388f Change release date to 2021-09-01 2021-09-04 22:13:32 +02:00
Mike Black W9MDB 9dce7680d0 Update NEWS for 4.3 release 2021-09-04 22:13:32 +02:00
Mike Black W9MDB 4c62b3d2be Update rotctl.1 man page 2021-09-04 22:13:32 +02:00
Mike Black W9MDB 44157ad114 Update tests/Makefile.am to not remove build scripts 2021-09-04 22:13:32 +02:00
Mike Black W9MDB 32de5c3485 astyle files 2021-09-04 22:13:32 +02:00
Mike Black W9MDB d48f1aed42 Improve ser_open error message 2021-09-04 22:13:32 +02:00
Chuck Ritola 20221524f8 Map FCDPP LNA and Mixer Gain as PREAMP values. Closes #766 2021-09-04 22:13:32 +02:00
Mike Black W9MDB ecf53e22ef If set_split_freq_mode is called when split=off we'll turn on split based on current vfo selection
https://github.com/Hamlib/Hamlib/issues/764
2021-09-04 22:13:32 +02:00
Mike Black W9MDB e16a77aaa6 Fix Startup information in rigctl and rigctld 2021-09-04 22:13:32 +02:00
Mike Black W9MDB 39d3c2f681 Fix rigctl/rigctld interaction regression from issue 773
https://github.com/Hamlib/Hamlib/issues/778
https://github.com/Hamlib/Hamlib/issues/773
2021-09-04 22:13:32 +02:00
Mike Black W9MDB 970dff70a3 Make kenwood set_split_vfo behave the same as set_vfo in both directions
https://github.com/Hamlib/Hamlib/issues/746
2021-09-04 22:13:32 +02:00
Mike Black W9MDB 95a737ea56 Put rigctl flow debug in if statement
https://github.com/Hamlib/Hamlib/issues/773
2021-09-04 22:13:32 +02:00
Mike Black W9MDB 76b3f6196c Fix display of arguments for rigctl non-readline version
https://github.com/Hamlib/Hamlib/issues/773
2021-09-04 22:13:32 +02:00
Mike Black W9MDB 7b61057202 For kenwood rigs reset split after set_vfo FR command if needed
Side effect of this change is support of reverse split by changing to VFOB
https://github.com/Hamlib/Hamlib/issues/746
2021-09-04 22:13:32 +02:00
Mike Black W9MDB 8092588d97 Remove unnecessary set_mode command from TARGETABLE_MODE Icom rigs
https://github.com/Hamlib/Hamlib/issues/762
https://github.com/Hamlib/Hamlib/issues/430
2021-09-04 22:13:32 +02:00
Mike Black W9MDB 21038df9f6 Fix testcache.c 2021-09-04 22:13:32 +02:00
Mike Black W9MDB a0e692006f Remove override of PKTUSB mode for Icom rigs -- don't think we need this
Was causing mode toggling on IC7300 during PTT transitions in JTDX
2021-09-04 22:13:32 +02:00