mirror of
git://git.code.sf.net/p/openocd/code
synced 2025-07-20 04:54:12 +10:00
- 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
8 lines
229 B
Tcl
8 lines
229 B
Tcl
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]
|