Nate Bargmann
275d01c545
Attempt to quell Ubuntu CI error
...
Ubuntu CI is generating the following error:
E: Failed to fetch https://security.ubuntu.com/ubuntu/pool/main/u/util-linux/uuid-dev_2.39.3-9ubuntu6.2_amd64.deb 404 Not Found [IP: 52.252.163.49 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
Error: Process completed with exit code 100.
This patch updates the repository cache.
2025-07-09 20:46:45 -05:00
Michael Morgan
c2a8ceab2b
Removed Redundant IF
2025-07-09 11:11:02 -05:00
Michael Morgan
6ae7e5986f
Update test_Hamlib_class.py
2025-07-09 11:11:02 -05:00
Michael Morgan
e4716be366
Added AF6SA WRC
...
It uses non-standard W command.
2025-07-09 11:11:01 -05:00
Nate Bargmann
64babdb361
Merge GitHub PR #1797
2025-07-09 07:36:00 -05:00
Nate Bargmann
b5ba3f45b8
Update NEWS for R8 backend
2025-07-09 07:30:29 -05:00
Nate Bargmann
f0b1c5bde2
Merge GitHub PR #1796
2025-07-09 07:15:34 -05:00
Nate Bargmann
6fade7fa33
Merge GitHub PR #1795
2025-07-07 18:37:54 -05:00
aa5sh
0c94ba468a
smartsdr--CWX Updates
...
Needed to replace spaces with 0x7f characters.
2025-07-07 18:28:58 -05:00
Mark J. Fine
256037296f
Fixed typos and copyright attribution on drake.c and r8.c
2025-07-07 16:49:25 -04:00
Daniele Forsi IU5HKX
84799e2f6c
Revert "Install Lua for macOS in the CI"
...
This reverts commit 419cb02dd5
.
Conflicts:
.github/workflows/c-cpp.yml
2025-07-06 19:45:43 +02:00
Daniele Forsi IU5HKX
976bfb4276
Remove the executable bit from data files
2025-07-06 19:45:43 +02:00
Daniele Forsi IU5HKX
61ad3cda10
Use Hamlib.rigerror2() to get the error message for the given error number
2025-07-06 15:25:51 +02:00
Daniele Forsi IU5HKX
407d3f669b
Revert "Fix debug messages shown even from disabled levels"
...
This reverts commit ae9556462a
.
2025-07-06 14:58:41 +02:00
Mark J. Fine
22636be85e
Commented out the embedded debugging (WARN level) that echoes all transaction data.
2025-07-05 17:11:33 -04:00
Daniele Forsi IU5HKX
54c2eb89a2
Revert "Temporarily disable parallel builds"
...
This reverts commit 3706f365a5
.
2025-07-05 22:19:46 +02:00
Daniele Forsi IU5HKX
8c94897208
Install development package for rigmatrix for Linux in the CI
2025-07-05 22:18:25 +02:00
Daniele Forsi IU5HKX
633cee04d2
Install INDI development packages for Linux in the CI
2025-07-05 22:18:16 +02:00
Daniele Forsi IU5HKX
2fc0b8eef5
Fix make distcheck again
2025-07-05 22:18:16 +02:00
Daniele Forsi IU5HKX
98489501fe
Revert "Sort SUBDIRS and DIST_SUBDIRS and fix them"
...
This reverts commit d065bcb8ef
.
Conflicts:
Makefile.am
2025-07-05 22:18:16 +02:00
Daniele Forsi IU5HKX
3706f365a5
Temporarily disable parallel builds
2025-07-05 22:18:16 +02:00
Daniele Forsi IU5HKX
b96afa9372
Remove redundant rule for make
...
make knows how to build an excutable from a single source file.
2025-07-05 22:18:16 +02:00
Daniele Forsi IU5HKX
e5e4ef84fe
Remove redundant rule for make clean
...
All built files are deleted automatically.
2025-07-05 22:18:16 +02:00
Mark J. Fine
ec0a04669c
Merged remaining R8 set/get memory channel routines over to drake.c
...
Cleaned up comments and added interface documentation to newly added routines
Added TODO notes for things yet to be handled on R8A/B, such as channel name
2025-07-05 09:41:52 -04:00
Daniele Forsi IU5HKX
f68c48aac5
Add dependency to hamlibdatetime.h
...
Fixes a race during parallel builds:
rig.c:74:10: fatal error: 'hamlibdatetime.h' file not found
Occurred in https://github.com/Hamlib/Hamlib/actions/runs/16087329208/job/45400068817
2025-07-05 13:05:23 +02:00
Daniele Forsi IU5HKX
b73d4a5cef
Install SWIG for macOS in the CI
...
Install the latest version available.
2025-07-05 12:42:42 +02:00
Daniele Forsi IU5HKX
585d23ae5b
Temporarily disable building Lua bindings on macOS
2025-07-05 12:39:38 +02:00
Daniele Forsi IU5HKX
419cb02dd5
Install Lua for macOS in the CI
...
Install the latest version available.
2025-07-05 11:51:49 +02:00
Daniele Forsi IU5HKX
6433447e91
Install TCL for macOS in the CI
2025-07-05 11:45:02 +02:00
Daniele Forsi IU5HKX
6a9f93a89e
Remove trailing newline from YAML multiline strings
2025-07-05 10:37:30 +02:00
Daniele Forsi IU5HKX
bdde43f175
Execute make with less verbosity for better readability
...
This replaces the lines "Entering directory {DIRECTORY}" /
"Leaving directory {DIRECTORY}" with just "Making {TARGET} {DIRECTORY}"
and hides other output. Warning and errors are shown anyway.
2025-07-05 10:02:12 +02:00
Daniele Forsi IU5HKX
55805c90c9
Do the configure step with everything "no", then with "yes"
...
Shared and static libraries are built in both cases.
The usrp driver is "no" in both cases because it's in an
external repository.
2025-07-05 09:55:03 +02:00
Daniele Forsi IU5HKX
e7daf11d5c
Do not compile rotators/indi if disabled in configure
...
To disable:
./configure --without-indi
2025-07-05 09:32:35 +02:00
Mark J. Fine
49b01e1968
Removed EOM from set_mem's "Cxx" command because it was leaving an extra LF in the receive queue, messing up the response to any subsequent command.
2025-07-04 20:54:45 -04:00
Mark J. Fine
cb0646c727
Merged all R8 testing routines (except set/get memory channel) into their equivalents within drake.
...
Will do the same with memory channel routines once they are better tested.
2025-07-04 00:53:28 -04:00
Daniele Forsi IU5HKX
f4cebd5339
Do not compile rigs/winradio if disabled in configure
...
To disable:
./configure --disable-winradio
2025-07-03 23:39:22 +02:00
Daniele Forsi IU5HKX
d065bcb8ef
Sort SUBDIRS and DIST_SUBDIRS and fix them
...
"security" was added twice to SUBDIRS and BACKEND_LIST is not set
by configure.
2025-07-03 23:12:32 +02:00
Mark J. Fine
7a97578476
Fixed error in get_mem(), which was reading mode, not memory channel.
...
Adusted Report All to decode memory status AFTER mode, so VFO_MEM wouldn't get squashed.
2025-07-03 11:02:50 -04:00
Mark J. Fine
6ac3dd596b
Fixed squelch detection to use an asterisk instead of a hash (like in the manual).
...
Also fixed setting of meter based on the status of RIG_DCD_ON/OFF instead of true/false.
2025-07-03 00:30:11 -04:00
Mark J. Fine
48405744b5
Silence uninitiated variable warning in vfo_op on C99 compuler.
2025-07-02 22:08:47 -04:00
Mark J. Fine
db863a6921
Added stdbool.h for c99 compilers in drake.c
2025-07-02 20:34:17 -04:00
Mark J. Fine
3ff4bc99cc
Moved all r8's command debug routines over to drake.c and out of the r8-specifc backend.
...
Removed the r8-specific transaction routine and repointed it to the revised common one in drake.c.
2025-07-02 11:33:50 -04:00
Mark J. Fine
d32d605be6
Fix crashing when attempting to receive data on 'set' actions... helps if the receive buffer is appropriately sized.
...
Also, added intialization to the receive buffer in the comms loop.
2025-07-02 11:13:06 -04:00
Mark J. Fine
3b8a24179e
Fixed issue in comms loop where receive buffer was too small, causing buffer overflow crashes.
...
Also, added buffer initialization in case some receive errors are not handled properly.
Fixed potential C99 stdbool error.
2025-07-02 09:23:59 -04:00
Mark J. Fine
e1562e675f
Organized most of the redundant rig freq, mode, mem, and all reporting into their individual routines that decode and pool most of the 'get' settings into the private data area.
2025-07-01 23:47:41 -04:00
Mark J. Fine
03bf68c459
Removed redundant timout-specific error block.
2025-06-30 21:30:49 -04:00
Mark J. Fine
f94ec6a47b
Changes to smooth out the transaction process for all Drakes, and more test edits for the R8.
2025-06-30 21:17:37 -04:00
Daniele Forsi IU5HKX
623ff17f61
Build all language bindings
2025-07-01 00:32:06 +02:00
Daniele Forsi IU5HKX
7acb809eef
Do not try to compile Python code when building other bindings
...
Fixes the issue reported by @dl8fcl
f7d38f92ca (commitcomment-161078321)
2025-07-01 00:12:23 +02:00
Nate Bargmann
ca7353abaa
Merge GitHun PR #1788
2025-06-30 07:39:41 -05:00