From 01dd0c01c177d7905569c11eee9d3f903622adcf Mon Sep 17 00:00:00 2001 From: Andy CA6JAU Date: Thu, 2 Feb 2017 18:37:59 -0300 Subject: [PATCH] Create README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..979328e --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +This is the source code of ADF7021 version of the MMDVM firmware (MMDVM Hotspot), based on Jonathan G4KLX's MMDVM software. This firmware supports D-Star and DMR digital modes, System Fusion and P25 are untested. + +This software is intended to be run on STM32F103 microcontroller. You can build this code using Arduino IDE with stm32duino package, and also using "make" with ARM GCC tools. + +This software is licenced under the GPL v2 and is intended for amateur and educational use only. Use of this software for commercial purposes is strictly forbidden.