Wykres commitów

5054 Commity (39ba535c778edf5ce9c062963c61b7896ccfa69d)

Autor SHA1 Wiadomość Data
Bill Somerville 6573a283a8
Fixed erroneous messages in rig_close with GPIO(N) PTT or DCD types 2020-01-26 12:50:07 +00:00
Bill Somerville 5edceddcea
Update i/o functions to support GPIO(N) port closure 2020-01-26 12:33:05 +00:00
Bill Somerville 376b328ecb
Report unrecognised PTT and DCD types in rigctl and rigctld 2020-01-26 11:31:40 +00:00
Bill Somerville 99e1948cd3
Made PTT and DCD options consistent between rigctl and rigctld 2020-01-26 10:46:57 +00:00
Michael Black 89d4bf3a6a
Add CM108 and GPIO DCD types to rigctld.c 2020-01-25 23:27:57 -06:00
Michael Black f926868dad
Add GPION to rigctld.c 2020-01-25 23:21:45 -06:00
Michael Black 2e50bb2583
Add GPIO to rigctld.c 2020-01-25 23:15:55 -06:00
Michael Black 493f527043
Remove unneeded close in rigctld, rotctld, ampctld 2020-01-25 23:05:44 -06:00
Michael Black bece609aca
Remove noisy debug from misc.c -- showed up rigctld -l for some odd reason 2020-01-24 12:17:16 -06:00
Michael Black ed50f580de Merge branch 'mdblack98-master' 2020-01-23 23:04:18 -06:00
Michael Black 148f3852e8 Merge branch 'master' of https://github.com/mdblack98/Hamlib into mdblack98-master 2020-01-23 22:58:14 -06:00
Michael Black 3ea6aceb2e
Fix rig dependency in src/Makefile.am 2020-01-23 22:47:13 -06:00
Michael Black f143d8abd9
Fix cppcheck warnings 2020-01-23 17:20:41 -06:00
Michael Black 7cb551fd46
Merge pull request #185 from mdblack98/master
Add -ldl to tests/Makefile.am
2020-01-23 12:00:43 -06:00
Michael Black 23ebe74f6e
Merge branch 'master' of https://github.com/mdblack98/Hamlib 2020-01-23 11:57:31 -06:00
Michael Black 4c9df1624b
Merge branch 'master' of https://github.com/Hamlib/Hamlib 2020-01-23 11:56:35 -06:00
Michael Black 48dde212d0
Merge branch 'master' into master 2020-01-23 11:54:13 -06:00
Malcolm Herring c8489486d7 correct rig_close cap 2020-01-23 17:51:45 +00:00
Michael Black 09f2ca78d1
Merge pull request #184 from malcolmh/master
Implement new Icom custom parms & levels method for rigs that use them
2020-01-23 11:45:11 -06:00
Michael Black 1ea577e505
Merge pull request #182 from ra1nb0w/ic746
ic746.c: fix ic746pro_get_channel() and implement ic746pro_set_channel()
2020-01-23 11:40:19 -06:00
Michael Black a89de227b6 Merge branch 'ra1nb0w-ic746' 2020-01-23 11:36:28 -06:00
Michael Black c4ef0cf1f3 Merge branch 'ic746' of https://github.com/ra1nb0w/Hamlib into ra1nb0w-ic746 2020-01-23 11:34:32 -06:00
Michael Black 09df074570
Fix -ldl linking when --disable-winradio is used 2020-01-22 23:39:03 -06:00
Michael Black 54ce2f745d
Fix cppcheck warning on drake.c 2020-01-22 17:04:43 -06:00
Michael Black 5903cda8c6
Fix DLL warning on debug.c 2020-01-22 17:04:25 -06:00
Davide Gerhard ccd1010e3e
ic746.c: add ic746pro_set_channel() to load memory from csv
tested with IC-7400 (aka IC-746Pro)

note:
if the csv line is without frequency or mode the memory channel
will be cleared

Closes: https://github.com/Hamlib/Hamlib/issues/125
2020-01-22 08:20:34 +01:00
Davide Gerhard 999bc11b74
ic746.c: correct chanbuf length, fix channel structure and support split
on channel_str_t
- enable pol to align the structure with membuf
  needed by ic746pro_get_channel() to save the description name

on ic746pro_get_channel()
- fix chanbuf length
- add split configuration
2020-01-22 08:09:30 +01:00
Michael Black cab9cffdd8
Add CM108, GPIO, and GPION to rigctl.1 man page 2020-01-21 22:52:35 -06:00
Michael Black bf8e90d214
Remove unused var in netrigctl.c 2020-01-21 18:08:05 -06:00
Michael Black 2b96ab4907
Remove -ldl from tests/Makefile.am -- need to find another solution 2020-01-21 18:03:50 -06:00
Michael Black ebc951e05a
Merge branch 'master' of https://github.com/mdblack98/Hamlib 2020-01-21 18:02:11 -06:00
Michael Black d853c36fb3
Change get_ant to add another option for icom rigs (and others if needed) 2020-01-21 17:53:12 -06:00
Michael Black 2ce7721506 Add -ldl to tests/Makefile.am 2020-01-21 11:58:25 -06:00
Malcolm Herring 0b75c87df2 restore get_powerstat 2020-01-21 14:45:35 +00:00
Malcolm Herring a656ff580a New custom parm implementations 2020-01-21 10:44:40 +00:00
Davide Gerhard 38d76f33bf
tests/{memcsv.c,memsave.c}: partially revert commit 4072f9f4
this partially revert the commit 4072f9f4
because it introduced duplication of channel_desc
2020-01-21 10:52:48 +01:00
Malcolm Herring 86ac360e92 Merge remote-tracking branch 'Hamlib/master' 2020-01-21 06:58:59 +00:00
Nate Bargmann 04ba2f9806
Merge branch 'mdblack98-master' 2020-01-20 19:27:17 -06:00
Nate Bargmann 49ec88ce84
Remove duplicate initializer
Quell the following clang warning:

  CC       id51.lo
../../../hamlib/rigs/icom/id51.c:195:22: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides]
    .set_powerstat = icom_set_powerstat,
                     ^~~~~~~~~~~~~~~~~~
../../../hamlib/rigs/icom/id51.c:181:22: note: previous initialization is here
    .set_powerstat = icom_set_powerstat,
                     ^~~~~~~~~~~~~~~~~~
1 warning generated.
2020-01-20 18:26:32 -06:00
Michael Black a4d0d692e7
export dump_hex for DLL linkage
(cherry picked from commit 3631bb2bc8)
2020-01-20 18:09:43 -06:00
Michael Black 3631bb2bc8
export dump_hex for DLL linkage 2020-01-20 16:59:40 -06:00
Malcolm Herring e972bd8657 correct powerstat caps 2020-01-20 16:15:05 +00:00
Nate Bargmann 9e88710f0b
Merge branch 'master' of https://github.com/malcolmh/Hamlib into malcolmh-master 2020-01-20 03:44:59 -06:00
Michael Black 09b5d87449
Fix lua bindings for 64-bit compilation
Tested on swig 4.0.1 and lua 5.3.5
2020-01-19 11:15:44 -06:00
Michael Black fcbb386fcd
Update comment on rig_mem_count 2020-01-19 11:14:51 -06:00
Michael Black 9fe52ebe10
Increase FT900 POST_WRITE_DELAY to 50ms -- this works faster than using WRITE_DELAY and seems to behave well 2020-01-19 10:53:02 -06:00
Michael Black 702535c218
Restore rig_mem_count used by rig.swg 2020-01-18 14:05:28 -06:00
Malcolm Herring b8bf398f7f Merge remote-tracking branch 'Hamlib/master' 2020-01-18 15:31:46 +00:00
Malcolm Herring 9bff33896e new directory structure 2020-01-18 15:31:23 +00:00
Michael Black 44796dd9c0
Merge branch 'master' of https://github.com/Hamlib/Hamlib 2020-01-18 09:02:35 -06:00