From: OpenOCD-Gerrit <ope...@us...> - 2020-03-12 09:42:38
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Main OpenOCD repository". The branch, master has been updated via 69f0105324f2fdcd0499ae07ada15d340762d061 (commit) from a99bf2ea9449d0e8120682feb2bedc398adab8b2 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 69f0105324f2fdcd0499ae07ada15d340762d061 Author: Anton V. Kirilchik <kos...@gm...> Date: Tue Mar 12 23:11:39 2019 +0300 Add target config for STM8S103 chip... Change-Id: I693e5b7933fc61956010a96be57ee6eb8abd3c31 Signed-off-by: Anton V. Kirilchik <kos...@gm...> Reviewed-on: http://openocd.zylin.com/5422 Tested-by: jenkins Reviewed-by: Antonio Borneo <bor...@gm...> diff --git a/tcl/target/stm8s103.cfg b/tcl/target/stm8s103.cfg new file mode 100644 index 000000000..714acf480 --- /dev/null +++ b/tcl/target/stm8s103.cfg @@ -0,0 +1,13 @@ +#config script for STM8S103 + +set FLASHEND 0x9FFF +set EEPROMEND 0x427F +set OPTIONEND 0x480A +set BLOCKSIZE 0x40 + +proc stm8_reset_rop {} { + mwb 0x4800 0x00 + reset halt +} + +source [find target/stm8s.cfg] ----------------------------------------------------------------------- Summary of changes: tcl/target/{stm8s003.cfg => stm8s103.cfg} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) copy tcl/target/{stm8s003.cfg => stm8s103.cfg} (65%) hooks/post-receive -- Main OpenOCD repository |