From 6654a06fad339214f43f693370dd166303c6911b Mon Sep 17 00:00:00 2001 From: Erwan Gouriou Date: Thu, 1 Sep 2022 10:32:58 +0200 Subject: [PATCH] samples: stm32 serial wakeup: Don't run on stm32l562e_dk in CI On STM32 PM serial wakeup sample, a power efficient configuration using lpuart is provided for stm32l562e_dk target. Though, since default configuration of the board is using ST-Link virtual port com on uart1, which can't be changed in CI and hence can't be tested, then remove this target from sample yaml configuration. Signed-off-by: Erwan Gouriou --- samples/boards/stm32/power_mgmt/serial_wakeup/sample.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/boards/stm32/power_mgmt/serial_wakeup/sample.yaml b/samples/boards/stm32/power_mgmt/serial_wakeup/sample.yaml index f6b2803117a..fe23cbea4d3 100644 --- a/samples/boards/stm32/power_mgmt/serial_wakeup/sample.yaml +++ b/samples/boards/stm32/power_mgmt/serial_wakeup/sample.yaml @@ -14,4 +14,4 @@ tests: - nucleo_wb55rg filter: dt_compat_enabled("zephyr,power-state") extra_args: "CONFIG_DEBUG=y" - platform_allow: nucleo_wb55rg stm32l562e_dk + platform_allow: nucleo_wb55rg