mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-06-06 12:29:03 -04:00
Change optimisation level.
This commit is contained in:
parent
4ed46aaef9
commit
ad75bb3b77
|
@ -10,23 +10,24 @@ $0
|
||||||
-I "..\..\Source\include"
|
-I "..\..\Source\include"
|
||||||
-I "..\..\Source\portable\Softune\MB91460"
|
-I "..\..\Source\portable\Softune\MB91460"
|
||||||
-I ".\SRC\utility"
|
-I ".\SRC\utility"
|
||||||
-O 0
|
-O 4
|
||||||
|
-K SPEED
|
||||||
-K SHORTADDRESS
|
-K SHORTADDRESS
|
||||||
-B
|
-B
|
||||||
-K NOSCHEDULE
|
-K SCHEDULE
|
||||||
-K A1
|
-K A1
|
||||||
-K SARG
|
-K SARG
|
||||||
-Xdof
|
-Xdof
|
||||||
-INF STACK
|
-INF STACK
|
||||||
-x vTaskIncrementTick,vTaskSwitchContext
|
-x vTaskIncrementTick,vTaskSwitchContext
|
||||||
-K NOEOPT
|
-K EOPT
|
||||||
-K NOLIB
|
-K LIB
|
||||||
-K NOUNROLL
|
-K UNROLL
|
||||||
$other
|
$other
|
||||||
-Xalign
|
-Xalign
|
||||||
-D__91467D
|
-D__91467D
|
||||||
$time
|
$time
|
||||||
1203192944
|
1203273063
|
||||||
$end
|
$end
|
||||||
$1
|
$1
|
||||||
-g
|
-g
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
#define WTC_IN_TICK 2 /* Clear Watchdog in TICK Hook */
|
#define WTC_IN_TICK 2 /* Clear Watchdog in TICK Hook */
|
||||||
#define WTC_IN_IDLE 3 /* Clear Watchdog in Idle 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
|
* Watchdog period defines
|
||||||
|
|
Loading…
Reference in a new issue