commit | 26ebd147089deeb509d431cb43bc600e21d907c7 | [log] [tgz] |
---|---|---|
author | Robert Rostohar <Robert.Rostohar@arm.com> | Mon Dec 21 16:48:58 2020 +0100 |
committer | Kevin Peng <kevin.peng@arm.com> | Thu Mar 18 10:25:30 2021 +0100 |
tree | 4d649b01af6456b95cd4bb4865674945a7237a24 | |
parent | d3d47368ae7dc6b1d269394fac7bb81e5ac5aa94 [diff] |
App: Update test thread stack configuration Remove user provided memory for stack used by test main thread. This enables usage of FreeRTOS on the non-secure side to run the tests. FreeRTOS requires that memory for thread control block and stack is either user provided or provided by the system (cannot be mixed). Signed-off-by: Robert Rostohar <Robert.Rostohar@arm.com> Change-Id: I43ffd914d765bbda89dd10cd2bfa83fcb2be7791