2
0
mirror of git://git.code.sf.net/p/openocd/code synced 2025-07-24 08:30:58 +10:00
openocd/tcl/target/stm32f0x_stlink.cfg
Jonathan Dumaresq 445770c081 Fix Typo in cfg file
Change-Id: Id91ef70988212185f9ec653cbf5dc4e1defb1b9e
Signed-off-by: Jonathan Dumaresq <jdumaresq@cimeq.qc.ca>
Reviewed-on: http://openocd.zylin.com/464
Tested-by: jenkins
Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
2012-02-17 14:02:50 +00:00

14 lines
270 B
INI

#
# STM32f0x stlink pseudo target
#
set CHIPNAME stm32f0x
set CPUTAPID 0x0BB11477
set WORKAREASIZE 0x400
source [find target/stm32_stlink.cfg]
# stm32f0x family uses stm32f1x driver
set _FLASHNAME $_CHIPNAME.flash
flash bank $_FLASHNAME stm32f1x 0 0 0 0 $_TARGETNAME