From: arighi Date: Fri, 28 May 2010 14:40:23 +0000 (+0000) Subject: CodeLite: add a small delay during the debugger initialization. X-Git-Tag: 2.5.0~42 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=391b4f8d9c82c413f2cd11fb3ba3aeb311f62184;hp=391b4f8d9c82c413f2cd11fb3ba3aeb311f62184;p=bertos.git 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 ---