tcl/board: Fix ST URLs in stm32* eval board configuration files
authorTormod Volden <debian.tormod@gmail.com>
Sun, 19 Dec 2010 22:39:03 +0000 (23:39 +0100)
committerØyvind Harboe <oyvind.harboe@zylin.com>
Mon, 20 Dec 2010 06:52:26 +0000 (07:52 +0100)
ST recently rewamped (screwed up) their web site and broke all links.
Also match the chip names with those on the web site product
descriptions.

tcl/board/stm32100b_eval.cfg
tcl/board/stm3210b_eval.cfg
tcl/board/stm3210c_eval.cfg
tcl/board/stm3210e_eval.cfg

index ba9058c3dbb360f38a41474e3b1a25df6e5dd822..f73443024a9d401cba433e0e34f42532ce4d5282 100644 (file)
@@ -1,5 +1,5 @@
-# This is an STM32 eval board with a single STM32F100VB chip on it.
-# http://www.st.com/mcu/contentid-100-110-STM32100B_EVAL.html
+# This is an STM32 eval board with a single STM32F100VBT6 chip.
+# http://www.st.com/internet/evalboard/product/247099.jsp
 
 # we only have 8k sram
 set WORKAREASIZE 8192
index 5e0a5ea39a5310e919b2954ea4b9de48413a4fa7..d6b9dad568922eeaab5ca4b2695a12d884cdff37 100644 (file)
@@ -1,5 +1,5 @@
-# This is an STM32 eval board with a single STM32F100VBT6 chip on it.
-# http://www.st.com/mcu/contentid-100-110-STM3210B_EVAL.html
+# This is an STM32 eval board with a single STM32F10x (128KB) chip.
+# http://www.st.com/internet/evalboard/product/176090.jsp
 
 # increase working area for faster flash programming
 
index fad87376a9c44c24c1981704414bcecf23172123..6ab9181bbf8a4b4549ffc925b5f5f10978a5cd90 100644 (file)
@@ -1,5 +1,5 @@
-# This is an STM32 eval board with a single STM32F107VCT chip on it.
-# http://www.st.com/mcu/contentid-100-110-STM3210C_EVAL.html
+# This is an STM32 eval board with a single STM32F107VCT chip.
+# http://www.st.com/internet/evalboard/product/217965.jsp
 
 # increase working area for faster flash programming
 
index e9ba48d9f48a3f4d732393e319240869a501cba6..b1da54c4d8bf029f5df301e9b4d5535d4f7a5846 100644 (file)
@@ -1,5 +1,5 @@
-# This is an STM32 eval board with a single STM32F103ZE chip on it.
-# http://www.st.com/mcu/contentid-100-110-STM3210E_EVAL.html
+# This is an STM32 eval board with a single STM32F103ZET6 chip.
+# http://www.st.com/internet/evalboard/product/204176.jsp
 
 # increase working area for faster flash programming