From 11530015ad102232ae6865353fc4ef6aec00a94c Mon Sep 17 00:00:00 2001 From: Alberto Escolar Piedras Date: Mon, 18 Mar 2024 14:13:06 +0100 Subject: [PATCH] drivers/gpio emul: Fix reference to example overlay That file does not exist anymore, let's refer to its new name. Signed-off-by: Alberto Escolar Piedras --- drivers/gpio/Kconfig.emul | 2 +- include/zephyr/drivers/gpio/gpio_emul.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpio/Kconfig.emul b/drivers/gpio/Kconfig.emul index ca64e231284..4db2429ed16 100644 --- a/drivers/gpio/Kconfig.emul +++ b/drivers/gpio/Kconfig.emul @@ -15,5 +15,5 @@ config GPIO_EMUL available in drivers/gpio/gpio_emul.h . Configuration for each GPIO instance is accomplished using device tree and an example of such a configuration is in - tests/drivers/gpio/gpio_basic_api/boards/native_posix_64.overlay + tests/drivers/gpio/gpio_basic_api/boards/native_sim.overlay If unsure, say N. diff --git a/include/zephyr/drivers/gpio/gpio_emul.h b/include/zephyr/drivers/gpio/gpio_emul.h index 02e13e15104..5eecf98da43 100644 --- a/include/zephyr/drivers/gpio/gpio_emul.h +++ b/include/zephyr/drivers/gpio/gpio_emul.h @@ -36,7 +36,7 @@ extern "C" { * @ref gpio_emul_input_set_masked in order to emulate GPIO events * * An example of an appropriate Device Tree overlay file is in - * tests/drivers/gpio/gpio_basic_api/boards/native_posix_64.overlay. + * tests/drivers/gpio/gpio_basic_api/boards/native_sim.overlay. * * An example of registering a callback to emulate "wiring" as well as * an example of calling @ref gpio_emul_input_set is in the file