From fb8806ec0199150426b1d1bbb35bdc1b1142cf40 Mon Sep 17 00:00:00 2001 From: Andy CA6JAU Date: Sat, 5 May 2018 13:03:14 -0300 Subject: [PATCH] Update docs --- BUILD.md | 9 ++++++--- README.md | 6 ++++-- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/BUILD.md b/BUILD.md index 9e3087d..939fb63 100644 --- a/BUILD.md +++ b/BUILD.md @@ -98,7 +98,8 @@ Download the firmware sources: cd ~ git clone https://github.com/juribeparada/MMDVM_HS cd MMDVM_HS/ - git clone https://github.com/juribeparada/STM32F10X_Lib + git submodule init + git submodule update (Please do not download any different code inside MMDVM_HS folder) @@ -293,7 +294,8 @@ Download the sources: cd ~ git clone https://github.com/juribeparada/MMDVM_HS cd MMDVM_HS/ - git clone https://github.com/juribeparada/STM32F10X_Lib + git submodule init + git submodule update (Please do not download any different code inside MMDVM_HS folder) @@ -429,7 +431,8 @@ Download the sources: cd ~ git clone https://github.com/juribeparada/MMDVM_HS cd MMDVM_HS/ - git clone https://github.com/juribeparada/STM32F10X_Lib + git submodule init + git submodule update (Please do not download any different code inside MMDVM_HS folder) diff --git a/README.md b/README.md index 26379e8..32deaaf 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,8 @@ Download the sources: cd ~ git clone https://github.com/juribeparada/MMDVM_HS cd MMDVM_HS/ - git clone https://github.com/juribeparada/STM32F10X_Lib + git submodule init + git submodule update Build the firmware with USB bootloader support (the default Config.h is OK for Libre Kit): @@ -192,7 +193,8 @@ Download the firmware sources: cd ~ git clone https://github.com/juribeparada/MMDVM_HS cd MMDVM_HS/ - git clone https://github.com/juribeparada/STM32F10X_Lib + git submodule init + git submodule update Edit Config.h