As above, the test verify the ability to wake up CPU from the lowest power state. The test has been prepared for stm32l562e_dk board. Signed-off-by: Arkadiusz Cholewinski <arkadiuszx.cholewinski@intel.com>
8 lines
141 B
Plaintext
8 lines
141 B
Plaintext
# Copyright (c) 2025 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
CONFIG_RTC=y
|
|
CONFIG_RTC_ALARM=y
|
|
CONFIG_RTC_STM32=y
|
|
CONFIG_PM=y
|