1503 Commits

Author SHA1 Message Date
Alex Spataru
dc25116ac3 Update CMakeLists.txt to add OpenMP to Windows 2024-11-18 18:58:27 -05:00
Alex Spataru
ec07d4c172 Update compiler flags for SIMDe 2024-11-18 18:42:02 -05:00
Alex Spataru
4670ef4ca1 Add SIMD header with common operations 2024-11-18 18:21:27 -05:00
Alex Spataru
e09cfb6be3 Use SIMD instructions for updating plot data 2024-11-18 17:30:30 -05:00
Alex Spataru
5472860c6b Merge branch 'master' of https://github.com/Serial-Studio/Serial-Studio 2024-11-18 15:59:56 -05:00
Alex Spataru
9230c38e87 Transition to C++ 20 2024-11-18 15:59:51 -05:00
Alex Spataru
5195102e15
Update deploy.yml 2024-11-18 14:30:12 -05:00
Alex Spataru
4d6996a0a8
Update deploy.yml to fix macOS Intel build 2024-11-18 14:28:38 -05:00
Alex Spataru
63eeb62192 Update translations 2024-11-18 14:25:06 -05:00
Alex Spataru
a286a15e47 Remove descriptor list (#220) 2024-11-18 14:18:52 -05:00
Alex Spataru
42b4fa9a62
Merge pull request #226 from dsm/master
[BLE] fix data write to characteristic
2024-11-18 14:08:46 -05:00
dsm
2fbc6f5871 fix data write to characteristic 2024-11-18 14:41:32 +03:00
Alex Spataru
598a9ef463 Sync dataset view toolbar 2024-11-18 04:16:08 -05:00
Alex Spataru
694ece8b02 Display BLE errors with messagebox 2024-11-18 03:49:32 -05:00
Alex Spataru
025f010301 Display current characteristic value when select it 2024-11-18 03:40:40 -05:00
Alex Spataru
d569e41717 Address issue #220 2024-11-18 03:21:45 -05:00
Alex Spataru
c0bc278201 Also use a CircularBuffer on the IO::Console 2024-11-18 02:51:54 -05:00
Alex Spataru
5cb92d4e57 Only configure device connection when worker thread is running 2024-11-18 01:50:08 -05:00
Alex Spataru
d17eb0f553 Ensure dashboard is only shown when needed 2024-11-18 01:43:07 -05:00
Alex Spataru
a2e754b537 Use a circular buffer + Knuth-Morris-Pratt (KMP) for parsing frames 2024-11-18 01:20:04 -05:00
Alex Spataru
9f7a2be9b5 Add file transmission capability 2024-11-17 22:24:01 -05:00
Alex Spataru
48dd861d03 Remove payloadReceived() signal from HAL_Driver 2024-11-17 19:38:00 -05:00
Alex Spataru
b4f74abf4f Update HexadecimalADC project file 2024-11-17 19:32:26 -05:00
Alex Spataru
c07456997e Update example project files to use new frame parser function 2024-11-17 19:18:56 -05:00
Alex Spataru
a83f6f6c47 Add "No Delimiter" to project options and simplify default frame parsing code 2024-11-17 18:52:38 -05:00
Alex Spataru
5c03ced35b Address toolbar buttons issue mentioned in #220 2024-11-17 17:35:16 -05:00
Alex Spataru
3fc44a3333 Merge branch 'master' of https://github.com/Serial-Studio/Serial-Studio 2024-11-17 15:50:45 -05:00
Alex Spataru
6a25e46260 Ensure plots respect min/max values 2024-11-17 15:50:36 -05:00
Alex Spataru
d405b5457c
Update README.md 2024-11-17 12:55:49 -05:00
Alex Spataru
68595cd3a2
Merge pull request #223 from tarman3/master
Add example LTE modem
2024-11-17 12:54:52 -05:00
tarman3
00ff060e63
LTE modem - UDP 2024-11-17 12:10:41 +02:00
tarman3
92eef81ef4
Add example LTE modem 2024-11-17 11:02:18 +02:00
Alex Spataru
58bb01dc2c Set thread priority to HighestPriority 2024-11-17 03:57:36 -05:00
Alex Spataru
dfb2e276d6
Update README.md 2024-11-17 02:04:03 -05:00
Alex Spataru
66e372bec3
Update README.md 2024-11-17 02:03:26 -05:00
Alex Spataru
8f483d4ddf
Update README.md 2024-11-17 01:48:44 -05:00
Alex Spataru
a9512ee20a
Update issue templates 2024-11-17 01:44:25 -05:00
Alex Spataru
a778d9f33b
Update issue templates 2024-11-17 01:31:12 -05:00
Alex Spataru
e2774d5800
Update issue templates 2024-11-17 01:29:29 -05:00
Alex Spataru
c2cfcd13fd
Update issue templates 2024-11-17 01:16:24 -05:00
Alex Spataru
c06f99f4b1 Update examples 2024-11-16 23:40:44 -05:00
Alex Spataru
d333f9fe83 Update includes 2024-11-16 23:34:54 -05:00
Alex Spataru
b91ea455cc Update translations 2024-11-16 23:16:13 -05:00
Alex Spataru
ab40f8ce18 Fix crash on issue #220 2024-11-16 18:43:50 -05:00
Alex Spataru
c66727188c Update compile options #220 2024-11-16 18:18:28 -05:00
Alex Spataru
5f27f52ad4 Rewind CSV player when it reaches the end 2024-11-16 18:08:20 -05:00
Alex Spataru
4610a18f1f Also copy payload data 2024-11-16 17:35:38 -05:00
Alex Spataru
0554c3014a Ensure that threaded data processing access valid data reference 2024-11-16 17:33:00 -05:00
Alex Spataru
0905528656 Change default FFT size to 256 (audio range, it's not probable that Serial Studio users are doing SDR haha) 2024-11-16 16:46:30 -05:00
Alex Spataru
59dde1003d Make legends box scrollable 2024-11-16 16:06:54 -05:00