Wykres commitów

46 Commity (8e5ad418fddd070013e8464b636b969a7e5accd5)

Autor SHA1 Wiadomość Data
Nate Bargmann 332a04b7cd Clean up backend Makefile.am files
Moved all backend *.h files into the SOURCES primary as Automake
documentation states all source file types should be listed.  This
causes Automake to include *.h files in rebuild rules for the targets.

Removed the '-DIN_HAMLIB' assignment from the CFLAGS primary in each
backend and assigned it to AM_CPPFLAGS in configure.ac.  The effect is
the same and it simplifies the backend Makefile.am files.

Removed all commented lines.
2013-09-16 21:51:39 -05:00
Remi Chateauneu 60019c9444 Monolitic libraries. 2013-09-08 14:56:28 +01:00
Ladislav Vaiz 6d4295af2c Add Android build support
Android makefile fragments are distributed as extra distribution files
by the GNU build system but are otherwise ignored.  The Android build
support is independent and does not rely on the GNU build system.

See android/README.android for more info.

Signed-off-by: Nate Bargmann <n0nb@n0nb.us>
2013-04-26 22:31:56 -05:00
Nate Bargmann 01ab10bf10 Include backend specific notes with 'make dist'
(cherry picked from commit 20814924b2)
2012-03-01 21:23:16 -06:00
Nate Bargmann, N0NB db27b38041 Add Vertex Standard VX-1700 transceiver support
From Mikhail Kshevetskiy <mikhail.kshevetskiy@gmail.com>

vx-1700 notes:
==============
  * the only possible way to switch from VFO_A to VFO_MEM is a
    switching to configured memory channel.
  * vfo_op(UP/DOWN) in memory mode switch channel UP/DOWN
    correspondingly
  * set_mem() in VFO mode do not change memory channel, but only
    remember passed value. Thus we may set non-configured memory
    channel number for future use in vfo_op(OP_FROM_VFO).
  * get_mem() in VFO mode returns last used memory channel value.
    It may return non-configured memory channel number passed to
    set_mem() previously.

WARNING: VX-1700 CAT Manual have bugs, see comments in code.

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@3052 7ae35d74-ebe9-4afe-98af-79ac388436b8
2011-02-16 23:49:58 +00:00
Stéphane Fillod, F8CFE aa24ca7ab6 clone FT-DX5000 after FT-2000
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2992 7ae35d74-ebe9-4afe-98af-79ac388436b8
2010-10-06 07:25:14 +00:00
Kamal Mostafa, KA6MAL 2567b93af7 Move backend libraries into /usr/lib/hamlib directory.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2988 7ae35d74-ebe9-4afe-98af-79ac388436b8
2010-09-26 02:23:50 +00:00
Stéphane Fillod, F8CFE cf2ad81282 added FT-980, part of patch from Wolfgang Buesser
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2916 7ae35d74-ebe9-4afe-98af-79ac388436b8
2010-05-17 22:23:38 +00:00
Stéphane Fillod, F8CFE ceee524a80 * redo the ft100 set_ctcss/set_dcs with appropriate list, yaesu_tones.h no more needed
* change P1 of FT100's Status Update. Returned data seems longer than documented.
* populate FT100's bandplan of ITU Region 1
* some error code checking


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2633 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-02-14 00:26:03 +00:00
Stéphane Fillod, F8CFE 0ceb81add9 New FT-840 backend, as suggested by Thomas - DK6KD
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2554 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-01-04 10:40:34 +00:00
Stéphane Fillod, F8CFE 2e32b08c61 Add FT-2000 and FTDX-9000 headers
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2508 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-12-14 21:46:47 +00:00
Stéphane Fillod, F8CFE 1fb8820946 Add FT-2000 and FTDX-9000
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2505 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-12-14 20:02:03 +00:00
Stéphane Fillod, F8CFE 657a9ac7c9 new: FT-950
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2404 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-09-22 21:32:38 +00:00
Stéphane Fillod, F8CFE f8a0cb2281 FT100:
* fixed buffer overflow in ft100_get_freq, thanks to Tony Corbett G0WFV
* better error code checking
* support for MODE_WFM
* implemented ft100_get_level


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2381 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-09-12 15:32:38 +00:00
Nate Bargmann, N0NB 62bd7d5d88 New radio model, FT-450, including support for the new ASCII CAT command
syntax now employed by Yaesu.


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2247 7ae35d74-ebe9-4afe-98af-79ac388436b8
2007-11-22 04:48:43 +00:00
Steve Conklin, AI4QR beeafc7ac1 Added support for the Yaesu FT-767GX. The following are implemented:
get/set frequency
get/set mode
get/set vfo
get/set CTCSS tone
get/set split_mode
get/set split_freq
get/set split_mode
get ptt


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2218 7ae35d74-ebe9-4afe-98af-79ac388436b8
2007-10-05 04:19:18 +00:00
Stéphane Fillod, F8CFE 57b1781fc1 new VR-5000 and FT1000MP's entries
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1937 7ae35d74-ebe9-4afe-98af-79ac388436b8
2005-02-26 23:13:48 +00:00
Stéphane Fillod, F8CFE 1385617c85 Cloned the FT1000D from the FT990, since they are similar. Test needed.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1811 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-08-17 20:07:20 +00:00
Stéphane Fillod, F8CFE 712112009a Initial support for FT736R, FRG100 and FRG9600
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1797 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-08-10 21:10:36 +00:00
Stéphane Fillod, F8CFE c930934e0f Initial release of FRG-8800
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1735 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-05-16 07:32:57 +00:00
Stéphane Fillod, F8CFE 74964a1afb Initial FT757GX release, contribution from David L Norris
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1726 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-04-24 13:01:00 +00:00
Stéphane Fillod, F8CFE e30748c4bf initial support for FT-897 (cloned from ft857)
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1665 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-02-08 17:08:46 +00:00
Stéphane Fillod, F8CFE 7a96cc0cbf Initial skelton revision for the FT990
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1562 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-10-12 18:04:02 +00:00
Stéphane Fillod, F8CFE 9bb96bc753 lib replacement needed for portability
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1557 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-10-01 21:51:19 +00:00
Stéphane Fillod, F8CFE 30b0ae0137 added intial support for ft857
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1500 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-08-11 21:20:35 +00:00
Nate Bargmann, N0NB d80267a152 2003-04-13:
Updated:
		Makefile.am, yaesu.h, yaesu.c--addition of FT-900 backend
	New:
		ft900.h, ft900.c--basically a carbon copy of the ft890
		backend.


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1440 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-04-14 03:05:32 +00:00
Nate Bargmann, N0NB 825871c328 2003-03-08
Added:
		New backend for Yaesu FT-890/FT-890AT


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1404 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-03-09 04:43:38 +00:00
Stéphane Fillod, F8CFE 95155608ba renamed ft1000 files to ft1000mp in order to avoid future clash
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1306 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-12-01 21:49:12 +00:00
Stéphane Fillod, F8CFE bf1dbe677b added initial support for the MARK-V FT-1000MP
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1290 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-11-21 23:09:28 +00:00
Stéphane Fillod, F8CFE 3497d098a5 misc Makefile fixes
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1282 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-11-13 20:39:07 +00:00
Stéphane Fillod, F8CFE 52e9a15924 libhamlib-backend.so.x.y.z -> hamlib-backend.so, avoid version info for modules
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1241 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-11-04 22:19:31 +00:00
Stéphane Fillod, F8CFE 6f937fd137 missing ft920 header for dist
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1223 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-10-29 22:48:49 +00:00
Nate Bargmann, N0NB c439bce225 2002-10-27
New:
		ft920.c, ft920.h -- very very immature attempt at FT-920
		control.  Code can send simple query to rig but cannot
		properly decode returned data.  Much more work is needed.

	Updated:
		Makefile.am, yaesu.c, yaesu.h -- necessary changes for
		ft920.


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1213 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-10-28 04:53:05 +00:00
Stéphane Fillod, F8CFE dc8ae0df5f misc build fix
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1008 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-03-06 22:55:14 +00:00
Stéphane Fillod, F8CFE 18729f54ea added FT-100
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@966 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-02-26 01:20:10 +00:00
Stéphane Fillod, F8CFE 382c69b2bd cleaned up static build and flags, introduced lib version 0:0:0
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@772 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-12-19 03:31:53 +00:00
Stéphane Fillod, F8CFE dc9487a284 static/dynamic build fixes
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@744 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-12-16 11:07:54 +00:00
Chris Karpinsky, AA1VL a43e9a83bc add ft817.*
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@739 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-12-15 03:22:31 +00:00
Stéphane Fillod, F8CFE 014854b1d8 another misc fix
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@721 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-11-14 18:30:08 +00:00
Stéphane Fillod, F8CFE cb9b54d038 misc link fixes
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@715 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-11-12 21:59:38 +00:00
Stéphane Fillod, F8CFE 897e3582e4 misc dep update
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@699 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-10-22 20:33:11 +00:00
Stéphane Fillod, F8CFE fdec672130 workaround for automake/libtool install bug?
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@601 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-07-21 13:03:13 +00:00
Stéphane Fillod, F8CFE 9b44155fb1 * more win32 portability stuff
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@546 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-06-12 23:59:21 +00:00
Stéphane Fillod, F8CFE 9c32855611 more portability stuff
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@541 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-06-11 00:41:28 +00:00
Stéphane Fillod, F8CFE c7d44331a9 joined ft747&ft847 in new yaesu backend
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@525 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-06-04 21:07:17 +00:00
Frank Singleton, VK3FCS 17b888a4d5 Initial yaesu Makefile
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@309 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-01-04 04:42:13 +00:00