You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ma...@apache.org on 2016/11/04 04:38:08 UTC

[10/13] incubator-mynewt-core git commit: stm32f4discovery debug script; remove unnecessary command.

stm32f4discovery debug script; remove unnecessary command.


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/f3d4146e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/f3d4146e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/f3d4146e

Branch: refs/heads/develop
Commit: f3d4146eed70febe8a66566f684f0881c5b16a37
Parents: f453bd2
Author: Marko Kiiskila <ma...@runtime.io>
Authored: Thu Nov 3 21:28:52 2016 -0700
Committer: Marko Kiiskila <ma...@runtime.io>
Committed: Thu Nov 3 21:32:01 2016 -0700

----------------------------------------------------------------------
 hw/bsp/stm32f4discovery/stm32f4discovery_debug.sh | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/f3d4146e/hw/bsp/stm32f4discovery/stm32f4discovery_debug.sh
----------------------------------------------------------------------
diff --git a/hw/bsp/stm32f4discovery/stm32f4discovery_debug.sh b/hw/bsp/stm32f4discovery/stm32f4discovery_debug.sh
index 400157b..12a79f1 100755
--- a/hw/bsp/stm32f4discovery/stm32f4discovery_debug.sh
+++ b/hw/bsp/stm32f4discovery/stm32f4discovery_debug.sh
@@ -34,5 +34,3 @@ CFG="-s $BSP_PATH -f $BSP_PATH/f4discovery.cfg -f $OCD_CMD_FILE"
 EXTRA_JTAG_CMD="$EXTRA_JTAG_CMD; stm32f4x.cpu configure -event gdb-detach {resume;shutdown}"
 
 openocd_debug
-
-rm $OCD_CMD_FILE