Wykres commitów

3828 Commity (3709fcb9827d39948fb7b384d2c76caf02de059d)

Autor SHA1 Wiadomość Data
Malcolm Herring a49122cf65 init branch 2017-03-30 17:56:27 +01:00
Bill Somerville 317ea83684 Do not pass --no-cpp_precomp to compilers on Mac OS X
This option is  obsolete since Apple gcc 3.0, by  dropping support for
gcc 2.95.x we no longer have to pass this option.  By not passing this
option we sidestep  an issue for Mac  OS X when a GNU  gcc compiler is
used to build instead Apple gcc or clang.
2017-02-27 17:52:10 +00:00
Bill Somerville 62fb76019f Fix a state machine defect with repeated PTT reset calls
When the PTT serial  port is not the control port  the intention is to
free the port  when PTT is reset so that  other applications can share
it. This logic  was faulty with attempts to call  port functions on an
unopened port when repeatedly calling the rig_set_ptt API.

Thanks to Christoph van Wullen, DL1YCF, for finding and analyzing this
defect.
2017-02-27 13:02:04 +00:00
Nate Bargmann 14a74b1275 Add missing dorji/Android.mk 2017-02-25 13:17:37 -06:00
Jeroen Vreeken 520224a63c Small fixes to DRA818 volume handling 2017-02-22 12:28:18 +01:00
Jeroen Vreeken 7c935ce864 Merge branch 'master' of git://git.code.sf.net/p/hamlib/code 2017-02-22 12:21:07 +01:00
Jeroen Vreeken 70127b6b9c Add Dorji DRA818 modules (VHF and UHF variants)
Also works with NiceRF SA818 modules
2017-02-22 12:14:50 +01:00
Nate Bargmann e132664053 Merge branch 'mdblack98-x108g'
New model, X108G, from Mike, W9MDB.
2017-02-19 09:53:30 -06:00
Nate Bargmann b66a8928b6 Merge branch 'x108g' of https://github.com/mdblack98/hamlib into mdblack98-x108g
From GitHub.
2017-02-19 09:49:43 -06:00
Michael D Black ea6f4e7115 Added x108g backend 2017-02-14 15:39:31 -06:00
Bill Somerville 6c342217bf Fix some endian issues in the si570/AVR SDR back ends
These issues appeared when used on a Power PC machine, big endian,
with Linux.
2017-02-12 18:17:24 +00:00
Nate Bargmann 2290f2edb1 Add support for AGC Levels
Merge branch 'jaebird-pihpsdr'
2017-02-10 06:11:37 -06:00
Jae Stutzman 22cdd4f5bd Added new AGC control for PiHPSDR 2017-02-10 06:07:46 -06:00
Daniel Estévez ddd13fd028 Fix DIG MODE for FT817-ND
The FT817-ND only has RTTY, PSK31-L, PSK31-U, USER-L, USER-U as
possible DIG MODEs.  Before this fix, the modes read by Hamlib were
completely wrong.

The RTTY mode in the FT817-ND is USB. I think that the corresponding
Hamlib mode is RIG_MODE_RTTYR but I'm not certain if this is supposed to
be USB or LSB.

This has been tested on an FT817-ND. The FT817 might be different.
2017-02-10 06:07:46 -06:00
Sean Sharkey 8ad96bf3d5 Break out FT-1000D file for full support.
As discussed please find attached the files which I modified to include
full support for the Yaesu FT-1000/D radios.

Kind regards,

Sean.
2017-02-10 06:07:46 -06:00
Nate Bargmann d2c2483e60 Merge pull request #51 from mdblack98/master
Fix FT-891 recognition
2017-02-09 18:11:37 -06:00
Nate Bargmann fb5e8e216f Fix DIG MODE for FT817-ND
Merge branch 'daniestevez-master'
2017-02-09 17:59:14 -06:00
Daniel Estévez ef08446995 Fix DIG MODE for FT817-ND
The FT817-ND only has RTTY, PSK31-L, PSK31-U, USER-L, USER-U as
possible DIG MODEs.  Before this fix, the modes read by Hamlib were
completely wrong.

The RTTY mode in the FT817-ND is USB. I think that the corresponding
Hamlib mode is RIG_MODE_RTTYR but I'm not certain if this is supposed to
be USB or LSB.

This has been tested on an FT817-ND. The FT817 might be different.
2017-02-09 17:53:42 -06:00
Nate Bargmann fd042b1616 Breakout FT-1000D file for full support
Merge branch 'sharkey-ft1000d'
2017-02-09 17:39:04 -06:00
Sean Sharkey 74160301d5 Break out FT-1000D file for full support.
As discussed please find attached the files which I modified to include
full support for the Yaesu FT-1000/D radios.

Kind regards,

Sean.
2017-02-09 17:34:56 -06:00
Michael Black f17ddfc676 Fix FT-891 recognition 2017-02-04 10:11:21 -06:00
Nate Bargmann 358aacbe53 Merge feature branch for Windows ioctlsocket 2017-01-26 19:59:14 -06:00
Jae Stutzman dfd969acd3 Use Windows ioctlsocket to avoid buffer overrun 2017-01-26 19:42:00 -06:00
Nate Bargmann cb9ec24cd3 Merge branch 'jaebird-master'
Flush the buffer for the network protocol used with the PiHPSDR backend.
2017-01-25 20:52:28 -06:00
Jae Stutzman a8af27a8ce Updated PiHPSDR backend defaults 2017-01-25 20:45:24 -06:00
Jae Stutzman 230430c4e9 Clears potential garbage data in read buffer prior to command being sent 2017-01-25 20:45:24 -06:00
Michael Black 0277efdac9 Fix ic785x default addr to 0x8e 2017-01-23 16:54:17 -06:00
Nate Bargmann 0fc86ea3ab Merge branch 'jaebird-master'
New HPSDR backend from Jae, K5JAE.
2017-01-21 21:02:25 -06:00
Jae Stutzman c9fb98b214 Added HPSDR backend
Added HPSDR backend which emulates TS-2000 over the network on TCP
2017-01-21 20:58:00 -06:00
Bill Somerville 7ab76d59df Simplify and fix defects in the FT991 back end
The FT991 only receives  on VFO A, VFO B is only used  for split Tx or
for exchanging with VFO A. There are no commands to set or query VFO B
mode. Added a set split mode function  that saves VFO A mode and VFO b
frequency then sets the required VFO B mode into VFO A and then copies
VFO  A  to  VFO  B  and  restores  the  VFO  B  frequency  and  VFO  A
mode. Bandwidth and narrow settings are not touched.

Several functins that had been  implemented specifically for the FT991
have been removed because existing newcat.c functions were suitable or
there should not have been a function as the rig doesn't support it.
2017-01-21 11:56:12 +00:00
Bill Somerville 08adaf2079 Add get and set split functions for the TS450S 2017-01-20 00:22:37 +00:00
Nate Bargmann aeb726e53c Merge branch 'mdblack98-master'
New model, FT-891 from Mike, W9MDB.
2017-01-07 09:12:54 -06:00
Michael Black f1a9644d23 Added ft891 backend 2017-01-07 09:10:48 -06:00
Nate Bargmann 0b418a2be8 Update NEWS for FT-991 get_mode() fix 2017-01-02 21:27:32 -06:00
Nate Bargmann 70deb9f539 Merge branch 'mdblack98-master'
Fix ft991_get_mode
2017-01-02 21:26:00 -06:00
Michael Black 329f69e85f Fix ft991_get_mode 2017-01-02 17:49:26 -06:00
Nate Bargmann e0891d001d Update NEWS for IC-785x 2017-01-02 13:14:05 -06:00
Nate Bargmann 5f1a7ad6f9 Merge branch 'mdblack98-master'
Combine IC-7850/7851 models into 785x
2017-01-02 13:12:21 -06:00
Michael Black 3bad75106e Merger 7850/51 into 785x 2017-01-02 10:20:20 -06:00
Nate Bargmann 2b89833943 Update NEWS for IC-7850/7851
Also set tentative release date of 3.2 to 30 June 2017.
2017-01-02 07:39:28 -06:00
Nate Bargmann f525d6f262 Merge branch 'mdblack98-master'
New models, IC-7850/IC-7851.
2017-01-02 07:33:03 -06:00
Michael Black ae99b17598 Add ic7850 ic7851 -- works with wsjtx 2017-01-01 22:55:33 -06:00
Michael Black 761dde7b8b Add ic7850 ic7851 -- works with wsjtx 2017-01-01 22:55:15 -06:00
Nate Bargmann 3a12ea7616 Merge pull request #39 from N0NB/revert-38-master
Revert "IC-7850/51"
2017-01-01 17:45:39 -06:00
Nate Bargmann 94954c16e6 Revert "IC-7850/51" 2017-01-01 17:41:18 -06:00
Nate Bargmann 00079f2427 Merge pull request #38 from mdblack98/master
New Icom meodels IC-7850/51
2017-01-01 17:20:01 -06:00
Michael Black 5ae0185167 Merge branch 'master' of https://github.com/N0NB/hamlib 2017-01-01 08:06:14 -06:00
Michael Black 7b28e4077b Added IC-7850/51 -- works with WSJT-X 2017-01-01 08:04:22 -06:00
Nate Bargmann 3fef67ae7d Advance to 3.2~git 2016-12-25 11:53:56 -06:00
Nate Bargmann b59485a68b Update for current Git commands
Add examples for committing updates and issuing pull requests.
2016-12-25 11:38:57 -06:00