Wykres commitów

4648 Commity (16692258a1adab993308620dcf42d67643a39c1c)

Autor SHA1 Wiadomość Data
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 ebb32d00b5
Fix cppcheck warning in uniden.c 2020-01-11 23:26:16 -06:00
Michael Black 0747d8a217
Fix cppcheck warning in peekpoke.c 2020-01-11 22:47:08 -06:00
Michael Black c9c32947d4
icom.c can now power up icom rigs and determine USB echo status
Next step is to add icom_rig_open to other icom rigs
This routine should work on any icom rig -- those that don't have
the ability to power up will just be ignored and should produce error if not
power up already.  USB echo test should work on all icom rigs.
2020-01-11 16:28:44 -06:00
Nate Bargmann 69e9469da3
Add sleep.h to src/Makefile.am 2020-01-10 20:05:22 -06:00
Michael Black 0e59946958
Make rig2icom_mode handle PKT modes 2020-01-10 16:27:03 -06:00
Michael Black bc8be94148
Merge branch 'master' of https://github.com/mdblack98/Hamlib 2020-01-10 16:01:35 -06:00
Michael Black 40ae244578 Add old path for 2003 Visual C++ as comment 2020-01-10 16:01:04 -06:00
Michael Black b7e8f01701 Fix mingw32 DLL linkage of hl_sleep 2020-01-10 15:58:16 -06:00
Michael Black 0900337357
Fix icom set of filter with in data mode 2020-01-10 15:52:33 -06:00
Michael Black 5ae03f0eed
Possible fix for mingw Win32 dll linking of nanosleep 2020-01-08 22:50:37 -06:00
Michael Black 97ea79082a
Fix cppcheck warnings in trxmanager.c 2020-01-08 22:50:03 -06:00
Michael Black 5572823882
Change width to add 1 for icom rigs that need datamode filter width 2020-01-08 14:38:34 -06:00
Michael Black 138787f44c
Hopefully fixed dll build and usleep linking 2020-01-08 14:34:14 -06:00
Michael Black ea81886fd5
Fix icom2rig_mode to allow PKT modees 2020-01-08 10:22:33 -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 fc3a91fbbe
Fix cppcheck warnings in icom.c 2020-01-07 23:30:51 -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 8f17b6fbf1
Fix filter setting for datamode in icom.c 2020-01-07 22:41:52 -06:00
Michael Black f2f56558e7
Enclose sleep replacement in HAVE_NANOSLEEP 2020-01-07 17:33:37 -06:00
Michael Black 325d26c1d1
Fix ic7610 ctrl-m problem 2020-01-07 09:13:07 -06:00
Michael Black a3ef28f8d3
Fix debug statement in dttsp.c 2020-01-07 08:10:56 -06:00
Michael Black 0341051c80
Add check for float size and fix cppcheck warning in dttsp.c 2020-01-06 07:49:38 -06:00
Michael Black b3a2c02b0c
Fix cppcheck warning in ether6.c 2020-01-06 07:35:00 -06:00
Michael Black 836e5f5c17
Move time.h include to sleep.c 2020-01-06 07:25:38 -06:00
Michael Black 525a3f2b66 Fix mingw32 warning in ft991.c 2020-01-05 22:41:10 -06:00
Michael Black 6467cf0379 Fix retval warning in icom.c 2020-01-05 22:39:10 -06:00
Michael Black 33f9fd16de
Fix cppcheck warning in elad.h 2020-01-05 17:10:35 -06:00
Michael Black 98a7b825ab
Fix cppcheck warning in netrigctl.c 2020-01-05 17:07:09 -06:00
Michael Black 70115f7efd
Replace sleep macros with hamlib custom functions 2020-01-05 15:37:33 -06:00
Michael Black 0d02109483
Fix icom_set_mode_with_data for IC7610 and IC7300
Fix max baud rate for IC7610
Bump IC7610 to BETA status
2020-01-04 23:28:34 -06:00
Michael Black 2098789118
Fix ft991.c set_split_mode 2020-01-04 22:50:48 -06:00
Michael Black d21ce1a4cd
Add icom_rig_open to ic706.c rigs 2020-01-04 17:11:18 -06:00
Michael Black 40bf2ad02e
Change open logic in icom.c to check all rigs for USB echo and turn on if able to 2020-01-04 17:10:52 -06:00
Michael Black 84f27614be
Remove debug from rigctl_parse.c 2020-01-04 17:08:31 -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
Michael Black fb51f4f902
Fix compile warnings in rigctl.c and rigctl_parse.c 2020-01-03 12:18:27 -06:00
Michael Black d7e9bfd35c
Fix mingw warning on parallel.c 2019-12-30 22:24:19 -06:00
Michael Black c8eaf13a3d
Readding rigctld.c accidental removal 2019-12-25 07:58:19 -06:00
Michael Black 7c1ef0f6ca
Fix cppcheck warning in alinco.c 2019-12-24 23:28:19 -06:00
Michael Black 59194c975a
Fix cppcheck warning in ars.c 2019-12-24 23:26:48 -06:00
Michael Black 5ce7169cbf
Fix cppcheck warning in ar7030p_utils.c 2019-12-24 23:25:08 -06:00
Michael Black c5a6dccc27
Fix cppcheck warning in kpa.h 2019-12-24 23:17:52 -06:00