zephyr/tests/subsys/input/api/testcase.yaml
Fabio Baltieri 906724fb99 input: increase default stack size to 1024
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>
2024-02-28 07:45:28 -06:00

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