cfg: update scripts to use new stm32 driver names
authorSpencer Oliver <ntfreak@users.sourceforge.net>
Thu, 28 Jul 2011 10:45:09 +0000 (11:45 +0100)
committerSpencer Oliver <ntfreak@users.sourceforge.net>
Thu, 28 Jul 2011 10:45:09 +0000 (11:45 +0100)
Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
tcl/board/hitex_stm32-performancestick.cfg
tcl/board/olimex_stm32_h103.cfg
tcl/board/olimex_stm32_h107.cfg
tcl/board/stm32100b_eval.cfg
tcl/board/stm3210b_eval.cfg
tcl/board/stm3210c_eval.cfg
tcl/board/stm3210e_eval.cfg
tcl/board/stm3220g_eval.cfg
tcl/target/stm32f1x.cfg [moved from tcl/target/stm32.cfg with 96% similarity]
tcl/target/stm32f2x.cfg [moved from tcl/target/stm32f2xxx.cfg with 96% similarity]
tcl/target/stm32xl.cfg

index 515f7e0801454d2c4d18424806ea5e691d8c63cc..0ec4076b7b9a77190e4f2d6782b5083c811ae9b9 100644 (file)
@@ -5,7 +5,7 @@ reset_config trst_and_srst
 source [find interface/stm32-stick.cfg]
 
 set  CHIPNAME stm32_hitex
-source [find target/stm32.cfg]
+source [find target/stm32f1x.cfg]
 
 # configure str750 connected to jtag chain
 # FIXME -- source [find target/str750.cfg] after cleaning that up
index 98b0b658db1039465af93f3e7a2ed1e2f0f25982..ec03034c109b7204174cc990dfceedecd4eb2b3f 100644 (file)
@@ -4,4 +4,4 @@
 # Work-area size (RAM size) = 20kB for STM32F103RB device
 set WORKAREASIZE 0x5000
 
-source [find target/stm32.cfg]
+source [find target/stm32f1x.cfg]
index c21e19bdecfa63c7d1955dab3c179fd5f748740c..1d34a234fc83fda280cfb959b527e9e0ba08bc1e 100644 (file)
@@ -5,4 +5,4 @@
 # Work-area size (RAM size) = 64kB for STM32F107VC device
 set WORKAREASIZE 0x10000
 
-source [find target/stm32.cfg]
+source [find target/stm32f1x.cfg]
index e04b612bcbf914a17204b66356137ee304b19cc2..41153e555b884be027fbc156edfb8dbef7ff2cc8 100644 (file)
@@ -4,4 +4,4 @@
 # The chip has only 8KB sram
 set WORKAREASIZE 0x2000
 
-source [find target/stm32.cfg]
+source [find target/stm32f1x.cfg]
index 70798c186705c5b22e90d20d053846c00421404c..ff3f7771abc8d0bbc0fea94b40f63f2254a1c534 100644 (file)
@@ -4,4 +4,4 @@
 # increase working area to 32KB for faster flash programming
 set WORKAREASIZE 0x8000
 
-source [find target/stm32.cfg]
+source [find target/stm32f1x.cfg]
index 27684f0d87bfb676ccf5dbaf8c35c51843abfd87..e069c049941f82176e2b4a573ce4c27f468ae1e8 100644 (file)
@@ -4,4 +4,4 @@
 # increase working area to 32KB for faster flash programming
 set WORKAREASIZE 0x8000
 
-source [find target/stm32.cfg]
+source [find target/stm32f1x.cfg]
index 786d02799a8790e84eae2c76148a3d410c998189..91807ce3094906861e6bb70d5d4b2ee4a573f1d2 100644 (file)
@@ -4,7 +4,7 @@
 # increase working area to 32KB for faster flash programming
 set WORKAREASIZE 0x8000
 
-source [find target/stm32.cfg]
+source [find target/stm32f1x.cfg]
 
 #
 # configure FSMC Bank 1 (NOR/PSRAM Bank 2) NOR flash
index e836f0ed75698df4e6d77abc83740c41ef071163..48b57c132b5a75abfbf07cf38e9167ddbbfed052 100644 (file)
@@ -8,4 +8,4 @@ set WORKAREASIZE 0x20000
 # chip name
 set CHIPNAME STM32F207IGT6
 
-source [find target/stm32f2xxx.cfg]
+source [find target/stm32f2x.cfg]
similarity index 96%
rename from tcl/target/stm32.cfg
rename to tcl/target/stm32f1x.cfg
index 9879c0458f5c93eddd82950c39dba5043ded4ad4..8007ff57a8ea00f39a8fe4f598e766f4089c2434 100644 (file)
@@ -68,7 +68,7 @@ $_TARGETNAME configure -work-area-phys 0x20000000 -work-area-size $_WORKAREASIZE
 
 # flash size will be probed
 set _FLASHNAME $_CHIPNAME.flash
-flash bank $_FLASHNAME stm32x 0x08000000 0 0 0 $_TARGETNAME
+flash bank $_FLASHNAME stm32f1x 0x08000000 0 0 0 $_TARGETNAME
 
 # if srst is not fitted use SYSRESETREQ to
 # perform a soft reset
similarity index 96%
rename from tcl/target/stm32f2xxx.cfg
rename to tcl/target/stm32f2x.cfg
index 8a85724409650ff9fd5ec67de98b3b1528f7fec2..b8de38437ccf922da556428d949bc0d21d35805c 100644 (file)
@@ -57,5 +57,5 @@ target create $_TARGETNAME cortex_m3 -endian $_ENDIAN -chain-position $_TARGETNA
 $_TARGETNAME configure -work-area-phys 0x20000000 -work-area-size $_WORKAREASIZE -work-area-backup 0
 
 set _FLASHNAME $_CHIPNAME.flash
-flash bank $_FLASHNAME stm32f2xxx 0 0 0 0 $_TARGETNAME
+flash bank $_FLASHNAME stm32f2x 0 0 0 0 $_TARGETNAME
 
index cde07df248ca1fdf3a31955274d4bdc9a32cb861..f72896d32f45120d40f608a3afddb9abf14f333d 100644 (file)
@@ -1,6 +1,6 @@
 # script for stm32xl family (dual flash bank)
-source [find target/stm32.cfg]
+source [find target/stm32f1x.cfg]
 
 # flash size will be probed
 set _FLASHNAME $_CHIPNAME.flash1
-flash bank $_FLASHNAME stm32x 0x08080000 0 0 0 $_TARGETNAME
+flash bank $_FLASHNAME stm32f1x 0x08080000 0 0 0 $_TARGETNAME

Linking to existing account procedure

If you already have an account and want to add another login method you MUST first sign in with your existing account and then change URL to read https://review.openocd.org/login/?link to get to this page again but this time it'll work for linking. Thank you.

SSH host keys fingerprints

1024 SHA256:YKx8b7u5ZWdcbp7/4AeXNaqElP49m6QrwfXaqQGJAOk gerrit-code-review@openocd.zylin.com (DSA)
384 SHA256:jHIbSQa4REvwCFG4cq5LBlBLxmxSqelQPem/EXIrxjk gerrit-code-review@openocd.org (ECDSA)
521 SHA256:UAOPYkU9Fjtcao0Ul/Rrlnj/OsQvt+pgdYSZ4jOYdgs gerrit-code-review@openocd.org (ECDSA)
256 SHA256:A13M5QlnozFOvTllybRZH6vm7iSt0XLxbA48yfc2yfY gerrit-code-review@openocd.org (ECDSA)
256 SHA256:spYMBqEYoAOtK7yZBrcwE8ZpYt6b68Cfh9yEVetvbXg gerrit-code-review@openocd.org (ED25519)
+--[ED25519 256]--+
|=..              |
|+o..   .         |
|*.o   . .        |
|+B . . .         |
|Bo. = o S        |
|Oo.+ + =         |
|oB=.* = . o      |
| =+=.+   + E     |
|. .=o   . o      |
+----[SHA256]-----+
2048 SHA256:0Onrb7/PHjpo6iVZ7xQX2riKN83FJ3KGU0TvI0TaFG4 gerrit-code-review@openocd.zylin.com (RSA)