cfg: add STM32F4x and STM3241G-EVAL config files
[fw/openocd] / tcl / target / stm32f0x_stlink.cfg
1 #
2 # STM32f0x stlink pseudo target
3 #
4
5 set CHIPNAME stm32f0x
6 set CPUTAPID 0x0BB11477
7 set WORKAREASIZE 0x400
8
9 source [find target/stm32_stlink.cfg]
10
11 # stm32f0x family uses stm32f1x driver
12 set _FLASHNAME $_CHIPNAME.flash
13 flash bank $_FLASHNAME stm32f1x 0 0 0 0 $_TARGETNAME