X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=tcl%2Fboard%2Fstm3210b_eval.cfg;h=072f54270d339ba4345f41959054af1dc550ff38;hb=4157732bd84c4e9e4b55357e1dc9a96078a35ee1;hp=70798c186705c5b22e90d20d053846c00421404c;hpb=d33f4a2ad5ec945a2d5d5fde2a8c52f8c5d25a96;p=fw%2Fopenocd diff --git a/tcl/board/stm3210b_eval.cfg b/tcl/board/stm3210b_eval.cfg index 70798c186..072f54270 100644 --- a/tcl/board/stm3210b_eval.cfg +++ b/tcl/board/stm3210b_eval.cfg @@ -1,7 +1,9 @@ +# SPDX-License-Identifier: GPL-2.0-or-later + # This is an STM32 eval board with a single STM32F10x (128KB) chip. # http://www.st.com/internet/evalboard/product/176090.jsp # increase working area to 32KB for faster flash programming set WORKAREASIZE 0x8000 -source [find target/stm32.cfg] +source [find target/stm32f1x.cfg]