This is an automated email from Gerrit. Spencer Oliver ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/800
-- gerrit commit e3ce46b274643cebf02fa35a483b4d40e6022b0d Author: Spencer Oliver <[email protected]> Date: Tue Aug 28 17:03:05 2012 +0100 stlink: fix typo Change-Id: I5fe7b695b00faef966e7621614bbd60b6e694a4f Signed-off-by: Spencer Oliver <[email protected]> diff --git a/src/target/stm32_stlink.c b/src/target/stm32_stlink.c index e1324fd..aac1eec 100644 --- a/src/target/stm32_stlink.c +++ b/src/target/stm32_stlink.c @@ -443,7 +443,7 @@ static int stm32_stlink_assert_reset(struct target *target) } if (use_srst_fallback) { - /* stlink v1 api does support hardware srst, so we use a software reset fallback */ + /* stlink v1 api does not support hardware srst, so we use a software reset fallback */ stlink_if->layout->api->write_debug_reg(stlink_if->fd, NVIC_AIRCR, AIRCR_VECTKEY | AIRCR_SYSRESETREQ); } -- ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
