From 99f1942c3edd0c3c4bcfd4017b92ccc579de5d17 Mon Sep 17 00:00:00 2001 From: Kristofer Jonsson Date: Thu, 1 Jul 2021 22:15:02 +0200 Subject: Increased heap and FreeRTOS stack Tensorflow lite micro has increased the size of the MicroProfiler. As a consequence the FreeRTOS application needs to increase the stack size allocate from the heap. Change-Id: I8e4df44767edaecee27d9571319ef72da5937a3b --- targets/corstone-300/platform.scatter | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'targets') diff --git a/targets/corstone-300/platform.scatter b/targets/corstone-300/platform.scatter index 06a749a..8a6bc88 100644 --- a/targets/corstone-300/platform.scatter +++ b/targets/corstone-300/platform.scatter @@ -70,7 +70,7 @@ #endif #ifndef HEAP_SIZE -#define HEAP_SIZE 0x8000 +#define HEAP_SIZE 0x10000 #endif #if defined(TRUSTZONE_BUILD) && !defined(ETHOSU_TEST) -- cgit v1.2.1