Swith integration_platforms from native_posix(_64) to native_sim(_64). Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
16 lines
318 B
YAML
16 lines
318 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
|
|
- CONFIG_INPUT_THREAD_STACK_SIZE=1024
|
|
input.api.synchronous:
|
|
extra_configs:
|
|
- CONFIG_INPUT_MODE_SYNCHRONOUS=y
|