samples: boards: st: serial_wakeup doesn't work with stm32l562e_dk. #83745
Labels
area: Power Management
bug
The issue is a bug, or the PR is fixing a bug
platform: STM32
ST Micro STM32
priority: low
Low impact/importance bug
Describe the bug
I'd like to use the sample
samples.boards.stm32.power_mgmt.serial_wakeup
as an example for using the LPUART and the wakeup-source ability of the UART on theSTM32L562E-DK
. I noticed that this board was removed from theplatform allow
property in thesample.yaml
file at #49798. The reason for its removal was that it cannot be tested under CI. So, as I understand it, this sample should work with theSTM32L562E-DK
board locally, but it doesn't. This could be a potential regression. I don't know how long this test has not worked with theSTM32L562E-DK
, so performing a bisect is difficult.To Reproduce
Under twister.
twister --device-testing --device-serial /dev/ttyACM1 -p stm32l562e_dk -T samples/boards/st/power_mgmt/serial_wakeup/
Logs and console output
Log:
Environment:
The text was updated successfully, but these errors were encountered: