cfg: add stm320518-eval onboard stlink config
Change-Id: Ie92a87ce077c538fdd04af37c798e0a8054b423a Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/610 Reviewed-by: Freddie Chopin <freddie.chopin@gmail.com> Tested-by: jenkins Reviewed-by: Xiaofan <xiaofanc@gmail.com>
This commit is contained in:
parent
d469c686d9
commit
a09bb27e23
|
@ -0,0 +1,15 @@
|
||||||
|
# STM320518-EVAL: This is an STM32F0 eval board with a single STM32F051R8T6
|
||||||
|
# (64KB) chip.
|
||||||
|
# http://www.st.com/internet/evalboard/product/252994.jsp
|
||||||
|
#
|
||||||
|
# This is for using the onboard STLINK/V2
|
||||||
|
|
||||||
|
source [find interface/stlink-v2.cfg]
|
||||||
|
|
||||||
|
# increase working area to 8KB
|
||||||
|
set WORKAREASIZE 0x2000
|
||||||
|
|
||||||
|
# chip name
|
||||||
|
set CHIPNAME STM32F051R8T6
|
||||||
|
|
||||||
|
source [find target/stm32f0x_stlink.cfg]
|
Loading…
Reference in New Issue