Wykres commitów

689 Commity (d2504ff9088136aba2500d267f11673c649c4f17)

Autor SHA1 Wiadomość Data
Michael Black d2504ff908
Fix cppcheck warning in thg71.c 2020-01-14 11:06:25 -06:00
Michael Black af934eb8e6
Fix cppcheck warning in ic10.c 2020-01-14 10:56:51 -06:00
Michael Black 4c29673781
Fix cppcheck warning in kenwood.c 2020-01-14 10:54:02 -06:00
Michael Black 1709664650
Fix cppcheck warning in tmv7.c 2020-01-13 15:23:47 -06:00
Michael Black 9e2e71b60d
Fix cppcheck warning in thd74.c 2020-01-13 15:23:01 -06:00
Michael Black d4e12e6303
Fix cppcheck warning in thg71.c 2020-01-13 15:21:44 -06:00
Michael Black f97714c314
Fix cppcheck warning in xg3.c 2020-01-13 15:19:46 -06:00
Michael Black dc92ae7843
Fix cppcheck warnings 2020-01-13 15:12:56 -06:00
Michael Black 26b6113203
Fix cppcheck warning in xg3.c 2020-01-12 11:39:57 -06:00
Michael Black e108de4515
Fix cppcheck warning in ts850.c 2020-01-12 11:36:36 -06:00
Michael Black 3dfa4c44e0
Fix cppcheck warning in ts2000.c 2020-01-12 11:35:46 -06:00
Michael Black 7f7f5bc69b
Fix cppcheck warning in tmd710.c 2020-01-12 11:34:50 -06:00
Michael Black ab367a6d15
Fix cppcheck warning in ic10.c 2020-01-12 11:31:50 -06:00
Michael Black 9f83fd1102
Fix cppcheck warnings in kenwood.h 2020-01-08 08:53:07 -06:00
Michael Black 7c78d750ec
Bump version in k2.c as usleep change may effect it 2020-01-07 23:37:10 -06:00
Michael Black 1197eaf5c6
Bump version in k3.c 2020-01-07 23:36:17 -06:00
Michael Black 4768c01536
Fix cppcheck warnings in k3.c 2020-01-07 23:35:27 -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
Nate Bargmann baaa6868ec
Merge branch 'master' of https://github.com/cruvolo/Hamlib into cruvolo-master 2020-01-03 20:22:15 -06:00
Chris Ruvolo 7771cab7da TS-690: bump version 2019-12-22 23:54:27 -05:00
Chris Ruvolo e57576422c TS-690 does not implement the GT command to get/set AGC rate 2019-12-22 23:44:17 -05:00
Chris Ruvolo d5939b6e8f TS-690 does not implement the PC command to get/set output power level 2019-12-22 23:41:36 -05:00
Chris Ruvolo 8d02ba0da1 TS-690: deal with optional tone board using TS-450 logic 2019-12-22 23:35:43 -05:00
Michael Black f187fd86cd
Fix cppcheck warnings in xg3.c 2019-12-18 22:57:21 -06:00
Michael Black becc661ed7
Fix cppcheck warnings in tmd710.c 2019-12-18 22:55:44 -06:00
Michael Black 8c976ea10e
Fix cppcheck warnings in th.c 2019-12-18 22:54:30 -06:00
Michael Black 41da2b38f8
Fix cppcheck warnings in kenwood.c 2019-12-18 22:51:37 -06:00
Michael Black f6b55762df
Fix cppcheck warnings in k2.c 2019-12-18 22:50:58 -06:00
Michael Black 2e74b4fa6b
Move set_powerstat to kenwood_open and add kenwood_open to ts950.c 2019-12-14 08:25:34 -06:00
Michael Black 72476c21be
Added set_powerstat 1 to kenwood_init -- any reason not to do this?
Do we ever want to start rigctl or rigctld on a non-powered rig?
Maybe should do this on all rigs?
TS590S rigctl could not start with power off as firmware version is needed.
And many other things require the rig to be up when rigctl is started.
We won't let set_powerstat fail the startup just in case.
2019-12-13 23:28:49 -06:00
Michael Black f53763602e
Fix TS590 get_level 2019-12-12 23:25:43 -06:00
Michael Black 444fcfa575 Replace XOPEN with AC_USE_SYSTEM_EXTENSIONS 2019-12-10 15:54:12 -06:00
Michael Black 3220c37ff2
Change XOPEN to 600 2019-12-10 14:50:24 -06:00
Michael Black 3a3d66d52d Now compiles with -std=c99 and no c99 warnings 2019-12-09 22:45:37 -06:00
Michael Black 78f3fbdecd Fix arm compilation warnings 2019-12-09 17:33:54 -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 8a3df9735e
Fix cppcheck warnings for ampctl_parse.c and redef amp_set_powerstat 2019-12-08 23:13:33 -06:00
Michael Black ba69e3d876
Fix cppcheck warnings in xg3.c 2019-12-07 23:33:19 -06:00
Michael Black 9ed28fb0db
Fix cppcheck warnings in ts870s 2019-12-07 23:31:43 -06:00
Michael Black 55fc3398ad
Fix cppcheck warnings in ts570.c and remove old files 2019-12-07 23:30:41 -06:00
Michael Black 0fb8454d4e
Fix more cppcheck warnings in ic10.c 2019-12-07 23:22:36 -06:00
Michael Black 5438fe2905
Fix more cppcheck warnings in tmv7.c 2019-12-07 23:11:01 -06:00
Michael Black 38dca9ccea
Fix more cppcheck warnings in tmd710.c 2019-12-07 23:10:04 -06:00
Michael Black fdc18a62de
Fix more cppcheck warnings in thg71.c 2019-12-07 23:07:07 -06:00
Michael Black ecadeda486
Fix more cppcheck warnings in thd74.c 2019-12-07 23:05:21 -06:00
Michael Black a0943890d2
Fix cppcheck warnings in thd74.c 2019-12-07 23:01:23 -06:00
Michael Black 16eac108f5
Improve firmware check in k3.c 2019-12-07 22:58:15 -06:00
Michael Black d3c9c8113c
Fix cppcheck warnings in thd72.c 2019-12-07 16:20:13 -06:00
Michael Black 3875e4db04
Fix some cppcheck warnings in th.c 2019-12-07 16:14:53 -06:00
Michael Black 6d34361386
Fix some cppcheck warnings in kenwood.c 2019-12-07 16:05:47 -06:00