From 86bf20b06b108de15a412d4ae8734632e21fc8c3 Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Mon, 30 Apr 2018 17:58:50 +0100 Subject: [PATCH] Update the README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 053d010..e596822 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -This is the source code of the MMDVM firmware that supports D-Star, DMR, System Fusion and P25 modes. +This is the source code of the MMDVM firmware that supports D-Star, DMR, System Fusion, P25, and NXDN modes. It runs on the Arduino Due, the ST-Micro STM32F407-DISCO and STM32F446-NUCLEO, as well as the Teensy 3.1/3.2/3.5/3.6. What these platforms have in common is the use of an ARM Cortex-M3 or M4 processor with a clock speed greater than 70 MHz, and access to at least one analogue to digital converter and one digital to analogue converter. A Cortex-M7 processor is also probably adequate.