15 lines
278 B
Plaintext
15 lines
278 B
Plaintext
|
#
|
||
|
# 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"
|