Wykres commitów

476 Commity (d2504ff9088136aba2500d267f11673c649c4f17)

Autor SHA1 Wiadomość Data
Michael Black dc92ae7843
Fix cppcheck warnings 2020-01-13 15:12:56 -06:00
Michael Black 9bc979a360
Fix cppcheck warnings in yaesu 2020-01-13 12:48:30 -06:00
Michael Black c81ad1620c
Fix cppcheck warning in ft980.c 2020-01-11 23:34:44 -06:00
Michael Black 26577b236a
Fix cppcheck warning in ft817.h 2020-01-11 23:33:01 -06:00
Michael Black 16692258a1
Fix cppcheck warning 2020-01-11 23:30:42 -06:00
Michael Black 2c313c1f69
Fix segfault in ft600.c 2020-01-11 23:29:51 -06:00
Michael Black 807fe54550
Fix cppcheck warning in ft1000d.h 2020-01-11 23:28:46 -06:00
Michael Black e49cfb3235
Fix cppcheck warning in ft100.c 2020-01-11 23:27:48 -06:00
Michael Black 6cee328283
Fix cppcheck warnings in ft757gx.c 2020-01-07 23:24:10 -06:00
Michael Black 7ee3a702f5
Replace all usleep with hl_usleep
Several places where usleep max value could be overflowed
New hl_usleep can take values > 1000000
2020-01-07 23:18:56 -06:00
Michael Black 525a3f2b66 Fix mingw32 warning in ft991.c 2020-01-05 22:41:10 -06:00
Michael Black 2098789118
Fix ft991.c set_split_mode 2020-01-04 22:50:48 -06:00
Michael Black 24eaeecfdf
Fix sleep macros and newcat.c set_powerstat 2019-12-24 15:01:08 -06:00
Michael Black a71e7611fc
Fix cppcheck warnings in ft100.c 2019-12-24 12:53:12 -06:00
Michael Black 55585261eb
Fix boolean logic error in ft1000d.c 2019-12-24 12:52:12 -06:00
Michael Black ee0914ec9d
Fix cppcheck warnings in ft600.c 2019-12-24 12:51:24 -06:00
Michael Black 90e5115c95
Fix cppcheck warnings in ft747.c 2019-12-24 10:11:27 -06:00
Michael Black a48dc0c090
Fix cppcheck warnings in ft757gx.c 2019-12-24 10:09:59 -06:00
Michael Black e458d5bf2c
Fix cppcheck warning in ft757gx.c 2019-12-24 10:07:48 -06:00
Michael Black 063e0e396d
Fix cppcheck warning in ft817.c 2019-12-24 10:02:47 -06:00
Michael Black f61e9551de
Fix cppcheck warning in newcat.c 2019-12-24 10:00:45 -06:00
Michael Black 15bf76d85a
Fix cppcheck warning in vx1700.c 2019-12-24 09:57:45 -06:00
Michael Black 6fc999cb01
Fix cppcheck warning in ft897.c 2019-12-24 09:56:12 -06:00
Michael Black 817a61644c
Fix boolean error in ft990.c 2019-12-24 09:55:27 -06:00
Michael Black c048616d0e
Fix cppcheck warning in ft897.c 2019-12-24 09:54:48 -06:00
Michael Black 86c94d513d
Fix cppcheck warning in ft857.c 2019-12-24 09:52:19 -06:00
Michael Black dba6301ae0
Fix cppcheck warning in ft980.c 2019-12-24 09:37:26 -06:00
Michael Black e7e9943e8b
Add set_powerstat 1 to Yaesu rig_open 2019-12-22 22:23:57 -06:00
Michael Black 343d6b48a0
Fix newcat.c get_mode MD=1=LSB, MD=2=USB 2019-12-20 16:49:17 -06:00
Michael Black 6e05851d78
Promote ft840 to stable 2019-12-18 15:53:03 -06:00
Michael Black fb73e5abd7
Fix some cppcheck warnings
Fix declarations after statements
Remove some !rig checks...we either don't need them or need them everywhere with a new error code
If you pass a NULL rig you get what you deserve :-)
2019-12-09 17:12:13 -06:00
Michael Black c4f802589f
Fix cppcheck warning in ft980.c 2019-12-06 12:03:12 -06:00
Michael Black eed8d7811d
Fix compile wanring in ft900.c 2019-12-01 07:06:01 -06:00
Michael Black 9284676a3e
Fix compile warnings for MinGW on Debian Stretch 2019-11-30 18:28:15 -06:00
Michael Black dc3f33bc11
Change %z to %d with casts for portability 2019-11-30 13:05:21 -06:00
Michael Black 6bf3b00c4f
astyle all files 2019-11-30 10:19:08 -06:00
Michael Black 72087f1b10
Change all __FUNCTION__ to __func__ 2019-11-30 10:16:28 -06:00
Michael Black 2f4d62709e
Added a dummy snprintf to rig_debug to allow gcc to check format strings
This found tons of errors in rig_debug statements
So this patch cleans up all the files that were producing warnings or errors
This should fix a few segfaults when running with debug turned on
2019-11-30 10:04:31 -06:00
Michael Black 1a96720c47
Add FT-DX101 Beta version 2019-10-10 12:16:07 -05:00
Michael Black 2380019cf5
Fix FT891 mode since it's backwards from all other Yaesu rigs 2019-10-10 11:06:09 -05:00
Michael Black 73c1ecd165
Change freq & chan struct start/end to avoid colliding with LUA SWIG start/end 2019-08-17 23:20:48 -05:00
Michael Black c21a166725
Add delay to ft817 for VFO swap and promot to stable 2019-08-11 15:46:29 -05:00
Michael Black 1fb757dd86
Add timeouts to ft1000d and promot to beta..work with WSJT-X but rig split does not work yet 2019-07-20 08:29:07 -05:00
Nate Bargmann 5b5e39d86f
Merge branch 'ft891-power' of https://github.com/jothan/Hamlib into jothan-ft891-power 2019-07-11 07:26:55 -05:00
Jonathan Bastien-Filiatrault 569b029275 Scale power values correctly for Yaesu FT-891. 2019-07-10 21:32:07 -04:00
Jonathan Bastien-Filiatrault cdd77ae71e Allow setting split mode without smashing the VFOB frequency. 2019-07-09 21:50:15 -04:00
Jonathan Bastien-Filiatrault 67181bf846 Correct FT; command that does not exist on the FT-891.
This command exists on the FT-991, but the FT-891 returns
"?". Replacing this command with the ST; command that exists as per
the CAT reference, everything falls into place.

This patch enables me to use WSJT-X with rigctld.

WSJT-X was outputing a "timeout while getting VFO frequency" error.
2019-07-09 20:45:58 -04:00
Nate Bargmann c1dec70c2d
Merge branch 'master' of https://github.com/mrmoonlv/Hamlib into mrmoonlv-master 2019-06-01 06:34:22 -05:00
mrmoonlv fe3c9118a1 Change credits 2019-05-31 23:07:45 +03:00
mrmoonlv 4e647c2fb3 FIX: ft600_get_freq 2019-05-31 23:03:05 +03:00