From 28e43783e5876ebf6a8684ea85c51ff03403e23d Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sun, 15 Apr 2012 18:42:39 +0200 Subject: [PATCH] Split olimex_stm32_h107.cfg. Use one board file per eval board, so that the filename matches the exact board the user has / wants to use. Merging different boards into one file is confusing. Change-Id: I7c50233924a87a913723d7215c4851039c2971bc Signed-off-by: Uwe Hermann Reviewed-on: http://openocd.zylin.com/566 Tested-by: jenkins Reviewed-by: Spencer Oliver --- tcl/board/olimex_stm32_h107.cfg | 6 ++++-- tcl/board/{olimex_stm32_h107.cfg => olimex_stm32_p107.cfg} | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) copy tcl/board/{olimex_stm32_h107.cfg => olimex_stm32_p107.cfg} (64%) diff --git a/tcl/board/olimex_stm32_h107.cfg b/tcl/board/olimex_stm32_h107.cfg index 1d34a234f..e54fb4e70 100644 --- a/tcl/board/olimex_stm32_h107.cfg +++ b/tcl/board/olimex_stm32_h107.cfg @@ -1,6 +1,8 @@ -# Olimex STM32-H107 and STM32-P107 eval boards +# +# Olimex STM32-H107 +# # http://olimex.com/dev/stm32-h107.html -# http://olimex.com/dev/stm32-p107.html +# # Work-area size (RAM size) = 64kB for STM32F107VC device set WORKAREASIZE 0x10000 diff --git a/tcl/board/olimex_stm32_h107.cfg b/tcl/board/olimex_stm32_p107.cfg similarity index 64% copy from tcl/board/olimex_stm32_h107.cfg copy to tcl/board/olimex_stm32_p107.cfg index 1d34a234f..98c72a6e7 100644 --- a/tcl/board/olimex_stm32_h107.cfg +++ b/tcl/board/olimex_stm32_p107.cfg @@ -1,6 +1,8 @@ -# Olimex STM32-H107 and STM32-P107 eval boards -# http://olimex.com/dev/stm32-h107.html +# +# Olimex STM32-P107 +# # http://olimex.com/dev/stm32-p107.html +# # Work-area size (RAM size) = 64kB for STM32F107VC device set WORKAREASIZE 0x10000 -- 2.11.4.GIT