From 391b4f8d9c82c413f2cd11fb3ba3aeb311f62184 Mon Sep 17 00:00:00 2001 From: arighi Date: Fri, 28 May 2010 14:40:23 +0000 Subject: [PATCH] CodeLite: add a small delay during the debugger initialization. Introduce a small delay (1 sec) before attaching GDB to the debugging socket. At the moment this is a requirement only for the lm3s boards, because openocd claims that the connection for GDB is ready even when it is not properly initialized. To a large degree, it is safer to add such small delay also for the other boards to be sure that the debugger can reliably connect to the debugging socket. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3875 38d2e660-2303-0410-9eaa-f027e97ec537 --- wizard/cltemplates/bertos.project | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/wizard/cltemplates/bertos.project b/wizard/cltemplates/bertos.project index e6a16f89..7516404c 100644 --- a/wizard/cltemplates/bertos.project +++ b/wizard/cltemplates/bertos.project @@ -14,8 +14,10 @@ $filelist source $initscript - - + +shell sleep 1 + + -- 2.25.1