From 3edf2e280b2dfa38126e4604a3af75c05cf2875d Mon Sep 17 00:00:00 2001 From: richardbarry Date: Sun, 17 Feb 2008 18:33:42 +0000 Subject: [PATCH] Change optimisation level. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@204 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- Demo/MB91460_Softune/91460_template_91467d.dat | 13 +++++++------ Demo/MB91460_Softune/SRC/watchdog/watchdog.h | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/Demo/MB91460_Softune/91460_template_91467d.dat b/Demo/MB91460_Softune/91460_template_91467d.dat index f65e706c0..29a25a043 100644 --- a/Demo/MB91460_Softune/91460_template_91467d.dat +++ b/Demo/MB91460_Softune/91460_template_91467d.dat @@ -10,23 +10,24 @@ $0 -I "..\..\Source\include" -I "..\..\Source\portable\Softune\MB91460" -I ".\SRC\utility" --O 0 +-O 4 +-K SPEED -K SHORTADDRESS -B --K NOSCHEDULE +-K SCHEDULE -K A1 -K SARG -Xdof -INF STACK -x vTaskIncrementTick,vTaskSwitchContext --K NOEOPT --K NOLIB --K NOUNROLL +-K EOPT +-K LIB +-K UNROLL $other -Xalign -D__91467D $time -1203192944 +1203273063 $end $1 -g diff --git a/Demo/MB91460_Softune/SRC/watchdog/watchdog.h b/Demo/MB91460_Softune/SRC/watchdog/watchdog.h index e99e64ec3..df7e5d5e3 100644 --- a/Demo/MB91460_Softune/SRC/watchdog/watchdog.h +++ b/Demo/MB91460_Softune/SRC/watchdog/watchdog.h @@ -18,7 +18,7 @@ #define WTC_IN_TICK 2 /* Clear Watchdog in TICK Hook */ #define WTC_IN_IDLE 3 /* Clear Watchdog in Idle Hook */ -#define WATCHDOG WTC_IN_TASK /* Clear Watchdog in vWatchdogTask() */ +#define WATCHDOG WTC_NONE /* Clear Watchdog in vWatchdogTask() */ /*------------------------------------------------------------------------*/ /* * Watchdog period defines -- 2.39.5