This is an automated email from Gerrit. Piotr Bakalarski ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/4084
-- gerrit commit b70957332a6b666ef6d6164eb54cb27b047f23d5 Author: Piotr Bakalarski <[email protected]> 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 <[email protected]> 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 -- ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
