Browse Source

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 <uwe@hermann-uwe.de>
Reviewed-on: http://openocd.zylin.com/566
Tested-by: jenkins
Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
tags/v0.6.0-rc1
Uwe Hermann 12 years ago
committed by Spencer Oliver
parent
commit
28e43783e5
2 changed files with 14 additions and 2 deletions
  1. +4
    -2
      tcl/board/olimex_stm32_h107.cfg
  2. +10
    -0
      tcl/board/olimex_stm32_p107.cfg

+ 4
- 2
tcl/board/olimex_stm32_h107.cfg View File

@@ -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


+ 10
- 0
tcl/board/olimex_stm32_p107.cfg View File

@@ -0,0 +1,10 @@
#
# Olimex STM32-P107
#
# http://olimex.com/dev/stm32-p107.html
#

# Work-area size (RAM size) = 64kB for STM32F107VC device
set WORKAREASIZE 0x10000

source [find target/stm32f1x.cfg]

Loading…
Cancel
Save