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 <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
434494eecb
commit
73c0ca109c
2 changed files with 7 additions and 0 deletions
|
@ -0,0 +1 @@
|
|||
CONFIG_LOG_MODE_DEFERRED=y
|
|
@ -0,0 +1,6 @@
|
|||
/*
|
||||
* Copyright (c) 2024 Nordic Semiconductor ASA
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
#include "native_sim.overlay"
|
Loading…
Add table
Add a link
Reference in a new issue