Wykres commitów

46 Commity (3fd5198a57884d121f3651c83bec12902d445476)

Autor SHA1 Wiadomość Data
Mikael Nousiainen c764336e73 Fix build warnings caused by changes to I/O function signatures 2021-12-18 23:49:45 +02:00
Mike Black W9MDB 63a51c36a1 astyle files preparing for 4.4 release 2021-11-28 12:41:10 -06:00
Mike Black W9MDB d820ee9dbf Add expected_len to read_string function for potential serial I/O speedup
https://github.com/Hamlib/Hamlib/issues/850
2021-11-24 13:02:39 -06:00
Mike Black W9MDB 8fe190d622 Reduce error messages about RIG_VFO_OTHER which only applies to some rigs like Icom rigs with the 0x25 command
Add a flush_flag to read_string so that the new serial_flush will not produce a timeout value when flushing
https://github.com/Hamlib/Hamlib/issues/835
2021-11-01 23:43:45 -05:00
Mike Black W9MDB a312efb96b Fix funcube.c compilation some more 2021-10-21 07:10:22 -05:00
Mike Black W9MDB f77dc09924 Fix funcube.c compilation 2021-10-21 06:56:34 -05:00
Mike Black W9MDB 3ae48c507d Fix compilation problem with funcube.c
https://github.com/Hamlib/Hamlib/issues/829
2021-10-20 23:00:13 -05:00
Mike Black W9MDB 9186702776 Add get_mode to funcube, funcubepro, and rs_hfiq
https://github.com/Hamlib/Hamlib/issues/829
2021-10-20 22:54:11 -05:00
Mike Black W9MDB 024f7f061c Add RIG_MODE_IQ for FunCube Pro Plus and RS-HFIQ
https://github.com/Hamlib/Hamlib/issues/829
2021-10-18 23:01:38 -05:00
AuroraRAS 782ad2a034 make the Android.mk files adapt to multi arch 2021-09-25 07:03:23 +08:00
Mike Black W9MDB 388294c3d6 Fix RIG_STATUS_STABLE misspelling 2021-09-15 13:50:31 -05:00
Mike Black W9MDB 8cc59cca3b Rigs have been at BETA status forever so promoting all to STABLE 2021-09-15 13:44:42 -05:00
Mike Black W9MDB 4c0781560d astyle files 2021-08-30 10:04:50 -05:00
Chuck Ritola dc47740c40 Map FCDPP LNA and Mixer Gain as PREAMP values. Closes #766 2021-08-30 00:18:42 -04:00
Mike Black W9MDB 283281c4cb astyle all files preparing for 4.3 release 2021-08-26 06:49:24 -05:00
Mike Black W9MDB e57774cfde Make printf mingw portable in rs_hfiq.c
1668fd7954
2021-08-05 08:38:58 -05:00
Mike Black W9MDB fa4302ceaa Fix printf warning in rs_hfiq.c
1668fd7954
2021-08-05 08:27:33 -05:00
Chuck Ritola 3c76162c78 Firmware version check before power meter query. 2021-08-05 02:55:41 -04:00
Chuck Ritola 407ba17c04 Parse and store RS-HFIQ firmware version. 2021-08-04 08:46:17 -04:00
Chuck Ritola dc11b02245 Implement board temperature reading for TEMP_METER 2021-08-04 05:55:34 -04:00
Chuck Ritola d228548b38 Add ability to read TX drive level 2021-08-04 04:23:56 -04:00
Mike Black W9MDB f29ee3e908 Harness for RS-HFIQ RIG_LEVEL_TEMP_METER 2021-08-03 00:04:13 -05:00
Mike Black W9MDB 0fecf4f587 Update version and status for rs_hfiq.c 2021-07-12 23:50:28 -05:00
Chuck Ritola d5231ec0da Use loop to ensure RS-HFIQ hears first command. Closes #730 2021-07-13 00:07:23 -04:00
Mike Black W9MDB 4501c1c97b Remove generated files 2021-04-14 15:41:01 -05:00
Mike Black W9MDB 9d310062eb More files for git clone configure to work 2021-04-14 09:19:27 -05:00
Michael Black W9MDB 3bc39aaec1 astyle files is preparation for 4.2 release 2021-03-15 17:51:22 -05:00
Michael Black W9MDB 3d613519d5 Rename macros to avoid collisions with other software 2021-03-06 12:37:53 -06:00
Michael Black W9MDB 82126a4f09 Phase 1 of changing sprintflst functions to use buffer length
https://github.com/Hamlib/Hamlib/issues/580
2021-03-03 08:03:18 -06:00
Michael Black W9MDB 598b105e79 astyle files prepping for 4.1 release 2021-01-15 16:48:32 -06:00
Michael Black W9MDB d475dc81a3 Fix potential null reference in dttsp.c 2021-01-09 12:05:49 -06:00
Michael Black W9MDB 17a37be2c2 Fix potential null reference in dttsp.c 2021-01-09 12:05:00 -06:00
Michael Black W9MDB dd3b1b71d0 Fix spelling of Funkamateur 2020-09-02 16:44:46 -05:00
Daniele Forsi d7b332c3f7 Fix spelling errors
Fixed using the following command:
codespell --write-changes --summary --skip=*.m4 --ignore-words-list="develope,get's,quitt,setts,som,ue,vektor"
codespell --write-changes --summary --skip=aclocal.m4,lib --ignore-words-list="develope,get's,quitt,setts,som,ue,vektor"

Codespell home page: https://github.com/codespell-project/codespell
2020-07-24 09:02:48 +02:00
Michael Black W9MDB 664cfaa0c6 Another promotion to STABLE 2020-07-17 07:50:24 -05:00
Michael Black W9MDB b6a960d48e All conversions to rig_flush now done
https://github.com/Hamlib/Hamlib/issues/307
2020-06-23 09:01:46 -05:00
Michael Black W9MDB b239e227bd Change rotators to standard version format and promote a few to stable 2020-06-08 16:13:08 -05:00
Michael Black b040803765 Standard all version numbers to YYYYMMDD.N where n is intended for multiple versions in one day.
So typically .N will be .0
2020-03-29 23:03:21 -05:00
Michael Black 8eb09c2a38 More cppcheck fixes 2020-03-23 07:52:01 -05:00
Michael Black d0f114b178 Add macro_name to caps structures for rig, rot, and amp devices 2020-03-05 23:48:14 -06:00
Michael Black d856248178 Add RIG_MODEL macro and change all rigs to support it 2020-03-05 08:44:18 -06:00
Michael Black ff8ddf018c astyle all C files 2020-02-23 11:26:09 -06:00
Michael Black e315f5e3ac Added skeleton for new get_ant function that will return ant_tx and ant_rx if known
Every rig will need to be reviewed to fill these in as appropriate
2020-02-18 23:10:14 -06:00
Michael Black 7e8938ae65 Changed y command to now use mandatory antenna argument
Put a looplimit on icom_get_ant_count trying to get autodetect to work
Changes to icom_get_ant_count to try and get this working
Added dummy antenna # args to rigs that don't care i.e. only have 1 antenna
2020-02-02 08:38:10 -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 8d6e2fc781
Directory migration to new layout 2020-01-17 09:22:44 -06:00