Adds a test for the retained memory driver interface using GPREGRET and RAM backends for the nrf52840dk_nrf52840 board and RAM backend for qemu_cortex_m3 board. Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
14 lines
278 B
Text
14 lines
278 B
Text
#
|
|
# Copyright (c) 2023, Nordic Semiconductor ASA
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
mainmenu "Retained memory test"
|
|
|
|
config RETAINED_MEM_SIZE_LIMITED
|
|
bool "Size limited test"
|
|
help
|
|
Will limit data size for test to 1 byte instead of 10 bytes
|
|
|
|
source "Kconfig.zephyr"
|