Wykres commitów

10902 Commity (96ee58436a9c3d029159fb6bdbe0db827bfc003a)

Autor SHA1 Wiadomość Data
George Baltz N3GB 96ee58436a Convert a few more cache pointers
More of issue #1420
2024-02-05 11:28:30 -05:00
George Baltz N3GB bf8bf51bf4 Convert some cache references to pointers
Affects issue #1420
2024-02-05 11:28:30 -05:00
Mike Black W9MDB 6bfccb3e92 Add filternum option for Icom rigs so WJST-X can use hamlib_settings.json to set default filter
https://github.com/Hamlib/Hamlib/issues/1507
2024-02-04 16:53:41 -06:00
Mike Black W9MDB d42d505d22 Icom rigs will now recognize the current even if the user is twiddling buttons
https://github.com/Hamlib/Hamlib/issues/1507
2024-02-04 15:56:34 -06:00
Mike Black W9MDB 1093349564 Fix TIME_BITS_64 2024-02-03 23:35:56 -06:00
Mike Black W9MDB d77b0df702 Fix Icom rigs filter -- mode set will now keep the same filter as currently set 2024-02-03 23:29:09 -06:00
Mike Black W9MDB 8757271437 Merge branch 'master' of https://github.com/Hamlib/Hamlib 2024-02-03 23:26:58 -06:00
Mike Black W9MDB ab8835e87e See if _TIME_BITS_64 works on 32-bit bit builds to fix 2038 problem.
https://github.com/Hamlib/Hamlib/issues/1478
2024-02-03 23:24:07 -06:00
Mike Black W9MDB 9bfb0f5f71 Fix bandlist nullification 2024-02-03 23:23:25 -06:00
Michael Black dab7cf1ee6
Merge pull request #1506 from GeoBaltz/fix10
Fix icom_set_powerstat() to correctly save&restore rp->retry, rp->tim…
2024-02-03 16:45:39 -06:00
George Baltz N3GB 904dfef9b9 Fix icom_set_powerstat() to correctly save&restore rp->retry, rp->timeout_retry
Also convert icom.c to pointer use.
2024-02-03 15:46:11 -05:00
Mike Black W9MDB 0adaebd100 Update comment in rig.h 2024-02-03 12:44:48 -06:00
Mike Black W9MDB 09a9075844 Fix Yaesu BANDSELECT
Rigs must have the bands listed in the backend to work properly
https://github.com/Hamlib/Hamlib/issues/1504
2024-02-03 12:40:58 -06:00
Mike Black W9MDB ade62105a3 Don't set bandwidth on TS590 when RIG_PASSBAND_NOCHANGE is the width
https://github.com/Hamlib/Hamlib/issues/1505
2024-02-03 11:05:12 -06:00
Mike Black W9MDB cff4faba53 Update rigctl.1 2024-02-02 15:54:29 -06:00
Michael Black 697c090935
Merge pull request #1501 from GeoBaltz/fix9
Add calibration table for RFPOWER_METER_WATTS in ts890.c
2024-02-01 16:50:48 -06:00
George Baltz N3GB b6dc6110a6 Bring simts890.c a little closer to the real thing
Still needs more work.
2024-02-01 17:34:47 -05:00
George Baltz N3GB 4ef5bd4142 Add calibration table for TS-890S RFPOWER_METER_WATTS
Make sure we only get RFPOWER_WATTS during xmit, and STRENGTH during receive; else return -RIG_ENAVAIL.
2024-02-01 17:34:47 -05:00
Mike Black W9MDB a03a79c864 Add tone_enable in more places to cover all set_split_freq cases 2024-02-01 15:48:01 -06:00
Mike Black W9MDB 7436e4395f Add FUNC_TONE tone_enable to icom_set_split_freq too 2024-02-01 15:41:36 -06:00
Mike Black W9MDB 7310f370c1 IC705 remove get_powerstat -- doesn't work
Icom do not get width for FM or FMN -- doesn't work
Add tone_enable option to overcome bug in IC-705 where changing freq turns off TONE
2024-02-01 15:35:19 -06:00
Mike Black W9MDB d9bae6f46f Add simxiegux108g 2024-02-01 12:39:07 -06:00
Mike Black W9MDB 434f399d12 Update simulators 2024-02-01 12:38:12 -06:00
Mike Black W9MDB 68fca2c73d Some more places where band_index needs updating 2024-01-31 17:43:10 -06:00
Mike Black W9MDB 75a4d324de Update band_index in newcat.c when BS is executed 2024-01-31 17:39:49 -06:00
Mike Black W9MDB c969405c26 Fix rigctlsync for FT991
2efc2069f5 (commitcomment-138121815)
2024-01-31 17:30:36 -06:00
Michael Black 2707863209
Merge pull request #1498 from GeoBaltz/fix8
Make simulator match the Real World(TM)
2024-01-31 16:38:26 -06:00
George Baltz N3GB 35e49ffdfc Make simulator match the Real World(TM)
Add missing P4
Repair RIG_LEVEL_STRENGTH
2024-01-31 12:37:14 -05:00
Mike Black W9MDB 4fe6ea7cc4 Remove unused variables 2024-01-31 10:32:00 -06:00
Mike Black W9MDB fff1bbc8cd Add RFPOWER_METER_WATTS to TS890
https://github.com/Hamlib/Hamlib/issues/1497
2024-01-31 10:29:46 -06:00
Mike Black W9MDB b4ec8a427c Fix return value in test_2038
https://github.com/Hamlib/Hamlib/issues/1492
2024-01-30 11:02:05 -06:00
Michael Black 25a8d65860
Merge pull request #1495 from wvolz/flex6k-add-rfpower
flex6xxx Add get and set RFPOWER level capability
2024-01-30 06:47:26 -06:00
Warren Volz 1ea95c94ee flex6xxx add ability to set rfpower level 2024-01-29 23:22:47 -07:00
Warren Volz 9f6ca84572 flex6xxx add rfpower level 2024-01-29 16:37:58 -07:00
Mike Black W9MDB 8d59c9302f Change test_2038 routine to return error on time_t size==4
Seems ctime might be seg faulting on the test
https://github.com/Hamlib/Hamlib/issues/1492
2024-01-29 07:52:56 -06:00
Mike Black W9MDB 793bc1a0dc Update simic9700.c 2024-01-28 12:56:01 -06:00
Mike Black W9MDB d29caa7cad Add debug and null check to test_2038 to see if it solves 32-bit segfault
https://github.com/Hamlib/Hamlib/issues/1492
2024-01-28 09:46:09 -06:00
Mike Black W9MDB 267f30d16b Fix compile warning in rig.c 2024-01-28 09:44:41 -06:00
Mike Black W9MDB 6ef2c457e4 Update newcat.c date 2024-01-27 22:22:34 -06:00
Mike Black W9MDB 2efc2069f5 FT-991 now uses BS band select when setting frequencies
This allows band memory to recall information -- in particular the tune function
Works in both split and non-split mode
https://github.com/Hamlib/Hamlib/issues/1490
2024-01-27 16:08:38 -06:00
Mike Black W9MDB 703d86a025 Add example of band_changed.c 2024-01-27 07:31:01 -06:00
Mike Black W9MDB c8e33010f6 Fix 12M band for rig_get_band 2024-01-26 16:58:51 -06:00
Mike Black W9MDB 7fba4c012d Merge branch 'master' of https://github.com/Hamlib/Hamlib 2024-01-26 15:41:28 -06:00
Michael Black 10c002c13f
Merge pull request #1488 from GeoBaltz/rp3
Update NEWS with pointer conversion macros.
2024-01-26 15:19:44 -06:00
George Baltz N3GB a0f8251b64 Update NEWS with pointer conversion macros. 2024-01-26 14:23:30 -05:00
Mike Black W9MDB 9ed13add01 Update test2038.c
https://github.com/Hamlib/Hamlib/issues/1478
2024-01-24 16:13:54 -06:00
Mike Black W9MDB fabfe61a45 Add rig_test_2038 to rig_init so it will show on all systems
https://github.com/Hamlib/Hamlib/issues/1478
2024-01-24 15:48:05 -06:00
Mike Black W9MDB d8a9968fac Add test2038.sh to clean 2024-01-24 12:19:38 -06:00
Mike Black W9MDB 1b5fbc1d8b Add 2038 test during build -- make check will fail is there is a 2038 problem
https://github.com/Hamlib/Hamlib/issues/1478
2024-01-24 10:45:32 -06:00
Mike Black W9MDB a4ff5a3e60 Update simftdx101.c 2024-01-23 15:52:59 -06:00