tcl: add SPDX tag
[fw/openocd] / tcl / chip / st / stm32 / stm32.tcl
1 # SPDX-License-Identifier: GPL-2.0-or-later
2
3 source [find bitsbytes.tcl]
4 source [find cpu/arm/cortex_m3.tcl]
5 source [find memory.tcl]
6 source [find mmr_helpers.tcl]
7
8 source [find chip/st/stm32/stm32_regs.tcl]
9 source [find chip/st/stm32/stm32_rcc.tcl]