1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 13:47:01 -04:00
Commit Graph

1949 Commits

Author SHA1 Message Date
f4exb b10c4bbc05 HackRF: extend lo correction range to [-100.0, 100.0] ppm. Fixes #2509 2026-01-04 03:51:25 +01:00
f4exb 4be9883524 HackRF: allow different frequencies for Tx and Rx and synchronize sample rates. Fixes #2513 2026-01-04 03:42:25 +01:00
f4exb 502e751ae7 Publish v7.22.10 2025-12-22 09:32:35 +01:00
Jon Beniston 3e912352f6 USRP: Call setBuddySharedPtr even if open fails. Fix one of the bugs in #2552 2025-11-26 15:48:45 +00:00
f4exb b935db0228 Publish version 7.22.9 2025-09-28 21:27:43 +02:00
Jon Beniston f204c168f6 Add crash handler on Windows.
Add memory buffer to Logger, so last 500 log messages can be included in crash report.
Generate and include stripped pdb files so stack trace can include function names.
2025-07-31 16:35:44 +01:00
f4exb 115922c385 Updated version and changelogs 2025-07-02 19:02:52 +02:00
f4exb 2dbc61a92e AudioInput: set the correct sample rate after device sample rates refresh 2025-07-02 00:06:44 +02:00
Jon Beniston d67798da56 RemoteTCP: Add support for SDR_RX_SAMPLE_24BIT=OFF 2025-06-23 22:36:09 +01:00
f4exb 89d7fe736f Updated versions and changelogs 2025-05-04 20:01:51 +02:00
Łukasz Olszewski 5f74620406 Split button added, swagger changed manually, but should be the same when regenerated 2025-03-27 01:20:53 +01:00
Jon Beniston ad46defda9 Merge branch 'fix_2283' of https://github.com/srcejon/sdrangel into fix_2283 2025-03-06 17:12:01 +00:00
Jon Beniston 42a674037f HackRfInput: Call applySettings before starting thread, otherwise HackRF will not start correctly. Handle not all settingsKeys being set, when adjusting centre frequency. 2025-03-06 17:11:35 +00:00
f4exb e6b3e50fd2 Updated version and changelog 2025-02-02 19:09:22 +01:00
Jon Beniston c5efd73f6b Document GPIOs. 2024-12-24 12:56:36 +00:00
Jon Beniston 56bd20d59b USRP: Implement GPIO settings. 2024-12-24 12:48:43 +00:00
f4exb c4e57a1696 Updated versions and changelogs 2024-12-05 02:10:24 +01:00
Jon Beniston 600e338bab SDRplayv3: Mac now appears to link with libsdrplay_api.so.3 rather than libsdrplay_api.so.3.15. 2024-11-12 15:38:34 +00:00
f4exb ae5dc866c7 Updated versions and changelogs 2024-11-09 18:46:38 +01:00
srcejon 14063a80e9 Support compilation without SSL support. 2024-11-06 12:12:46 +00:00
Jon Beniston 66247ec6fd Fix for Qt5 2024-10-21 18:28:21 +01:00
Jon Beniston 2538662c9b Fixes for Android 2024-10-21 17:11:55 +01:00
Jon Beniston 89134729cc Don't build aaroniartsainput on Android 2024-10-21 17:10:51 +01:00
f4exb ed410d039a Updated versions and changelogs 2024-10-20 10:53:00 +02:00
srcejon 98aa40424d Fix lint warnings. 2024-10-15 09:21:08 +01:00
srcejon 5d1478d047 Formatting 2024-10-15 09:02:30 +01:00
srcejon 240c3d502e Formatting 2024-10-15 08:56:54 +01:00
srcejon 4ac29d2052 Remove debug. 2024-10-15 08:49:21 +01:00
srcejon acb278bbff RTLSDR: Apply driver settings in RTLSDRThread, to avoid blocking main thread. Add sync read for WebAssembly. 2024-10-15 08:40:08 +01:00
srcejon 3dc0ac7f91 Lint fixes 2024-10-09 08:49:23 +01:00
srcejon b83d514c3b Lint fixes 2024-10-08 22:19:29 +01:00
srcejon 256b01dda4 Fix gcc errors. 2024-10-08 17:30:24 +01:00
srcejon 96422ff19f RemoteTCPSink: Report server init errors via GUI. Send protocol to public list.
RemoteTCPInput: Add wss protocol support.
2024-10-08 17:20:18 +01:00
srcejon c270873a7c Merge branch 'f4exb:master' into freq_scanner 2024-10-06 13:29:03 +01:00
f4exb 8f2ac70621 Updated plugin versions 2024-10-06 10:53:38 +02:00
srcejon 3743e7d831 Fix gcc errors 2024-09-22 12:24:19 +01:00
srcejon 8bf1a2f803 Remote TCP updates:
Add support for public list of SDRangel servers that can be displayed on Map.
Add FLAC and zlib IQ compression.
Add IQ squelch for compression.
Add remote device/antenna position and direction reporting.
Add text messaging.
2024-09-22 10:44:30 +01:00
Edouard Griffiths f522d88fc5 Merge pull request #2252 from srcejon/freq_scanner
Update CMakeLists.txt to allow static libraries to be built
2024-09-13 21:07:04 +02:00
Edouard Griffiths d6773eafb3 Merge pull request #2245 from DreamNik/fix_warnings_and_android_issues
Fix warnings and android issues
2024-09-12 14:33:32 +02:00
srcejon 1df07b21ae Update CMakeLists.txt to allow static libraries to be built, as well as shared.
Add BUILD_BENCH, BUILD_SHARED_LIBS, ENABLE_AARONIARTSA and ENABLE_METIS options.
2024-09-11 20:16:40 +01:00
f4exb 37e06de0ed DeviceGUI: removed destroy method. Part of #2159 2024-09-07 21:50:42 +02:00
DreamNik 202fc96de6 Append prefix to plugin name when running on Android.
Android libraries can't be placed inside subdirectory, so to
distinguish plugins from regular libraries the new prefix is used.
2024-09-05 13:37:51 +03:00
DreamNik f694ba04b8 Fix compilation warnings and errors 2024-09-05 13:37:46 +03:00
DreamNik 027d6af6bb Fix SopaySDR library search when system cmake package present 2024-09-03 23:44:46 +03:00
f4exb 5d0fa7fa67 Removed destroy method leftovers and Sonar lint 2024-08-27 09:54:09 +02:00
f4exb b85419c56a Sonar fixes 2024-08-27 09:54:09 +02:00
f4exb 585d806ef8 All device plugins: make sure start and stop are effective once only. PArt of #2159 2024-08-27 09:54:09 +02:00
f4exb beaf2932ba RTLSDR: make sure start and stop are effective once only. PArt of #2159 2024-08-27 09:54:09 +02:00
f4exb aec3c5ca47 Updated plugin versions 2024-08-13 22:35:18 +02:00
Daniele Forsi 4241f01376 Fix typos in cpp files 2024-07-10 23:06:38 +02:00