Wouter
3fabc0b503
README: current version is 4
2021-09-04 22:13:31 +02:00
Mike Black W9MDB
b2560982fe
Add LIBUSB flags to hamlib.m4
...
https://github.com/Hamlib/Hamlib/issues/763
2021-09-04 22:13:31 +02:00
Mike Black W9MDB
36b4233277
Change tests/Makefile.am testlibusb to use LIBUSB_CFLAGS and LIBUSB_LIBS
2021-09-04 22:13:31 +02:00
Mike Black W9MDB
181571a970
Add fallback serial open logic to hopefully cure serial port open error with K4
...
https://github.com/Hamlib/Hamlib/issues/768
2021-09-04 22:13:31 +02:00
Mike Black W9MDB
724891246a
Remove csharp from codeql-analysis
2021-09-04 22:13:31 +02:00
Mike Black W9MDB
908b18246e
Hopefully portable detection of libusb.h in testlibusb.c
...
https://github.com/Hamlib/Hamlib/issues/763
2021-09-04 22:13:31 +02:00
Mike Black W9MDB
356f23b0fb
Fixing codesql-analysis.yml
2021-09-04 22:13:31 +02:00
Mike Black W9MDB
67181bf7c9
Fixing codesql-analysis.yml
2021-09-04 22:13:31 +02:00
Mike Black W9MDB
6cb90f5260
Fixing c-cpp.yml for libusb
2021-09-04 22:13:31 +02:00
Mike Black W9MDB
2e48c2470b
Fixing c-cpp.yml for libusb
2021-09-04 22:13:31 +02:00
Mike Black W9MDB
9c75ab3d40
Attempt to fix c-cpp.yml for libusb dependency
2021-09-04 22:13:31 +02:00
Mike Black W9MDB
67597b50c7
Add testlibusb to Makefile.am in tests
...
https://github.com/Hamlib/Hamlib/issues/763
2021-09-04 22:13:31 +02:00
Mike Black W9MDB
d59d75c20a
Another fix for build-w64-jtsdk.sh
...
https://github.com/Hamlib/Hamlib/issues/763
2021-09-04 22:13:31 +02:00
Mike Black W9MDB
72de08b3e0
Add msys-2.0.dll to jtsdk build for libusb support
...
https://github.com/Hamlib/Hamlib/issues/763
2021-09-04 22:13:31 +02:00
Mike Black W9MDB
e0f468d2c6
Move FT1 command to K4 rig only
2021-09-04 22:13:31 +02:00
Mike Black W9MDB
06327322ef
For Elecraft add a set split after DT$ command in set_split_mode
...
On the K4 the setting of VFOA was turning split off
https://github.com/Hamlib/Hamlib/issues/748
2021-09-04 22:13:31 +02:00
Mike Black W9MDB
12b4dda856
Add a check in flrig to protect strdup from a NULL pointer
...
https://github.com/Hamlib/Hamlib/issues/765
2021-09-04 22:13:31 +02:00
Mike Black W9MDB
c95adac2b1
Adding testlibusb.c
2021-09-04 22:13:31 +02:00
Michael Black
c5bc57b719
Create codeql-analysis.yml
2021-09-04 22:13:31 +02:00
Wouter van Gulik
0ebf99742e
Yeasu rigs: move native command to C file, move function declration to C
...
file.
There is no point in having it in the header file if data that is used only in
the C file.
Export ft857_[sg]et_vfo via the ft857 header and use the header in
ft897.
2021-09-04 21:37:28 +02:00
Mike Black W9MDB
06f471d5c8
Add AM_CFLAGS to bindings/Makefile.am to pick up debug flags
2021-09-03 17:31:33 -05:00
Mike Black W9MDB
2bfd09e593
Update py3test.py path
2021-09-03 17:02:12 -05:00
Mike Black W9MDB
d1c824be5c
Add simple.c example of rig_get_rig_info call
2021-09-03 10:17:51 -05:00
Mike Black W9MDB
820e4d4310
Fix compilation of misc.c with gmtime_r replacement function for mingw
...
https://github.com/Hamlib/Hamlib/issues/784
2021-09-02 17:08:10 -05:00
Mike Black W9MDB
6de4588335
Do not do vfo_fixup on satmode rigs
...
https://github.com/Hamlib/Hamlib/issues/782
2021-09-01 12:45:29 -05:00
Mike Black W9MDB
7a5834a9a3
Fix bogus sscanf in kpa_get_powerstat -- function would not work
2021-09-01 09:11:00 -05:00
Mike Black W9MDB
acac64c116
Really fix icom_set_func so that it can also turn off DUAL_WATCH
2021-09-01 09:08:13 -05:00
Mike Black W9MDB
3e3436bdce
Fix gp2000_get_mode bogus sscanf -- potential seg fault function would not work
2021-09-01 09:06:23 -05:00
Mike Black W9MDB
ee56688003
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-01 09:00:56 -05:00
Michael Black
9fad079730
Merge pull request #780 from wutje/yeasu_cmmd_indirection_removal
...
Yaesu cmnd indirection removal
2021-09-01 06:06:12 -05:00
Nate Bargmann
fe789607d0
Update for 4.4 release
2021-08-31 21:09:55 -05:00
Nate Bargmann
45e0db787d
Advance to version 4.4~git
2021-08-31 21:09:30 -05:00
Nate Bargmann
53104cac3c
Change release date to 2021-09-01
2021-08-31 21:00:22 -05:00
Mike Black W9MDB
cd8acd5c1f
Update NEWS for 4.3 release
2021-08-30 17:38:00 -05:00
Wouter van Gulik
2ed6142851
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-08-30 22:42:51 +02:00
Mike Black W9MDB
03ebf857a9
Update rotctl.1 man page
2021-08-30 15:19:16 -05:00
Wouter van Gulik
261825fa27
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-08-30 21:48:59 +02:00
Mike Black W9MDB
eaa39df66b
Update tests/Makefile.am to not remove build scripts
2021-08-30 10:41:05 -05:00
Mike Black W9MDB
4c0781560d
astyle files
2021-08-30 10:04:50 -05:00
Mike Black W9MDB
9032e3e58b
Improve ser_open error message
2021-08-30 10:01:36 -05:00
Mike Black W9MDB
5c00d46cc3
Merge branch 'master' of https://github.com/Hamlib/Hamlib
2021-08-30 08:46:55 -05:00
Mike Black W9MDB
f65022b4ca
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-08-30 08:45:56 -05:00
Michael Black
118dcbb35f
Merge pull request #779 from cjritola/fcdppAug2021
...
Map FCDPP LNA and Mixer Gain as PREAMP values. Closes #766
2021-08-30 08:25:26 -05:00
Mike Black W9MDB
53b67d24ec
Fix Startup information in rigctl and rigctld
2021-08-29 23:32:29 -05:00
Chuck Ritola
dc47740c40
Map FCDPP LNA and Mixer Gain as PREAMP values. Closes #766
2021-08-30 00:18:42 -04:00
Mike Black W9MDB
a0672e4f7e
Fix rigctl/rigctld interaction regression from issue 773
...
https://github.com/Hamlib/Hamlib/issues/778
https://github.com/Hamlib/Hamlib/issues/773
2021-08-29 09:59:47 -05:00
Mike Black W9MDB
f6b57e147d
Make kenwood set_split_vfo behave the same as set_vfo in both directions
...
https://github.com/Hamlib/Hamlib/issues/746
2021-08-29 08:29:26 -05:00
Mike Black W9MDB
36387c8af7
Put rigctl flow debug in if statement
...
https://github.com/Hamlib/Hamlib/issues/773
2021-08-29 00:03:27 -05:00
Mike Black W9MDB
d16fa490d7
Fix display of arguments for rigctl non-readline version
...
https://github.com/Hamlib/Hamlib/issues/773
2021-08-28 23:44:35 -05:00
Mike Black W9MDB
2c8092d21b
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-08-28 22:35:16 -05:00