mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
Add stm32f0x target
Change-Id: I4abfef4459b7e2780d17bdd7623fd1ef797cc8ea Signed-off-by: Jonathan Dumaresq <jdumaresq@cimeq.qc.ca> Reviewed-on: http://openocd.zylin.com/437 Tested-by: jenkins Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
This commit is contained in:
committed by
Spencer Oliver
parent
7c4f3b1ff5
commit
b0ef9cf117
13
tcl/target/stm32f0x_stlink.cfg
Normal file
13
tcl/target/stm32f0x_stlink.cfg
Normal file
@@ -0,0 +1,13 @@
|
||||
#
|
||||
# STM32f1x 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
|
||||
Reference in New Issue
Block a user