Skip to content

Commit f95485c

Browse files
committed
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 <[email protected]>
1 parent 09520bc commit f95485c

File tree

1 file changed

+1
-1
lines changed
  • samples/boards/stm32/power_mgmt/serial_wakeup

1 file changed

+1
-1
lines changed

samples/boards/stm32/power_mgmt/serial_wakeup/sample.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ tests:
1414
- nucleo_wb55rg
1515
filter: dt_compat_enabled("zephyr,power-state")
1616
extra_args: "CONFIG_DEBUG=y"
17-
platform_allow: nucleo_wb55rg stm32l562e_dk
17+
platform_allow: nucleo_wb55rg

0 commit comments

Comments
 (0)