From 94efc6470992bfff2308c7f10600765a56ffb8f1 Mon Sep 17 00:00:00 2001 From: oharboe Date: Sun, 20 Jul 2008 17:13:08 +0000 Subject: Duane Ellis - script commands for stm32 git-svn-id: svn://svn.berlios.de/openocd/trunk@842 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/tcl/chip/st/stm32/stm32.tcl | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/tcl/chip/st/stm32/stm32.tcl (limited to 'src/tcl/chip/st/stm32/stm32.tcl') 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] -- cgit v1.2.3