commit | 4713575cb12463cf181eee7fe31459cb4e0839c8 | [log] [tgz] |
---|---|---|
author | Mazen NEIFER <mazen@nestwave.com> | Tue Jan 31 23:05:18 2017 +0100 |
committer | Andrew Boie <andrew.p.boie@intel.com> | Mon Feb 13 11:39:03 2017 -0800 |
tree | f2732830e98219e76829fdbce18906b98cbb6fd1 | |
parent | 555c60631a7612c08699a9d624d820f9c2370994 [diff] |
tests: Introduced new config option to add extra stack size for tests. This option is added in order to support Xtensa, which needs more stack than other architecture. This allows having a centralized way to change stack requirements for all tests. This extra stack size is eaqual to 0 for most architectures, except Xtensa which requires additional 768 bytes for each stack. Change-Id: Ie5dcae1dfd29018d36ef35dae22dc4c1a2ecdc14 Signed-off-by: Mazen NEIFER <mazen@nestwave.com>