aboutsummaryrefslogtreecommitdiff
path: root/tcl/target/stm32f0x_stlink.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'tcl/target/stm32f0x_stlink.cfg')
-rw-r--r--tcl/target/stm32f0x_stlink.cfg23
1 files changed, 2 insertions, 21 deletions
diff --git a/tcl/target/stm32f0x_stlink.cfg b/tcl/target/stm32f0x_stlink.cfg
index a9b200ed..cecfb7a7 100644
--- a/tcl/target/stm32f0x_stlink.cfg
+++ b/tcl/target/stm32f0x_stlink.cfg
@@ -1,21 +1,2 @@
-#
-# STM32f0x stlink pseudo target
-#
-
-if { [info exists CHIPNAME] == 0 } {
- set CHIPNAME stm32f0x
-}
-
-if { [info exists CPUTAPID] == 0 } {
- set CPUTAPID 0x0bb11477
-}
-
-if { [info exists WORKAREASIZE] == 0 } {
- set WORKAREASIZE 0x1000
-}
-
-source [find target/stm32_stlink.cfg]
-
-# stm32f0x family uses stm32f1x driver
-set _FLASHNAME $_CHIPNAME.flash
-flash bank $_FLASHNAME stm32f1x 0 0 0 0 $_TARGETNAME
+echo "WARNING: target/stm32f0x_stlink.cfg is deprecated, please switch to target/stm32f0x.cfg"
+source [find target/stm32f0x.cfg]