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