Wykres commitów

62 Commity (63a51c36a1728a3f91715cda4d78f6c3c4bbf911)

Autor SHA1 Wiadomość Data
Mike Black W9MDB 63a51c36a1 astyle files preparing for 4.4 release 2021-11-28 12:41:10 -06:00
Mike Black W9MDB dbb9f90abf Remove VFOA/B copy from ft1000mp_rig_set_split_vfo
https://github.com/Hamlib/Hamlib/issues/867
2021-11-13 08:08:31 -06:00
Mike Black W9MDB 739d808d6a Remove stray break statement in ft1000mp.c
Probably affected XIT function
2021-10-23 23:53:51 -05:00
Mike Black W9MDB 4c634f8c04 Fix FT1000MP set_split_vfo
Testing shows RX=VFOA, TX=VFOB in contrast to the manual saying the opposite
https://github.com/Hamlib/Hamlib/issues/824
2021-10-14 16:34:42 -05:00
Mike Black W9MDB c6249ed0f7 Add ft1000mp_set_split_freq_mode functioun
https://github.com/Hamlib/Hamlib/issues/819
2021-10-11 16:37:25 -05:00
Mike Black W9MDB 8cc59cca3b Rigs have been at BETA status forever so promoting all to STABLE 2021-09-15 13:44:42 -05:00
Mike Black W9MDB ad2418577a Fix compile warning in ft1000mp.c 2021-09-13 08:54:27 -05:00
Mike Black W9MDB 90cb1239d1 Remove unneeded RETURNFUNC in ft1000mp.c 2021-09-11 10:36:32 -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 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
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
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 1bbe783e05 Change freq printout in ft1000mp.c 2021-05-08 12:47:59 -05:00
Mike Black W9MDB 386b08dc4f Add ctcss_list and dcs_list to rigctld so rigcctld caps reflects the connected rig
https://github.com/Hamlib/Hamlib/issues/659
2021-04-29 10:49:29 -05:00
Michael Black W9MDB dd156f74e2 astyle files in preparation for 4.2 release 2021-03-26 14:26:56 -05:00
Michael Black W9MDB b958e42a0c Fix 10Hz resolution problem with FT1000MP rigs
https://github.com/Hamlib/Hamlib/issues/616
2021-03-18 09:26:17 -05:00
Michael Black W9MDB 3bc39aaec1 astyle files is preparation for 4.2 release 2021-03-15 17:51:22 -05:00
Michael Black W9MDB 8407fcf6c1 FT1000MP set_vfo updates internal state
https://github.com/Hamlib/Hamlib/issues/597
2021-03-10 14:35:38 -06:00
Michael Black W9MDB 2d975feb62 Default FT1000MP rigs to VFOA as we are just emulating VFOs
https://github.com/Hamlib/Hamlib/issues/597
2021-03-10 14:33:19 -06:00
Michael Black W9MDB ee60a68bec astyle files 2021-02-28 09:46:01 -06:00
Michael Black W9MDB 26ca39c214 Fix ft1000mp.c get_vfo
https://github.com/Hamlib/Hamlib/issues/561
2021-02-25 11:50:37 -06:00
Michael Black W9MDB 2b778fed63 Another attempt to fix ft1000mp_get_vfo
https://github.com/Hamlib/Hamlib/issues/561
2021-02-24 22:49:21 -06:00
Michael Black W9MDB a1f5085f4c Fix ft100mp.c get_vfo
https://github.com/Hamlib/Hamlib/issues/561
2021-02-24 15:03:41 -06:00
Michael Black W9MDB df6378a7b8 Fix ft1000mp.c to return emulated vfo now for get_vfo
https://github.com/Hamlib/Hamlib/issues/561
2021-02-24 13:11:38 -06:00
Michael Black W9MDB b17f8dc9f6 ft1000mp.c check use current_vfo for VFOB actions
Update for ENTERFUNC and RETURNFUNC and standardize debug statements
https://github.com/Hamlib/Hamlib/issues/561
2021-02-23 22:59:43 -06:00
Michael Black W9MDB f6cb3cb342 Fix ft1000mp.c set_vfo to remove the existing command
It seems to swap the frequencies on the rig
https://github.com/Hamlib/Hamlib/issues/561
2021-02-22 23:56:53 -06:00
Michael Black W9MDB 3ecb7a6e9d https://github.com/Hamlib/Hamlib/issues/559 2021-02-21 22:38:58 -06:00
Michael Black W9MDB 0ad3c94e9b Fix ft1000mp.c retry since retries are done in read_block now 2021-01-20 07:51:01 -06:00
Michael Black W9MDB 7bee01f785 Add suppress for AST broken bug in cppcheck 2020-09-19 16:09:44 -05:00
Michael Black W9MDB fade1681fa Fix cppcheck errors and warnings 2020-09-02 16:56:11 -05:00
Mike Goodey d77383b903 Implement RIT/XIT 2020-07-31 18:34:15 +01:00
Michael Black W9MDB 9d64f642ce Fix FT1000MP set_rit -- helps if one reads the manual
https://github.com/Hamlib/Hamlib/issues/353
2020-07-27 12:54:37 -05:00
Michael Black W9MDB 6dbbe4a8ff Fix FT1000MP set_rit
https://github.com/Hamlib/Hamlib/issues/353
2020-07-26 15:17:42 -05:00
Michael Black W9MDB 83249fb36a Fix FT1000MP RIT read for negative numbers
Fix FT1000MP debug statement
https://github.com/Hamlib/Hamlib/issues/353
https://github.com/Hamlib/Hamlib/issues/352
2020-07-26 15:07:52 -05:00
Daniele Forsi d7b332c3f7 Fix spelling errors
Fixed using the following command:
codespell --write-changes --summary --skip=*.m4 --ignore-words-list="develope,get's,quitt,setts,som,ue,vektor"
codespell --write-changes --summary --skip=aclocal.m4,lib --ignore-words-list="develope,get's,quitt,setts,som,ue,vektor"

Codespell home page: https://github.com/codespell-project/codespell
2020-07-24 09:02:48 +02:00
Michael Black W9MDB 7b3527187c Really fix ft1000mp.c get_rit 2020-07-17 06:28:13 -05:00
Michael Black W9MDB 514cebafd5 Try again to fix ft1000mp get_rit for negative values 2020-07-16 07:38:36 -05:00
Michael Black W9MDB 7fe4a91ac0 Fix get_rit of negative RIT for ft1000mp.c
https://github.com/Hamlib/Hamlib/issues/343
2020-07-15 12:16:40 -05:00
Michael Black W9MDB 5e801fd2b5 astyle files 2020-07-07 11:39:26 -05:00
Michael Black W9MDB c372bffeb3 Add set VFOB modes to ft1000mp.c 2020-06-23 17:39:07 -05:00
Michael Black W9MDB b6a960d48e All conversions to rig_flush now done
https://github.com/Hamlib/Hamlib/issues/307
2020-06-23 09:01:46 -05:00
Michael Black W9MDB b380ed5dbf Add restore VFOB freq after A/B copy in set_split for ft1000mp.c 2020-06-22 22:24:23 -05:00
Michael Black W9MDB ebb91ff181 Add copy VFOA>VFOB to ft1000mp.c 2020-06-22 17:12:31 -05:00
Michael Black W9MDB c4a11e90c8 Add set_split_freq and get_split_freq to ft1000mp.c
Change split setup as testing shows the manual is wrong.
Manual says VFO_A=Tx and VFO_B=Rx but that's not the behavior seen
https://github.com/Hamlib/Hamlib/issues/308
2020-06-21 22:48:40 -05:00
Michael Black W9MDB 2ef8131023 Remove DATA_USB from ft1000mp.c 2020-06-20 17:04:14 -05:00
Michael Black W9MDB e5a61a5a14 Change ft1000mp.c back to TARGETABLE_FREQ 2020-06-20 16:03:07 -05:00
Michael Black W9MDB bbc67d598e Change ft1000mp.c to TARGETABLE_PURE to avoid VFO swap on set_split 2020-06-19 22:40:07 -05:00
Michael Black W9MDB 92b7fc32ba Add get_split_vfo to ft1000mp.c and promote to stable 2020-06-19 17:19:02 -05:00
Michael Black W9MDB 0ec3d475b5 Fix ft100mp set_split_vfo function 2020-06-18 22:33:50 -05:00
Michael Black W9MDB ec15323293 Adjust time values in ft1000mp.c based on testing with user
https://github.com/Hamlib/Hamlib/issues/308
2020-06-18 17:08:12 -05:00