From 48410990473df0efe757205b4d14357f3196f10d Mon Sep 17 00:00:00 2001 From: Andy Date: Sat, 28 Oct 2017 12:31:23 -0300 Subject: [PATCH] Adding information for MMDVM_HS_Hat --- BUILD.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/BUILD.md b/BUILD.md index 656038f..b19df73 100644 --- a/BUILD.md +++ b/BUILD.md @@ -7,6 +7,7 @@ This is a detailed guide for building the firmware of MMDVM_HS from the source c - ZUMspot RPi - ZUMspot Libre Kit - ZUMspot USB +- MMDVM_HS_Hat - Makefile options - Config.h options - Pinout definitions @@ -426,6 +427,13 @@ Edit MMDVM.ini according your preferences Execute MMDVMHost: ./MMDVMHost MMDVM.ini + +# MMDVM_HS_Hat + +Please check here for detailed instructions: + + https://github.com/mathisschmieder/MMDVM_HS_Hat/blob/master/README.md + # Makefile options @@ -437,6 +445,8 @@ Execute MMDVMHost: - make zumspot-pi: upload the firmware to a ZUMspot RPi version (using internal RPi serial port) +- make mmdvm_hs_hat: upload the firmware to MMDVM_HS_Hat board (using internal RPi serial port) + - make dfu [devser=/dev/ttyXXX]: upload firmware using USB bootloader. "devser" is optional, and it corresponds to the USB serial port device name. This option permits to perform a reset to enter to booloader mode (DFU). If you don't use "devser", you have to press the reset button @@ -486,6 +496,8 @@ to enable this option if you have one of these products. - #define ADF7021_CARRIER_BOARD: enable this option if you have a ZUMspot Libre Kit (Board with modified RF7021SE and Blue Pill STM32F103). +- #define MMDVM_HS_HAT_REV12: enable this option if you have a MMDVM_HS_Hat board for RPi. + - #define ENABLE_ADF7021: add support for ADF7021 (all boards, enabled by default). - #define DUPLEX: enable duplex mode with dual ADF7021. It is still under development.