X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=tcl%2Fboard%2Folimex_stm32_h103.cfg;h=92ca7ae58903474eae6030f5e9f25ac88a5b5e70;hb=4157732bd84c4e9e4b55357e1dc9a96078a35ee1;hp=fadf175517215896576e1e11425e3bb85bdaf1c1;hpb=dbbc9c41f7db210b0a4e226540a28e0a8a5019bf;p=fw%2Fopenocd diff --git a/tcl/board/olimex_stm32_h103.cfg b/tcl/board/olimex_stm32_h103.cfg index fadf17551..92ca7ae58 100644 --- a/tcl/board/olimex_stm32_h103.cfg +++ b/tcl/board/olimex_stm32_h103.cfg @@ -1,8 +1,9 @@ -# +# SPDX-License-Identifier: GPL-2.0-or-later + # Olimex STM32-H103 eval board -# # http://olimex.com/dev/stm32-h103.html -# -source [find target/stm32.cfg] +# Work-area size (RAM size) = 20kB for STM32F103RB device +set WORKAREASIZE 0x5000 +source [find target/stm32f1x.cfg]