The default 512 bytes stack size is a bit tight for some architecture and leads to samples running out of stack. Let's default to 1024 and let the user tweak it down if necessary. Suggested-by: Benjamin Cabé <benjamin@zephyrproject.org> Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
15 lines
274 B
YAML
15 lines
274 B
YAML
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
common:
|
|
tags:
|
|
- input
|
|
integration_platforms:
|
|
- native_sim
|
|
tests:
|
|
input.api.thread:
|
|
extra_configs:
|
|
- CONFIG_INPUT_MODE_THREAD=y
|
|
input.api.synchronous:
|
|
extra_configs:
|
|
- CONFIG_INPUT_MODE_SYNCHRONOUS=y
|