Browse Source

cfg: support calling legacy stm32 scripts

For the time being we support the old stm32 script names - this will
be removed before the next release cycle.

Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
tags/v0.5.0
Spencer Oliver 12 years ago
parent
commit
69ac20a155
2 changed files with 6 additions and 0 deletions
  1. +3
    -0
      tcl/target/stm32.cfg
  2. +3
    -0
      tcl/target/stm32f2xxx.cfg

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

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

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

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

Loading…
Cancel
Save