From e775954924a390e2e8c9fa5e4c0d16f96e9c6fe5 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Tue, 21 Jan 2020 15:51:33 +0100 Subject: Update comments for later revisions --- common.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common.mk b/common.mk index 9006feb..0d4ecdd 100644 --- a/common.mk +++ b/common.mk @@ -35,12 +35,12 @@ OPENOCD_PROC_FILE ?= stm32f4discovery.cfg # MCU selection parameters # -# For the rev08 or rev09 board with an STM32F401RBT6, set -DSTM32F401xC +# For rev08 and later boards with an STM32F401RBT6, set -DSTM32F401xC # For Nucleo board with an STM32F401RET6, set -DSTM32F401xE # STDPERIPH_SETTINGS ?= -DUSE_STDPERIPH_DRIVER -DSTM32F4XX -DSTM32F401xC # -# For the rev08 or rev09 board (hardware compatible), use rev08.ld. +# For rev08 and later boards (hardware compatible), use rev08.ld. # For the Nucleo board, use nucleo.ld. MCU_LINKSCRIPT ?= rev08.ld -- cgit v1.2.3