Browse Source

cfg: remove deprecated stm32 target configs

These were deprecated in commit 69ac20a.

Signed-off-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
Change-Id: I047872f8cd61b42aaca6588ab75566219e4a3f5d
Reviewed-on: http://openocd.zylin.com/741
Tested-by: jenkins
Reviewed-by: Freddie Chopin <freddie.chopin@gmail.com>
Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
tags/v0.6.0-rc1
Andreas Fritiofson 12 years ago
committed by Freddie Chopin
parent
commit
52125f1d13
2 changed files with 0 additions and 6 deletions
  1. +0
    -3
      tcl/target/stm32.cfg
  2. +0
    -3
      tcl/target/stm32f2xxx.cfg

+ 0
- 3
tcl/target/stm32.cfg View File

@@ -1,3 +0,0 @@
# deprecated cfg file
echo "DEPRECATED! use script 'target/stm32f1x.cfg' not 'target/stm32.cfg'"
source [find target/stm32f1x.cfg]

+ 0
- 3
tcl/target/stm32f2xxx.cfg View File

@@ -1,3 +0,0 @@
# deprecated cfg file
echo "DEPRECATED! use script 'target/stm32f2x.cfg' not 'target/stm32f2xxx.cfg'"
source [find target/stm32f2x.cfg]

Loading…
Cancel
Save