summaryrefslogtreecommitdiff
path: root/src/tcl/chip/st/stm32/stm32.tcl
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-07-20 17:13:08 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-07-20 17:13:08 +0000
commit94efc6470992bfff2308c7f10600765a56ffb8f1 (patch)
tree83dc9ff8757cd155e6fb8bbe72ada23f92fc7d3c /src/tcl/chip/st/stm32/stm32.tcl
parent577972a51d9b3655cd14d5ce176995b09909933e (diff)
downloadopenocd+libswd-94efc6470992bfff2308c7f10600765a56ffb8f1.tar.gz
openocd+libswd-94efc6470992bfff2308c7f10600765a56ffb8f1.tar.bz2
openocd+libswd-94efc6470992bfff2308c7f10600765a56ffb8f1.tar.xz
openocd+libswd-94efc6470992bfff2308c7f10600765a56ffb8f1.zip
Duane Ellis <openocd@duaneellis.com> - script commands for stm32
git-svn-id: svn://svn.berlios.de/openocd/trunk@842 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/tcl/chip/st/stm32/stm32.tcl')
-rw-r--r--src/tcl/chip/st/stm32/stm32.tcl7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/tcl/chip/st/stm32/stm32.tcl b/src/tcl/chip/st/stm32/stm32.tcl
new file mode 100644
index 00000000..4d3096a1
--- /dev/null
+++ b/src/tcl/chip/st/stm32/stm32.tcl
@@ -0,0 +1,7 @@
+source [find tcl/bitsbytes.tcl]
+source [find tcl/cpu/arm/cortex_m3.tcl]
+source [find tcl/memory.tcl]
+source [find tcl/mmr_helpers.tcl]
+
+source [find tcl/chip/st/stm32/stm32_regs.tcl]
+source [find tcl/chip/st/stm32/stm32_rcc.tcl]