mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
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>
This commit is contained in:
3
tcl/target/stm32.cfg
Normal file
3
tcl/target/stm32.cfg
Normal 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
tcl/target/stm32f2xxx.cfg
Normal file
3
tcl/target/stm32f2xxx.cfg
Normal file
@@ -0,0 +1,3 @@
|
||||
# deprecated cfg file
|
||||
echo "DEPRECATED! use script 'target/stm32f2x.cfg' not 'target/stm32f2xxx.cfg'"
|
||||
source [find target/stm32f2x.cfg]
|
||||
Reference in New Issue
Block a user