From 13c877bc887787e8de2ea75eb25c95567fb7e033 Mon Sep 17 00:00:00 2001 From: Gabriel Wang Date: Fri, 3 Mar 2023 00:19:26 +0000 Subject: [PATCH] minor update --- example/example.sct | 2 +- example/example.uvoptx | 21 ++------------------- example/example.uvprojx | 12 ++++++++++++ example/gcc_example.uvprojx | 12 ++++++++++++ 4 files changed, 27 insertions(+), 20 deletions(-) diff --git a/example/example.sct b/example/example.sct index acdf9df..74e5cfc 100644 --- a/example/example.sct +++ b/example/example.sct @@ -8,7 +8,7 @@ #define RAM1_BASE 0x20000000 #define RAM1_LIMIT (RAM1_BASE + RAM1_SIZE) -#define STACK_SIZE 0x800 +#define STACK_SIZE 0x1000 #define HEAP_ALIGN 8 #define HEAP_SIZE (RAM1_LIMIT - AlignExpr(ImageLimit(RW_IRAM1), HEAP_ALIGN)) diff --git a/example/example.uvoptx b/example/example.uvoptx index 9e68388..b794ebc 100644 --- a/example/example.uvoptx +++ b/example/example.uvoptx @@ -589,24 +589,7 @@ (105=-1,-1,-1,-1,0)(106=-1,-1,-1,-1,0)(107=-1,-1,-1,-1,0) - - - 0 - 0 - 0 - 1 -
3266
- 0 - 0 - 0 - 0 - 0 - 1 - - - 0x00000CC2 -
-
+ 0 @@ -809,7 +792,7 @@ ::Device - 0 + 1 0 0 1 diff --git a/example/example.uvprojx b/example/example.uvprojx index ffe5702..8304f22 100644 --- a/example/example.uvprojx +++ b/example/example.uvprojx @@ -1831,6 +1831,18 @@ + + RTE\Utilities\core_portme.c + + + + + + RTE\Utilities\core_portme.h + + + + diff --git a/example/gcc_example.uvprojx b/example/gcc_example.uvprojx index 5731ba0..9f2cfe0 100644 --- a/example/gcc_example.uvprojx +++ b/example/gcc_example.uvprojx @@ -903,6 +903,18 @@ + + RTE\Utilities\core_portme.c + + + + + + RTE\Utilities\core_portme.h + + + +