Wykres commitów

11880 Commity (ffb61c29a5aa0eca95d4cf62e3cb15c610a223ce)

Autor SHA1 Wiadomość Data
Nate Bargmann 7c5c715888
Merge pull request #1719 from jj1bdx/jj1bdx-ic705-wfm
Add support of setting IC-705 WFM mode
2025-05-01 12:17:24 -05:00
Nate Bargmann edef6206f7
Merge pull request #1718 from dforsi/fix/typos
Fix/typos
2025-05-01 12:16:44 -05:00
Nate Bargmann 5cf8755827
Update ax_lua.m4 macro file
Per GitHub issue #1712, the older macro file was causing bootstrap
issues on Fedora 42.
2025-05-01 07:04:04 -05:00
Kenji Rikitake a395b91be6 Add support of setting IC-705 WFM mode
On IC-705, setting WFM mode via ICOM CI-V command 0x26 does not work.
This patch implements a workaround using CI-V command 0x06 instead
via icom_set_mode_without_data for IC-705 setting mode WFM.
2025-05-01 02:29:16 +00:00
Daniele Forsi IU5HKX dda30532b5 Add cross references hash mark for Doxygen 2025-04-30 19:36:20 +02:00
Daniele Forsi IU5HKX bd5ed18bdd Add documentation for RIG_CONF_END
Fixes:
warning: explicit link request to 'RIG_CONF_END' could not be resolved
2025-04-30 19:36:20 +02:00
Daniele Forsi IU5HKX c1788e2cf8 Fix names of parameters in Doxygen comments 2025-04-30 19:36:20 +02:00
Daniele Forsi IU5HKX 56b075ab45 Fix Doxygen comment
It is about the tpyedef, not the defines.
2025-04-30 19:36:07 +02:00
Daniele Forsi IU5HKX 8feb174711 Fix typos 2025-04-30 19:34:47 +02:00
Daniele Forsi IU5HKX 24eafbd2a4 Fix Doxygen comment
The description of hamlib_version was attached to hamlib_license
and hamlib_license was missing the description.
2025-04-30 19:34:47 +02:00
Daniele Forsi IU5HKX aeb827a2f1 Remove duplicated line 2025-04-30 19:34:47 +02:00
Daniele Forsi IU5HKX 3448c735b0 Remove non-working compilation instructions from comments
Some instructions were a copy and paste error, some did not link
to Hamlib. Compile all simulators with: make -C simulators check
or compile a single simulator replacing "check" with the name of
the simulator.

Fixed with:
perl -pe 's,// gcc.*\n,,' -i *.c
perl -pe 's,// On mingw.*\n,,' -i *.c
2025-04-30 19:34:22 +02:00
Daniele Forsi IU5HKX 037c4953ed Fix name of function in error messages
Fixed with:
perl -pe s/pstname/ptsname/ -i *.c
2025-04-30 19:22:36 +02:00
Nate Bargmann d03cde33b0
Merge pull request #1714 from dforsi/fix/cppcheck
Remove duplicated cppcheck suppressions
2025-04-27 06:55:30 -05:00
Nate Bargmann 4f6c61719c
Merge pull request #1715 from dforsi/fix/typos
Fix typos
2025-04-27 06:46:49 -05:00
Daniele Forsi IU5HKX 535fb6e2bd Fix typos 2025-04-26 20:50:14 +02:00
Daniele Forsi IU5HKX 12c538fc14 Remove duplicated cppcheck suppressions
Fixes:
cppcheck: error: suppression '*:extra/gnuradio/wfm.h' already exists
cppcheck: error: suppression '*:extra/gnuradio/HrAGC.h' already exists
2025-04-22 22:57:52 +02:00
Nate Bargmann 5d81ea38bb
Merge pull request #1710 from N0NB/aclog_get_freq-thousands_separator
Fix sscanf() truncating input from thousands separator
2025-04-21 22:03:00 -05:00
Nate Bargmann 923a789c29
Fix sscanf() truncating input from thousands separator
Per Github issue #1704, N3FJP logger sends a string with an embedded
comma for frequencies above 1 GHz resulting in such frequencies being
truncated.  This patch uses the optional apostrophe character in the
sscanf() format string to ignore the thousands separator.

A possible bug is when the locale of the system on which libhamlib is
executing uses a dot for the thousands separator rather than a comma.
It is unclear if the N3FJP software obeys such locales or not.  If this
turns out to be an issue then this fix will need to be reconsidered.
2025-04-21 21:27:55 -05:00
Nate Bargmann 9aed2637a6
Merge pull request #1708 from GeoBaltz/fix27
Minor fixes/cleanups for 4.6.3
2025-04-21 17:27:29 -05:00
Nate Bargmann 8f641b2b6a
Merge pull request #1707 from dforsi/fix/manpage
Fix/manpage
2025-04-21 17:22:59 -05:00
Daniele Forsi IU5HKX cee0fcb2cb Add -b, --bind-all to --help text 2025-04-21 22:21:10 +02:00
Daniele Forsi IU5HKX 7f717d520d Add that passwords aren't implemented 2025-04-21 20:25:09 +02:00
Daniele Forsi IU5HKX cd82f08ec5 Add missing command line short option -b for --bind-all 2025-04-21 20:25:09 +02:00
Daniele Forsi IU5HKX 2c0067d510 Remove unused command line short options -M and -N
The long options --multicast-addr and --multicast-port were
removed in commit c8c8869a.
2025-04-21 20:25:09 +02:00
Daniele Forsi IU5HKX faae6b5405 Add missing arguments to command line options 2025-04-21 20:25:09 +02:00
Daniele Forsi IU5HKX 0323d3a06a Add description for -w/--twiddle_rit 2025-04-21 20:25:09 +02:00
Daniele Forsi IU5HKX 735d54e318 Sync text between man rigctl and man rigctld 2025-04-21 20:25:09 +02:00
Daniele Forsi IU5HKX 576cfb66b1 Fix typos 2025-04-21 20:25:09 +02:00
Daniele Forsi IU5HKX 69f2c60939 Add missing diagram 2025-04-21 20:25:09 +02:00
Daniele Forsi IU5HKX 19de592d3c Fix list of parameters for get_parm/set_parm
Fixes: AFIF_ACC, AFIF_LAN, AFIF_WLAN were missing.
Uses the list returned by \get_parm ? sorted alphabetically
to be more user friendly and to easily spot any missing item in
future.
2025-04-21 20:25:09 +02:00
Daniele Forsi IU5HKX f9deb43e80 Fix list of parameters for get_level/set_level
Fixes: BAND_SELECT and COMP_METER were spelled wrong, NB was
spelled NQ, USB_AF_INPUT, AGC_TIME, MGL, MGF, MGC, were missing.
Uses the list returned by \get_level ? sorted alphabetically
to be more user friendly and to easily spot any missing item
in future.
2025-04-21 20:25:09 +02:00
Daniele Forsi IU5HKX cd092fc654 Fix list of parameters for get_func/set_func
Fixes: OVF_STATUS was spelled wrong, SYNC was missing, SLICE is
not available. Uses the list returned by \get_func ? sorted
alphabetically to be more user friendly and to easily spot any
missing item in future.
2025-04-21 20:25:09 +02:00
Daniele Forsi IU5HKX f890fcf648 Fix groff syntax
A leading space prevents joining two lines.
2025-04-21 20:25:09 +02:00
Daniele Forsi IU5HKX d724f04163 Remove duplicated text 2025-04-21 20:24:02 +02:00
George Baltz N3GB 4f3f308d7a Enable rig_vfo_op for TS-890S 2025-04-21 13:32:42 -04:00
George Baltz N3GB 1f707ab31e Make local functions static. 2025-04-20 21:28:57 -04:00
George Baltz N3GB 8150583541 Drop redundant token lookups. 2025-04-20 21:28:57 -04:00
George Baltz N3GB ba011462ef Add dates for recent releases 2025-04-20 21:28:57 -04:00
Nate Bargmann 49af447f27
Merge pull request #1703 from CallumMcEwen/master
Updates to codan_set_ptt command and README.md
2025-04-20 18:14:58 -05:00
Callum McEwen (VK5MCA) a3da9bbe42
Update comments on codan_set_ptt 2025-04-21 04:25:40 +09:30
Callum McEwen (VK5MCA) 21bf64b7ba
Add V3.51 firmware comment 2025-04-21 04:19:49 +09:30
Callum McEwen (VK5MCA) 5b85a716fc
Update README.codan 2025-04-21 04:18:58 +09:30
Nate Bargmann 071416d0d4
Merge pull request #1699 from dforsi/fix/help-strings
Make help strings more similar
2025-04-19 21:35:06 -05:00
Daniele Forsi IU5HKX b141c14270 Make help strings more similar
Fixes text indent and verbs.
2025-04-19 23:57:26 +02:00
Nate Bargmann 1ee8fc9bd1
Merge pull request #1696 from dforsi/fix/tests
Ignore files related to tests and delete generated files
2025-04-16 21:09:19 -05:00
Nate Bargmann f9d3a2e667
Merge pull request #1695 from arekm/master
flrig: Additional PKTUSB and PKTLSB mapping for USB-D1/LSB-D1
2025-04-16 21:07:51 -05:00
Daniele Forsi IU5HKX cb113b5c84 Delete a generated directory when doing make clean 2025-04-16 20:34:15 +02:00
Daniele Forsi IU5HKX cfc5c821a0 Delete a generated file when doing make clean 2025-04-16 19:48:56 +02:00
Arkadiusz Miśkiewicz 428e3075eb Additional PKTUSB and PKTLSB mapping for USB-D1/LSB-D1
Some radios (icom 7760 for example) expose USB/LSB-Dn modes (e.g., USB-D1).
By default, USB-D1 acts as PKTUSB and LSB-D1 as PKTLSB. Adding this mapping
improves compatibility with software expecting standard PKTUSB/PKTLSB modes.

A real-life scenario: this makes WSJT-X usage much nicer, as WSJT-X requests
PKTUSB, which is then mapped to USB-D1 — the default mode for FT4/FT8 operations
on Icom radios.
2025-04-14 23:59:20 +02:00