diff options
author | Tormod Volden <debian.tormod@gmail.com> | 2010-12-19 23:39:03 +0100 |
---|---|---|
committer | Øyvind Harboe <oyvind.harboe@zylin.com> | 2010-12-20 07:52:26 +0100 |
commit | 9f18afc39edaf85fccd9b8392067f43fe1a2d295 (patch) | |
tree | 68257b473dbe70b6631d620bd39f73ebe87c6eba /tcl/board/stm3210b_eval.cfg | |
parent | 23bf724e048df62181e744245af42d3694989749 (diff) | |
download | riscv-openocd-9f18afc39edaf85fccd9b8392067f43fe1a2d295.zip riscv-openocd-9f18afc39edaf85fccd9b8392067f43fe1a2d295.tar.gz riscv-openocd-9f18afc39edaf85fccd9b8392067f43fe1a2d295.tar.bz2 |
tcl/board: Fix ST URLs in stm32* eval board configuration files
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.
Diffstat (limited to 'tcl/board/stm3210b_eval.cfg')
-rw-r--r-- | tcl/board/stm3210b_eval.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tcl/board/stm3210b_eval.cfg b/tcl/board/stm3210b_eval.cfg index 5e0a5ea..d6b9dad 100644 --- a/tcl/board/stm3210b_eval.cfg +++ b/tcl/board/stm3210b_eval.cfg @@ -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 |