zephyr/tests
Mazen NEIFER 4713575cb1 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>
2017-02-13 11:39:03 -08:00
..
benchmarks tests: benchmarks: put all benchmarks in the same folder 2017-01-31 21:36:46 +00:00
bluetooth Bluetooth: shell: Add support to retrieve A2SRC record 2017-02-05 22:39:25 +02:00
booting/stub license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
compliance tests/compiance/checkpatch: force the format to 'email' 2016-11-10 19:30:32 +00:00
crypto tests: disable qemu_riscv32 on test_ecc_dh test [REVERT ME] 2017-02-11 07:00:42 +00:00
drivers tests/gpio: fix test GPIO_INT_EDGE bug 2017-02-12 01:04:09 +00:00
fs/fat_fs_api tests: add filesystem api test 2017-02-08 13:25:35 +00:00
include tests: include: Move timestamp.h into common location 2017-01-30 21:33:47 +00:00
kernel tests: Introduced new config option to add extra stack size for tests. 2017-02-13 11:39:03 -08:00
legacy tests: Introduced new config option to add extra stack size for tests. 2017-02-13 11:39:03 -08:00
net net: tests: Unref net_buf using net_nbuf_unref 2017-02-09 12:29:29 +02:00
power license: fix SPDX headings on new tests 2017-01-26 20:01:39 +00:00
subsys/debug/gdb_server license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
unit license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
ztest ztest: use an aligned stack size 2017-01-24 23:42:41 +00:00
Kconfig tests: Introduced new config option to add extra stack size for tests. 2017-02-13 11:39:03 -08:00
Makefile
Makefile.test
defaults.tc