Kevin Bortis <stm32@bortis.ch> fix worksize
[fw/openocd] / tcl / board / olimex_stm32_h103.cfg
1 #
2 # Olimex STM32-H103 eval board
3 #
4 # http://olimex.com/dev/stm32-h103.html
5 #
6
7 #Set flash size to 128k for STM32103RB device
8 set WORKAREASIZE 0x20000
9
10 source [find target/stm32.cfg]
11