Add test cases using settings-partition chosen for both FCB and NVS. Signed-off-by: Alexander Mihajlovic <a@abxy.se>
14 lines
172 B
Plaintext
14 lines
172 B
Plaintext
/*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/ {
|
|
chosen {
|
|
zephyr,settings-partition = &storage_partition;
|
|
};
|
|
};
|
|
|
|
&storage_partition {
|
|
label = "chosen_partition";
|
|
};
|