From cf533cc89baf23f6670f2233bfebb98e2a060831 Mon Sep 17 00:00:00 2001 From: Alberto Escolar Piedras Date: Thu, 18 Apr 2024 10:22:49 +0200 Subject: [PATCH] tests input/gpio_keys: Add missing overlays for native_sim During the hwmv1->v2 transition, overlays from a base board were made to be shared with the variants. So at that time all overlays for variants which were just copies of the base overlay were removed. After that in https://github.com/zephyrproject-rtos/zephyr/pull/71149 this shared/merged overlay behaviour was reverted, but not all tests were fixed. This is one of those. Let's fix it. Signed-off-by: Alberto Escolar Piedras --- .../input/gpio_keys/boards/native_sim_native_64.overlay | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/drivers/input/gpio_keys/boards/native_sim_native_64.overlay diff --git a/tests/drivers/input/gpio_keys/boards/native_sim_native_64.overlay b/tests/drivers/input/gpio_keys/boards/native_sim_native_64.overlay new file mode 100644 index 0000000000..91647f82e2 --- /dev/null +++ b/tests/drivers/input/gpio_keys/boards/native_sim_native_64.overlay @@ -0,0 +1,6 @@ +/* + * Copyright (c) 2024 Nordic Semiconductor ASA + * + * SPDX-License-Identifier: Apache-2.0 + */ +#include "native_sim.overlay"