Browse Source

cfg: use consistent chipname

Change-Id: I41e0788f830d5ece13e6231a99d5b4013c9c678f
Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk>
Reviewed-on: http://openocd.zylin.com/331
Tested-by: jenkins
Reviewed-by: Mathias Küster <kesmtp@freenet.de>
Reviewed-by: Freddie Chopin <freddie.chopin@gmail.com>
tags/v0.6.0-rc1
Spencer Oliver 12 years ago
parent
commit
51f06253ad
2 changed files with 4 additions and 4 deletions
  1. +2
    -2
      tcl/target/stm32f1x.cfg
  2. +2
    -2
      tcl/target/stm32f2x.cfg

+ 2
- 2
tcl/target/stm32f1x.cfg View File

@@ -1,9 +1,9 @@
# script for stm32
# script for stm32f1x family

if { [info exists CHIPNAME] } {
set _CHIPNAME $CHIPNAME
} else {
set _CHIPNAME stm32
set _CHIPNAME stm32f1x
}

if { [info exists ENDIAN] } {


+ 2
- 2
tcl/target/stm32f2x.cfg View File

@@ -1,9 +1,9 @@
# script for stm32f2xxx
# script for stm32f2x family

if { [info exists CHIPNAME] } {
set _CHIPNAME $CHIPNAME
} else {
set _CHIPNAME stm32f2xxx
set _CHIPNAME stm32f2x
}

if { [info exists ENDIAN] } {


Loading…
Cancel
Save