Increase main and irq stack size.
[bertos.git] / bertos / cpu / avr / info / avr.common
index 41b8d0d299ed6efb39a2fcbcca86bb9231d6998d..2d8c775819fb299643d1702f6c227a45002e325d 100644 (file)
@@ -61,8 +61,8 @@ SCRIPT_DIR = CPU_DIR + "avr/scripts/"
 
 MK_FLASH_SCRIPT = PRG_SCRIPTS_DIR + "avr/flash.sh"
 MK_STOPFLASH_SCRIPT = PRG_SCRIPTS_DIR + "avr/stopflash.sh"
-MK_DEBUG_SCRIPT = PRG_SCRIPTS_DIR + "avr/debug.sh"
-MK_STOPDEBUG_SCRIPT = PRG_SCRIPTS_DIR + "avr/stopdebug.sh"
+MK_DEBUG_SCRIPT = PRG_SCRIPTS_DIR + "nodebug.sh"
+MK_STOPDEBUG_SCRIPT = PRG_SCRIPTS_DIR + "none.sh"
 
 # Common GCC flags.
 MK_CPU_CPPFLAGS = "-Os -fno-strict-aliasing -I" + CPU_DIR + "avr/"