forked from auracaster/openocd
Move TCL script files -- Step 2 of 2:
- Move src/tcl to tcl/. - Update top Makefile.am to use new path name. git-svn-id: svn://svn.berlios.de/openocd/trunk@1919 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
7
tcl/chip/st/stm32/stm32.tcl
Normal file
7
tcl/chip/st/stm32/stm32.tcl
Normal file
@@ -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]
|
||||
Reference in New Issue
Block a user