aboutsummaryrefslogtreecommitdiff
path: root/tcl/target/stm32f1x_stlink.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'tcl/target/stm32f1x_stlink.cfg')
-rw-r--r--tcl/target/stm32f1x_stlink.cfg22
1 files changed, 2 insertions, 20 deletions
diff --git a/tcl/target/stm32f1x_stlink.cfg b/tcl/target/stm32f1x_stlink.cfg
index 3b7daef0..0a3e6430 100644
--- a/tcl/target/stm32f1x_stlink.cfg
+++ b/tcl/target/stm32f1x_stlink.cfg
@@ -1,20 +1,2 @@
-#
-# STM32f1x stlink pseudo target
-#
-
-if { [info exists CHIPNAME] == 0 } {
- set CHIPNAME stm32f1x
-}
-
-if { [info exists CPUTAPID] == 0 } {
- set CPUTAPID 0x1ba01477
-}
-
-if { [info exists WORKAREASIZE] == 0 } {
- set WORKAREASIZE 0x1000
-}
-
-source [find target/stm32_stlink.cfg]
-
-set _FLASHNAME $_CHIPNAME.flash
-flash bank $_FLASHNAME stm32f1x 0 0 0 0 $_TARGETNAME
+echo "WARNING: target/stm32f1x_stlink.cfg is deprecated, please switch to target/stm32f1x.cfg"
+source [find target/stm32f1x.cfg]