From: batt Date: Thu, 27 Aug 2009 14:53:52 +0000 (+0000) Subject: Add gdb init script variable for wizard. X-Git-Tag: 2.2.0~166 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=b5a70c67c42c8e6f62510c1cafa94cc59bca69a4;hp=6d658033a4e2b0d2cce4d3ada5c89e5ed5bfd3cb;p=bertos.git Add gdb init script variable for wizard. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2802 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/cpu/arm/info/at91sam7.common b/bertos/cpu/arm/info/at91sam7.common index d8e20cd4..5dea788c 100644 --- a/bertos/cpu/arm/info/at91sam7.common +++ b/bertos/cpu/arm/info/at91sam7.common @@ -73,6 +73,7 @@ DRV_DIR = CPU_DIR + "arm/drv/" FLASH_SCRIPT = SCRIPT_DIR + "flash.sh" DEBUG_SCRIPT = SCRIPT_DIR + "debug.sh" +GDB_INIT_SCRIPT = SCRIPT_DIR + "openocd/gdbinit-sam7" # Common GCC flags. CPPA_FLAGS = [ "-O0", "-g -gdwarf-2", "-g -gen-debug" ]