From 73c0ca109cae77fec690325e9b45f6e481d80f70 Mon Sep 17 00:00:00 2001 From: Alberto Escolar Piedras Date: Thu, 18 Apr 2024 09:57:55 +0200 Subject: [PATCH] tests/subsys log_backend_fs: 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 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 --- .../logging/log_backend_fs/boards/native_sim_native_64.conf | 1 + .../log_backend_fs/boards/native_sim_native_64.overlay | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 tests/subsys/logging/log_backend_fs/boards/native_sim_native_64.conf create mode 100644 tests/subsys/logging/log_backend_fs/boards/native_sim_native_64.overlay diff --git a/tests/subsys/logging/log_backend_fs/boards/native_sim_native_64.conf b/tests/subsys/logging/log_backend_fs/boards/native_sim_native_64.conf new file mode 100644 index 00000000000..92c00c89a36 --- /dev/null +++ b/tests/subsys/logging/log_backend_fs/boards/native_sim_native_64.conf @@ -0,0 +1 @@ +CONFIG_LOG_MODE_DEFERRED=y diff --git a/tests/subsys/logging/log_backend_fs/boards/native_sim_native_64.overlay b/tests/subsys/logging/log_backend_fs/boards/native_sim_native_64.overlay new file mode 100644 index 00000000000..91647f82e20 --- /dev/null +++ b/tests/subsys/logging/log_backend_fs/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"