Brandon Durepo
50e10f7582
Add support for the hamlib-base-image and hamlib-runtime targets
...
- support the arm64 and amd64 platforms on both a base-image and runtime
2024-12-21 07:52:54 -08:00
Brandon Durepo
5028a0c440
Added multi-platform support for linux/arm64 and linux/amd64
2024-12-20 23:05:03 -08:00
Brandon Durepo
74876c73ae
Added multi-stage Docker build and hamlib-runtime image
2024-12-20 22:37:50 -08:00
Nate Bargmann
1364996bd2
Advance to 4.7~git
2024-12-19 18:05:40 -06:00
Michael Black W9MDB
27c4eb19ee
Remove TARGETABLE_MODE from TS590.c as mode command needs VFO swap
2024-12-13 10:39:55 -06:00
Michael Black W9MDB
be045da06b
Fix set_mode on rigctlcom
2024-12-04 17:15:35 -06:00
Michael Black W9MDB
58924b7bec
Add DATA_FMN mode to flrig
2024-12-04 15:43:47 -06:00
Michael Black W9MDB
671a3b8562
Fix rig_get_DBM in flrig
2024-12-04 14:47:48 -06:00
Michael Black W9MDB
46711b1db4
Fix FLRig STRENGTH reading to use rig.get_DBM instead of rig.get_smeter -- much better representation
2024-12-04 10:00:41 -06:00
Michael Black W9MDB
941e69eda5
Fix set_mode on rigctlcom
2024-12-03 23:19:16 -06:00
Michael Black W9MDB
dd15ffc7bd
Add KY command to simts590
2024-12-03 23:18:48 -06:00
Michael Black W9MDB
8f0e9909da
astyle icom.h and update icom date
2024-12-03 15:32:08 -06:00
Michael Black W9MDB
3e0a9eeae7
Fix icom filter selection and bandwidth limits
2024-12-03 15:31:16 -06:00
Michael Black
d1d4964a19
Merge pull request #1636 from GeoBaltz/fix24
...
Change Kenwood _send_morse() for TS-890/990
2024-12-03 07:05:22 -06:00
Michael Black
cf61b9a178
Merge branch 'master' into fix24
2024-12-03 06:57:15 -06:00
Michael Black
abe40e6e8b
Merge pull request #1637 from dl1jbe/ts590_fix_kenwood_send_morse
...
Drop addional unwanted space after message
2024-12-03 06:45:02 -06:00
Thomas Beierlein
5582348978
Drop addional unwanted space after message
...
Kenwood_send_morse adds an unwanted space after each transmission on
TS-590S model (see issue 1634).
Tests showed that all space before any message gets ignored and all
trailing spaces (if any) were compressed to exactly one space.
The patch changes the alignment to the right.
2024-12-03 12:45:15 +01:00
George Baltz N3GB
806b087293
Fix porting unneeded code
2024-12-03 05:06:10 -05:00
George Baltz N3GB
bdbe66dfa0
Use short (i.e., variable length) messages in kenwood_send_morse()
...
Enabled for TS-890S & TS-990S(if firmware capable)
Kludge the kludges in kenwood_transaction() for KY->KY2 change.
2024-12-02 13:11:20 -05:00
George Baltz N3GB
8bd74aa3bc
Minimal support for KY commands in simts890.c
2024-12-02 13:11:20 -05:00
Michael Black W9MDB
65832ecf53
Fix compile warnings
2024-12-02 07:24:00 -06:00
Michael Black W9MDB
890ed18c43
Change morse_data_handler from LOCK to rig_lock as it needs to always use it
2024-12-02 07:20:42 -06:00
Michael Black W9MDB
711a351353
Merge branch 'master' of github.com:Hamlib/Hamlib
2024-12-01 22:41:04 -06:00
Michael Black W9MDB
5219ef2b26
Put a heavier LOCK around send_morse when clearing the buffer
2024-12-01 16:44:22 -06:00
Nate Bargmann
7b679afa1d
Merge pull request #1635 from dforsi/fix/typos
...
Fix typos
2024-12-01 16:06:16 -06:00
Daniele Forsi IU5HKX
e480bc7479
Fix typos
2024-12-01 21:59:11 +01:00
Michael Black W9MDB
71698e4432
Merge branch 'master' of github.com:Hamlib/Hamlib
2024-12-01 11:25:36 -06:00
Michael Black W9MDB
4a34d4c27f
Add new semi-colon separated hex values for send_raw icom
...
https://github.com/Hamlib/Hamlib/issues/1632
2024-12-01 11:24:43 -06:00
Michael Black W9MDB
5abc606e13
Add new semi-colon separated hex values for send_raw icom
2024-12-01 11:23:13 -06:00
Michael Black W9MDB
ab2b5fb9e9
Fix IC7760 civ address
2024-11-27 12:30:27 -06:00
Michael Black W9MDB
dc7bbeca34
Fix civ address for IC7760
2024-11-27 12:28:59 -06:00
Michael Black W9MDB
d86f0db383
Fix 10GHz power watts for IC9700
2024-11-27 12:10:48 -06:00
Michael Black W9MDB
3f90a9323e
Update POWER_METER values for IC7700 and IC7760
2024-11-27 12:07:03 -06:00
Michael Black W9MDB
610581ca95
Some updates to IC7760
2024-11-27 10:47:34 -06:00
Michael Black W9MDB
8ee3c9fa64
Add ic7760.c
2024-11-26 23:44:45 -06:00
Michael Black W9MDB
a94e2948f5
Add IC7760 Alpha
2024-11-26 23:38:19 -06:00
Mike Black W9MDB
fbdb665620
Merge branch 'master' of https://github.com/Hamlib/Hamlib
2024-11-24 22:30:38 -06:00
Mike Black W9MDB
dcc7b37432
Fix spelling error in rigctlsync.1
2024-11-24 22:29:44 -06:00
Michael Black
2447cb204e
Merge pull request #1631 from dforsi/fix/typos
...
Fix/typos
2024-11-24 16:41:30 -06:00
Daniele Forsi IU5HKX
aae8109d4e
Remove duplicated sentence
2024-11-24 20:24:43 +01:00
Daniele Forsi IU5HKX
6adfce0305
Fix typos in messages
2024-11-24 19:24:35 +01:00
Daniele Forsi IU5HKX
6036a65d2e
Fix typos in comments
2024-11-24 19:24:35 +01:00
Daniele Forsi IU5HKX
82c8a0795e
Fix typos in man pages and other documentation
2024-11-24 19:24:35 +01:00
Mike Black W9MDB
4811ebe3bc
Merge branch 'master' of https://github.com/Hamlib/Hamlib
2024-11-22 17:17:13 -06:00
Mike Black W9MDB
5b277e4600
Improve error message for FT900 when invalid mode requested
2024-11-22 17:16:48 -06:00
Michael Black
4b77f9b6b6
Merge pull request #1630 from GeoBaltz/fix23
...
Fix23
2024-11-22 15:07:51 -06:00
George Baltz N3GB
11acef5d3b
MACROize new code.
2024-11-21 19:21:41 -05:00
George Baltz N3GB
c080ba7b82
Factor out TS-890S and TS-990S from kenwood_get_split_vfo_if()
...
Fix TS-890S to return correct VFO
More of issue #1380
2024-11-21 16:43:19 -05:00
George Baltz N3GB
238344b0ce
Update TS-890S and TS-990S RIT/XIT handling
...
Use dedicated commands that make setting much simpler.
Replaces usage of deprecated IF command.
See issue #1380
2024-11-21 16:43:19 -05:00
Mike Black W9MDB
d640511b20
astyle icom.c
2024-11-21 11:06:52 -06:00