From 8ce6a534940ae4da2359a36dcc3da47e731e8664 Mon Sep 17 00:00:00 2001 From: Alberto Escolar Piedras Date: Thu, 18 Apr 2024 10:20:07 +0200 Subject: [PATCH] tests kscan/kscan_input: 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 --- .../kscan/kscan_input/boards/native_sim_native_64.overlay | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/drivers/kscan/kscan_input/boards/native_sim_native_64.overlay diff --git a/tests/drivers/kscan/kscan_input/boards/native_sim_native_64.overlay b/tests/drivers/kscan/kscan_input/boards/native_sim_native_64.overlay new file mode 100644 index 00000000000..91647f82e20 --- /dev/null +++ b/tests/drivers/kscan/kscan_input/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"