Silvano Seva
|
963fbdc141
|
M17 mode handler: calling demodulator update function when in RX mode
|
2022-05-27 21:48:46 +02:00 |
Niccolò Izzo
|
6588a6718e
|
Add M17 namespace in M17 related source files
Now M17 source files reside in the M17 namespace, the OPMODE_ prefix
was added to all opmode enums to avoid a name clash.
|
2022-05-27 21:48:46 +02:00 |
Silvano Seva
|
3c6ad9802c
|
Added API function allowing to query the current status of the RX audio squelch
|
2021-12-23 14:52:25 +01:00 |
Silvano Seva
|
0b276b2b64
|
Experimental implementation of voice transmission in M17 protocol handler
|
2021-09-07 12:22:35 +02:00 |
Silvano Seva
|
e954f3fda2
|
Moved sleep regulating update rate of rtx task from rtx thread to OpMode implementations, as each operating mode may require a custom update rate
|
2021-09-03 16:44:57 +02:00 |
Federico Amedeo Izzo
|
c23eaf8e98
|
Add M17 src/dst addresses to rtxStatus_t
|
2021-09-03 16:44:57 +02:00 |
Silvano Seva
|
c8d62ff47f
|
Initial implementation of M17 operating mode handler
|
2021-09-03 16:44:57 +02:00 |
Silvano Seva
|
b29b24fdc0
|
Implemented RX tone squelch on MD-UV3x0 and GDx (TG-43)
|
2021-06-02 12:44:46 +02:00 |
Silvano Seva
|
850e3580ed
|
New radio driver for MD-3x0 platform, still requiring a bit of debugging
|
2021-05-29 08:20:12 +02:00 |
Silvano Seva
|
5b0bec8c5f
|
Created OpMode class for modular OOP-based management of operating modes. Created OpMode_FM class for analog FM management. Refactored and moved to C++ the content of openrtx/src/rtx.c. (TG-38, TG-41)
|
2021-05-29 08:20:12 +02:00 |