From b4e7afe02c4f077e05467bf94dbf767806bc3858 Mon Sep 17 00:00:00 2001 From: Bryan Biedenkapp Date: Thu, 2 Dec 2021 22:19:45 +0000 Subject: [PATCH] update README.md; --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9682a49..f1d812b 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This project is a direct fork of the MMDVM_HS (https://github.com/juribeparada/M Please see the various Makefile's included in the project for more information. This project includes a few Makefiles to target different hardware. (All following information assumes familiarity with the standard Linux make system.) -* Makefile - This makefile is used for targeting a generic STM32F103/ADF7021 device. +* Makefile.STM32F1 - This makefile is used for targeting a generic STM32F103 with an ADF7021 RF SoC device. * For STM32F103 using Ubuntu OS install the standard ARM embedded toolchain (typically arm-gcc-none-eabi). 1. Create a directory under "/opt" called "tools" and change to the directory: