This is an automated email from Gerrit. Andreas Fritiofson ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/741
-- gerrit commit ea5c73cfb0bc30134ecbcdd85c73cc4a5913945a Author: Andreas Fritiofson <[email protected]> Date: Wed Jul 11 21:48:09 2012 +0200 cfg: remove deprecated stm32 target configs These were deprecated in commit 69ac20a. Signed-off-by: Andreas Fritiofson <[email protected]> Change-Id: I047872f8cd61b42aaca6588ab75566219e4a3f5d diff --git a/tcl/target/stm32.cfg b/tcl/target/stm32.cfg deleted file mode 100644 index 217b79d..0000000 --- a/tcl/target/stm32.cfg +++ /dev/null @@ -1,3 +0,0 @@ -# deprecated cfg file -echo "DEPRECATED! use script 'target/stm32f1x.cfg' not 'target/stm32.cfg'" -source [find target/stm32f1x.cfg] diff --git a/tcl/target/stm32f2xxx.cfg b/tcl/target/stm32f2xxx.cfg deleted file mode 100644 index ab5b1a4..0000000 --- a/tcl/target/stm32f2xxx.cfg +++ /dev/null @@ -1,3 +0,0 @@ -# deprecated cfg file -echo "DEPRECATED! use script 'target/stm32f2x.cfg' not 'target/stm32f2xxx.cfg'" -source [find target/stm32f2x.cfg] -- ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
