Branch: refs/heads/master
Home: https://github.com/Hamlib/Hamlib
Commit: bb070edfa3e68eb08a928266fc85a90673057b5f
https://github.com/Hamlib/Hamlib/commit/bb070edfa3e68eb08a928266fc85a90673057b5f
Author: jeremybox <gi...@je...>
Date: 2025-08-02 (Sat, 02 Aug 2025)
Changed paths:
M rigs/yaesu/ftx1.c
M rigs/yaesu/ftx1.h
M rigs/yaesu/newcat.c
M rigs/yaesu/yaesu.c
M rigs/yaesu/yaesu.h
M tests/Makefile.am
Log Message:
-----------
Enhanced FTX-1 support with comprehensive improvements
Commit: 971ab5e1264aef5dd0a900ab02639ffcdb66a7f5
https://github.com/Hamlib/Hamlib/commit/971ab5e1264aef5dd0a900ab02639ffcdb66a7f5
Author: jeremybox <gi...@je...>
Date: 2025-08-02 (Sat, 02 Aug 2025)
Changed paths:
M tests/Makefile.am
Log Message:
-----------
Remove test_ftx1 from Makefile to fix build issues
- Removed test_ftx1 from check_PROGRAMS list
- Removed test_ftx1_SOURCES definition
- This prevents build failures on systems without the test file
Commit: 0d079d2338c53d4b48bd8db5592749f28d9069c6
https://github.com/Hamlib/Hamlib/commit/0d079d2338c53d4b48bd8db5592749f28d9069c6
Author: jeremybox <gi...@je...>
Date: 2025-08-02 (Sat, 02 Aug 2025)
Changed paths:
M tests/Makefile.am
Log Message:
-----------
Restore tests/Makefile.am to match master branch exactly
Commit: 182597ebc46c1d99eefe08ba3682c8538a18d133
https://github.com/Hamlib/Hamlib/commit/182597ebc46c1d99eefe08ba3682c8538a18d133
Author: jeremybox <gi...@je...>
Date: 2025-08-03 (Sun, 03 Aug 2025)
Changed paths:
M rigs/yaesu/ftx1.c
M rigs/yaesu/ftx1.h
Log Message:
-----------
Clean up unused functions in FTX-1 driver
- Remove unused ftx1_handle_cat_error function
- Remove unused ftx1_get_split and ftx1_set_split functions
- Remove unused variable 'err' in ftx1_set_freq
- Remove corresponding function declarations from ftx1.h
- Eliminates all compiler warnings for clean build
Commit: 8ccc197b7c01efdb0b22774d0b2210b6bec28e92
https://github.com/Hamlib/Hamlib/commit/8ccc197b7c01efdb0b22774d0b2210b6bec28e92
Author: jeremybox <gi...@je...>
Date: 2025-08-03 (Sun, 03 Aug 2025)
Changed paths:
M rigs/yaesu/ftx1.c
M rigs/yaesu/ftx1.h
M rigs/yaesu/newcat.c
M rigs/yaesu/yaesu.c
Log Message:
-----------
ftx1: implement tuning step functionality and cleanup
- Add ftx1_get_ts() and ftx1_set_ts() functions using EX0306 commands
- Support mode-specific tuning step values:
* SSB/CW & RTTY/PSK: 5Hz, 10Hz, 20Hz
* FM: 5kHz, 6.25kHz, 10kHz, 12.5kHz, 20kHz, 25kHz, Auto
- Remove unused functions: ftx1_handle_cat_error, ftx1_get_split, ftx1_set_split
- Remove unused variable in ftx1_set_freq
- Update header file to remove unused function declarations
- Fix format specifiers (%d -> %ld) for shortfreq_t type
Tested with real FTX-1 hardware using rigctl commands.
Tuning step functionality verified in LSB mode with 20Hz step.
Compare: https://github.com/Hamlib/Hamlib/compare/989623ec511e...8ccc197b7c01
To unsubscribe from these emails, change your notification settings at https://github.com/Hamlib/Hamlib/settings/notifications
|