[Cryptech-Commits] [user/ln5/stm32-avalanche-noise] 02/02: Update comments for later revisions

git at cryptech.is git at cryptech.is
Tue Jan 21 14:59:19 UTC 2020


This is an automated email from the git hooks/post-receive script.

linus at nordberg.se pushed a commit to branch ln/devel
in repository user/ln5/stm32-avalanche-noise.

commit e775954924a390e2e8c9fa5e4c0d16f96e9c6fe5
Author: Linus Nordberg <linus at nordberg.se>
AuthorDate: Tue Jan 21 15:51:33 2020 +0100

    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
 



More information about the Commits mailing list