|
From: <ge...@op...> - 2017-03-29 01:20:52
|
This is an automated email from Gerrit. Piotr Bakalarski (pio...@gm...) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/4084 -- gerrit commit b70957332a6b666ef6d6164eb54cb27b047f23d5 Author: Piotr Bakalarski <pio...@gm...> Date: Wed Mar 29 02:04:40 2017 +0100 tcl/board: Add config for STM32F103 devboard Add config for the unofficial STM32F103C8T6 devboard. Change-Id: I2710baac2ed5f0a6f83784343061936f129a678d Signed-off-by: Piotr Bakalarski <pio...@gm...> diff --git a/tcl/board/stm32f103devboard.cfg b/tcl/board/stm32f103devboard.cfg new file mode 100644 index 0000000..f1395d8 --- /dev/null +++ b/tcl/board/stm32f103devboard.cfg @@ -0,0 +1,6 @@ +# This is an unofficial STM32F103C8T6 devboard +# Schematics: http://www.haoyuelectronics.com/Attachment/STM32F103C8T6-DEV-BOARD/STM32F103C8T6-DEV-BOARD-SCH.pdf + +source [find target/stm32f1x.cfg] + +reset_config srst_only srst_nogate connect_assert_srst -- |