aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2020-01-21 15:51:33 +0100
committerLinus Nordberg <linus@nordberg.se>2020-01-21 15:51:33 +0100
commite775954924a390e2e8c9fa5e4c0d16f96e9c6fe5 (patch)
treecba8747175ff389b309111d97f75c79114ed9214
parent49d39287252bf0bd2b3fd75e86d07616b56c7fd2 (diff)
Update comments for later revisionsln/devel
-rw-r--r--common.mk4
1 files 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