zephyr/samples/boards/mimxrt595_evk_cm33/system_off/prj.conf
Gerard Marull-Paretas a99a6756aa samples: boards: mimxrt595_evk_cm33: system_off: use sys_poweroff
Use the new sys_poweroff() API to power off the system.

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
2023-08-04 16:59:36 +02:00

10 lines
124 B
Plaintext

#
# Copyright 2022-2023, NXP
#
# SPDX-License-Identifier: Apache-2.0
#
CONFIG_POWEROFF=y
# Enable the RTC
CONFIG_COUNTER=y