Browse Source

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.
tags/v0.5.0-rc1
Tormod Volden 13 years ago
committed by Øyvind Harboe
parent
commit
9f18afc39e
4 changed files with 8 additions and 8 deletions
  1. +2
    -2
      tcl/board/stm32100b_eval.cfg
  2. +2
    -2
      tcl/board/stm3210b_eval.cfg
  3. +2
    -2
      tcl/board/stm3210c_eval.cfg
  4. +2
    -2
      tcl/board/stm3210e_eval.cfg

+ 2
- 2
tcl/board/stm32100b_eval.cfg View 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


+ 2
- 2
tcl/board/stm3210b_eval.cfg View 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



+ 2
- 2
tcl/board/stm3210c_eval.cfg View 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



+ 2
- 2
tcl/board/stm3210e_eval.cfg View 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



Loading…
Cancel
Save