Modular Open Source Radio Firmware
 
 
 
 
 
Go to file
Silvano Seva 85a89d1f84 Doubled the prescale value of all the timers, since they run at twice the frequency of the bus they are connected to 2020-11-16 18:03:02 +01:00
openrtx Refactored UI source code 2020-11-16 09:03:03 +01:00
platform Doubled the prescale value of all the timers, since they run at twice the frequency of the bus they are connected to 2020-11-16 18:03:02 +01:00
rtos Fix compilation for GCC 10 2020-11-03 15:15:35 +01:00
scripts Add loading scripts, update README.md, requirements.txt and .gitignore 2020-11-03 15:14:36 +01:00
tests Renamed tests to better describe their function 2020-11-14 15:16:36 +01:00
.gitignore Update build instructions and .gitignore 2020-11-03 15:15:35 +01:00
LICENSE Initial commit 2020-03-30 15:57:43 +02:00
Makefile.arm Testing MD380 display driver on the radio 2020-11-03 15:15:35 +01:00
Makefile.x64 Testing uC/OS-III on x86_64 target 2020-11-03 15:15:35 +01:00
README.md README.md: Improve wiki links 2020-11-15 09:43:10 +01:00
cross_arm.txt Move selection of linker script in meson.build 2020-11-12 22:10:13 +01:00
meson.build Reorganising thread structure, moving thread bodies and thread creation function into a dedicated source file to make overall source code more easily readable 2020-11-15 22:23:32 +01:00
meson_options.txt Add optional AddressSanitizer 2020-11-13 12:38:59 +01:00
requirements.txt Add meson build system 2020-11-03 15:15:35 +01:00

README.md

OpenRTX

Modular Open Source Radio Firmware

OpenRTX is a free and open source firmware for digitam ham radios, top-down designed with modularity, flexibility and performance in mind.

Currently OpenRTX is being actively developed for the TYT MD-380/390 and MD-UV380/390.

This firmware is highly experimental and is not in a usable state right now, however contributions and testing are welcome and accepted.

For information on currently supported radios and features, see the Development status wiki page.

Compile and flash

For instructions on how to compile and flash OpenRTX to your radio, or just run OpenRTX on Linux see the How to compile wiki page.

License

This software is released under the GNU GPL v3, the modified wrapping scripts from Travis Goodspeed are licensed in exchange of two liters of India Pale Ale, we still owe you the two liters, Travis!

Credits

OpenRTX was created by:

All this was made possible by the huge reverse engineering effort of Travis Goodspeed and all the contributors of md380tools. A huge thank goes to Roger Clark, and his OpenGD77 which inspired this project.