diff options
-rw-r--r-- | common.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |